Home
last modified time | relevance | path

Searched refs:actual (Results 76 – 100 of 1171) sorted by relevance

12345678910>>...47

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0004-GetNextVariableName-Fix.patch7 when NameSize is smaller than the actual NameSize. It
10 replacing it with actual NameSize request by u-boot.
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c526 void *buf = req->buf + req->actual; in ep0_rx_state()
527 unsigned int len = req->length - req->actual; in ep0_rx_state()
536 req->actual += count; in ep0_rx_state()
540 if (count < maxp || req->actual == req->length) { in ep0_rx_state()
581 src = (u8 *)req->buf + req->actual; in ep0_tx_state()
582 count = min(maxp, req->length - req->actual); in ep0_tx_state()
587 __func__, req->actual, req->length, count, maxp, req->zero); in ep0_tx_state()
589 req->actual += count; in ep0_tx_state()
592 || ((req->actual == req->length) && !req->zero)) in ep0_tx_state()
799 mreq->request.actual = 0; in ep0_queue()
H A Dmtu3_trace.h123 __field(unsigned int, actual)
133 __entry->actual = mreq->request.actual;
141 __entry->actual, __entry->length,
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-trace.h205 __field(unsigned int, actual)
220 __entry->actual = req->request.actual;
233 __get_str(name), __entry->req, __entry->buf, __entry->actual,
293 __field(unsigned int, actual)
299 __entry->actual = req->request.length;
300 __entry->length = req->request.actual;
305 __entry->actual, __entry->stream_id)
/openbmc/linux/drivers/bluetooth/
H A Ddtl1_cs.c112 int actual = 0; in dtl1_write() local
119 while ((fifo_size-- > 0) && (actual < len)) { in dtl1_write()
121 outb(buf[actual], iobase + UART_TX); in dtl1_write()
122 actual++; in dtl1_write()
125 return actual; in dtl1_write()
H A Dbt3c_cs.c161 int actual = 0; in bt3c_write() local
166 while (actual < len) { in bt3c_write()
168 bt3c_put(iobase, buf[actual]); in bt3c_write()
169 actual++; in bt3c_write()
172 bt3c_io_write(iobase, 0x7005, actual); in bt3c_write()
174 return actual; in bt3c_write()
/openbmc/linux/drivers/watchdog/
H A Daspeed_wdt.c171 u32 actual; in aspeed_wdt_set_timeout() local
175 actual = min(timeout, wdd->max_hw_heartbeat_ms / 1000); in aspeed_wdt_set_timeout()
177 writel(actual * WDT_RATE_1MHZ, wdt->base + WDT_RELOAD_VALUE); in aspeed_wdt_set_timeout()
187 u32 actual = pretimeout * WDT_RATE_1MHZ; in aspeed_wdt_set_pretimeout() local
194 wdt->ctrl |= ((actual << s) & m) | WDT_CTRL_WDT_INTR; in aspeed_wdt_set_pretimeout()
/openbmc/linux/drivers/tty/
H A Dn_hdlc.c266 register int actual; in n_hdlc_send_frames() local
288 actual = tty->ops->write(tty, tbuf->buf, tbuf->count); in n_hdlc_send_frames()
291 if (actual == -ERESTARTSYS) { in n_hdlc_send_frames()
297 if (actual < 0) in n_hdlc_send_frames()
298 actual = tbuf->count; in n_hdlc_send_frames()
300 if (actual == tbuf->count) { in n_hdlc_send_frames()
/openbmc/linux/drivers/usb/serial/
H A Diuu_phoenix.c271 int actual = 0; in bulk_immediate() local
279 count, &actual, 1000); in bulk_immediate()
292 int actual = 0; in read_immediate() local
299 count, &actual, 1000); in read_immediate()
787 u32 *actual, u8 parity) in iuu_uart_baud() argument
838 *actual = (T1FrekvensHZ / (256 - T1reload)) / 2; in iuu_uart_baud()
889 u32 actual; in iuu_set_termios() local
920 &actual, parity); in iuu_set_termios()
964 u32 actual; in iuu_open() local
998 iuu_uart_baud(port, baud * boost / 100, &actual, in iuu_open()
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.c429 req->req.actual, req->req.length); in done()
451 buf = req->req.buf + req->req.actual; in write_packet()
456 req->req.actual += length; in write_packet()
498 req->req.length - req->req.actual, req); in write_fifo()
555 req->req.length - req->req.actual, req); in write_ep0_fifo()
619 buf = req->req.buf + req->req.actual; in read_fifo()
633 req, req->req.actual, req->req.length); in read_fifo()
688 buf = req->req.buf + req->req.actual; in read_ep0_fifo()
705 req->req.actual++; in read_ep0_fifo()
713 if (req->req.actual >= req->req.length) in read_ep0_fifo()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D184.out34 "actual-size": 0
39 "actual-size": 0
66 "actual-size": 0
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-udc.c246 __func__, len, req->req.actual, req->req.length); in isp1760_udc_receive()
248 len = min(len, req->req.length - req->req.actual); in isp1760_udc_receive()
263 buf = req->req.buf + req->req.actual; in isp1760_udc_receive()
274 req->req.actual += len; in isp1760_udc_receive()
304 u32 *buf = req->req.buf + req->req.actual; in isp1760_udc_transmit()
311 __func__, req->packet_size, req->req.actual, in isp1760_udc_transmit()
412 req->req.actual += req->packet_size; in isp1760_ep_tx_complete()
414 need_zlp = req->req.actual == req->req.length && in isp1760_ep_tx_complete()
420 req, req->req.actual, req->req.length, ep->maxpacket, in isp1760_ep_tx_complete()
427 if (req->req.actual == req->req.length && !need_zlp) { in isp1760_ep_tx_complete()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pmdemand.c292 (new_cdclk_state->actual.cdclk != in intel_pmdemand_needs_update()
293 old_cdclk_state->actual.cdclk || in intel_pmdemand_needs_update()
294 new_cdclk_state->actual.voltage_level != in intel_pmdemand_needs_update()
295 old_cdclk_state->actual.voltage_level)) in intel_pmdemand_needs_update()
346 new_cdclk_state->actual.voltage_level; in intel_pmdemand_atomic_check()
348 DIV_ROUND_UP(new_cdclk_state->actual.cdclk, 1000); in intel_pmdemand_atomic_check()
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,axi-adc.yaml17 interface for the actual ADC, while this IP core will interface
44 A reference to a the actual ADC to which this FPGA ADC interfaces to.
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx88-devel.rst90 You need to recover the actual RC5 bits out of the (oversampled) IR sensor
92 actual raw RC5 code will span 2-3 DWORDS, depending on the actual alignment.
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c212 char expected[18], actual[18]; in test_fib_lookup() local
215 mac_str(actual, fib_params->dmac); in test_fib_lookup()
216 printf("dmac expected %s actual %s ", expected, actual); in test_fib_lookup()
/openbmc/linux/include/trace/events/
H A Dspi.h152 __field( unsigned, actual )
160 __entry->actual = msg->actual_length;
166 (unsigned)__entry->actual, (unsigned)__entry->frame)
/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.c312 req->req.actual, req->req.length); in done()
337 req->req.actual += len; in write_packet()
364 buf = req->req.buf + req->req.actual; in write_fifo()
402 req->req.actual += len; in read_packet()
425 buf = req->req.buf + req->req.actual; in read_fifo()
558 req->req.actual += req->dma_bytes; in finish_in_dma()
569 + req->req.actual); in finish_in_dma()
616 count += req->req.actual; in finish_out_dma()
620 req->req.actual = count; in finish_out_dma()
916 req->req.actual = 0; in omap_ep_queue()
[all …]
H A Dpxa25x_udc.c552 req->req.actual, req->req.length); in done()
572 buf = req->req.buf + req->req.actual; in write_packet()
577 req->req.actual += length; in write_packet()
672 req->req.length - req->req.actual, req); in write_ep0_fifo()
734 buf = req->req.buf + req->req.actual; in read_fifo()
748 req, req->req.actual, req->req.length); in read_fifo()
802 buf = req->req.buf + req->req.actual; in read_ep0_fifo()
818 req->req.actual++; in read_ep0_fifo()
826 if (req->req.actual >= req->req.length) in read_ep0_fifo()
876 _req->actual = 0; in pxa25x_ep_queue()
[all …]
H A Dtrace.h224 __field(unsigned, actual)
238 __entry->actual = req->actual;
250 __get_str(name),__entry->req, __entry->actual, __entry->length,
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c231 uint32_t tpcnt, stsidx, actual = 0; in dwc2_handle_packet() local
294 actual = p->packet.actual_length; in dwc2_handle_packet()
295 trace_usb_dwc2_packet_status(pstatus[stsidx], actual); in dwc2_handle_packet()
324 if (actual > tlen) { in dwc2_handle_packet()
330 trace_usb_dwc2_memory_write(hcdma, actual); in dwc2_handle_packet()
338 tpcnt = actual / mps; in dwc2_handle_packet()
339 if (actual % mps) { in dwc2_handle_packet()
348 len -= actual < len ? actual : len; in dwc2_handle_packet()
351 hcdma += actual; in dwc2_handle_packet()
354 if (!pcnt || len == 0 || actual == 0) { in dwc2_handle_packet()
[all …]
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c350 buffer = req->req.buf + req->req.actual; in fotg210_start_dma()
353 if (length > req->req.length - req->req.actual) in fotg210_start_dma()
354 length = req->req.length - req->req.actual; in fotg210_start_dma()
357 buffer = req->req.buf + req->req.actual; in fotg210_start_dma()
361 length = req->req.length - req->req.actual; in fotg210_start_dma()
380 req->req.actual += length; in fotg210_start_dma()
394 if (req->req.length == req->req.actual) in fotg210_ep0_queue()
425 req->req.actual = 0; in fotg210_ep_queue()
729 if (req->status || req->actual != req->length) { in fotg210_ep0_complete()
848 if (req->req.actual == req->req.length) in fotg210_ep0in()
[all …]
/openbmc/linux/drivers/usb/host/
H A Dxhci-trace.h263 __field(int, actual)
278 __entry->actual = urb->actual_length;
292 __entry->actual, __entry->length, __entry->num_mapped_sgs,
575 __field(unsigned int, actual)
582 __entry->actual = req->actual;
588 __entry->req, __entry->actual,
/openbmc/linux/include/linux/
H A Dfortify-string.h393 size_t actual, wanted; in strlcat() local
401 wanted = actual = p_len + copy_len; in strlcat()
411 if (actual >= avail) { in strlcat()
413 actual = p_len + copy_len; in strlcat()
417 if (p_size <= actual) in strlcat()
420 p[actual] = '\0'; in strlcat()
/openbmc/u-boot/include/
H A Dnand.h101 size_t *actual, loff_t lim, u_char *buffer);
107 size_t *actual, loff_t lim, u_char *buffer, int flags);

12345678910>>...47