/u-boot/drivers/tpm/ |
A D | tpm2_tis_sandbox.c | 265 const u8 *sent = sendbuf; in sandbox_tpm2_xfer() local 283 sent += sizeof(tag); in sandbox_tpm2_xfer() 286 sent += sizeof(length); in sandbox_tpm2_xfer() 296 sent += sizeof(command); in sandbox_tpm2_xfer() 312 sent += sizeof(mode); in sandbox_tpm2_xfer() 327 yes_no = *sent; in sandbox_tpm2_xfer() 328 sent += sizeof(yes_no); in sandbox_tpm2_xfer() 373 sent += new_pw_sz; in sandbox_tpm2_xfer() 462 sent += sizeof(alg); in sandbox_tpm2_xfer() 469 pcr_array_sz = *sent; in sandbox_tpm2_xfer() [all …]
|
A D | cr50_i2c.c | 384 size_t burstcnt, limit, sent = 0; in cr50_i2c_send() local 410 if (sent > 0) in cr50_i2c_send() 422 &buf[sent], limit) != 0) { in cr50_i2c_send() 427 sent += limit; in cr50_i2c_send() 447 return sent; in cr50_i2c_send()
|
/u-boot/drivers/serial/ |
A D | serial_xen.c | 109 int sent = 0; in __write_console() local 117 while ((sent < len) && ((prod - cons) < sizeof(intf->out))) in __write_console() 118 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++]; in __write_console() 123 if (sent) in __write_console() 126 return sent; in __write_console() 138 int sent = __write_console(dev, data, len); in write_console() local 140 data += sent; in write_console() 141 len -= sent; in write_console()
|
A D | usbtty.c | 854 if(endpoint->sent < endpoint->tx_urb->actual_length){ in write_buffer()
|
/u-boot/drivers/usb/gadget/ |
A D | pxa27x_udc.c | 67 n = min_t(unsigned int, urb->actual_length - endpoint->sent, in udc_write_urb() 77 endpoint->sent, endpoint->tx_packetSize, endpoint->last); in udc_write_urb() 84 udc_dump_buffer("urb write", data8 + endpoint->sent, n); in udc_write_urb() 91 writel(data32[endpoint->sent / 4 + i], UDCDN(ep_num)); in udc_write_urb() 94 writeb(data8[endpoint->sent + w * 4 + i], UDCDN(ep_num)); in udc_write_urb() 115 endpoint->sent += n; in udc_write_urb() 119 if (endpoint->sent >= urb->actual_length) { in udc_write_urb() 121 endpoint->sent = 0; in udc_write_urb() 125 if ((endpoint->sent >= urb->actual_length) && (!ep_num)) { in udc_write_urb() 294 endpoint->sent = 0; in udc_handle_ep0()
|
A D | core.c | 354 int sent = endpoint->last; in usbd_tx_complete() local 355 endpoint->sent += sent; in usbd_tx_complete() 356 endpoint->last -= sent; in usbd_tx_complete() 358 if( (endpoint->tx_urb->actual_length - endpoint->sent) <= 0 ) { in usbd_tx_complete() 360 endpoint->sent = 0; in usbd_tx_complete()
|
A D | designware_udc.c | 274 last = min_t(u32, urb->actual_length - endpoint->sent, in dw_write_noniso_tx_fifo() 278 u8 *cp = urb->buffer + endpoint->sent; in dw_write_noniso_tx_fifo() 293 endpoint->sent, endpoint->tx_packetSize, last); in dw_write_noniso_tx_fifo() 341 endpoint->sent = 0; in dw_udc_setup() 420 endpoint->sent += endpoint->last; in dw_udc_ep0_tx() 431 if ((endpoint->sent == ep0_urb->actual_length) && in dw_udc_ep0_tx() 507 (endpoint->tx_urb->actual_length - endpoint->sent - in dw_udc_epn_tx()
|
/u-boot/drivers/input/ |
A D | cros_ec_keyb.c | 126 int irq_pending, sent; in cros_ec_kbc_check() local 160 sent = input_send_keycodes(input, keycodes, num_keycodes); in cros_ec_kbc_check() 168 } while (irq_pending && !sent); in cros_ec_kbc_check()
|
/u-boot/drivers/usb/musb/ |
A D | musb_udc.c | 359 ep0_endpoint->sent = 0; in musb_peri_ep0_tx_data_request() 548 if (ep0_endpoint->sent >= ep0_urb->actual_length) { in musb_peri_ep0_tx() 553 transfer_size = ep0_urb->actual_length - ep0_endpoint->sent; in musb_peri_ep0_tx() 569 write_fifo(0, transfer_size, &ep0_urb->buffer[ep0_endpoint->sent]); in musb_peri_ep0_tx() 570 ep0_endpoint->sent += transfer_size; in musb_peri_ep0_tx() 573 if (ep0_endpoint->sent >= ep0_urb->actual_length) in musb_peri_ep0_tx() 589 if ((ep0_endpoint->sent >= ep0_urb->actual_length) && (p < pm)) in musb_peri_ep0_tx() 839 endpoint->sent; in udc_endpoint_write() 847 data += endpoint->sent; in udc_endpoint_write()
|
/u-boot/board/google/chromebook_coral/ |
A D | Kconfig | 31 Allow post codes to be sent to the Chroem OS EC early during boot,
|
/u-boot/doc/device-tree-bindings/ |
A D | README | 9 patches sent to the U-Boot mailing list.
|
/u-boot/doc/ |
A D | README.SNTP | 7 "ntpserverip". The network time is sent as UTC. So if you want to
|
A D | README.splashprepare | 7 image data before it is processed and sent to the frame buffer by
|
A D | README.generic-board | 124 the board config, which I have sent patches for. The main issue is
|
/u-boot/tools/patman/ |
A D | README | 31 in one of your commits, the series will be sent there. 45 series should be sent, cover letter, version, etc. Most of these are 314 of the emails that will be sent. When you keep the Change-Id the 317 sent out with the same Change-Id. 336 whole series is sent to the recipients in Series-to: and Series-cc. 357 If you have a cover letter it will get sent to the union of the Patch-cc 358 lists of all of the other patches. If you want to sent it to additional 372 you sent your series. 495 Let's say one person sent comments and you get an Acked-by: on one patch. 578 git tag sent/us-cmd-rfc [all …]
|
/u-boot/doc/usage/ |
A D | loady.rst | 49 Ymodem sectors/kbytes sent: 0/ 0k
|
A D | netconsole.rst | 18 address of 0 (or 0.0.0.0) then no messages are sent to the network.
|
/u-boot/drivers/mailbox/ |
A D | Kconfig | 18 back a modified version of any message that is sent.
|
/u-boot/doc/android/ |
A D | fastboot-protocol.rst | 50 until the client has sent or received the number of bytes indicated 104 * Commands are ascii strings and sent without the quotes (which are
|
/u-boot/drivers/dfu/ |
A D | Kconfig | 27 sent via TFTP boot.
|
/u-boot/board/ccv/xpress/ |
A D | imximage.cfg | 164 DATA 4 0x021b001c 0x04008040 /* MMDC0_MDSCR, ZQ calibration command sent to
|
/u-boot/include/ |
A D | usbdevice.h | 508 int sent; /* data already sent */ member
|
/u-boot/board/buffalo/lsxl/ |
A D | README | 31 'ethaddr' and a DHCP request is sent. After a successful DHCP response is
|
/u-boot/doc/driver-model/ |
A D | usb-info.rst | 151 As before driver model, messages can be sent using submit_bulk_msg() and the 153 controller drivers. Note that messages are not sent to the driver of the
|
/u-boot/doc/develop/ |
A D | trace.rst | 8 to be collected and sent to a host machine for analysis. At present the
|