Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 25 of 27) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa27x_udc.c67 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()
H A Dcore.c390 int sent = endpoint->last; in usbd_tx_complete() local
391 endpoint->sent += sent; in usbd_tx_complete()
392 endpoint->last -= sent; in usbd_tx_complete()
394 if( (endpoint->tx_urb->actual_length - endpoint->sent) <= 0 ) { in usbd_tx_complete()
396 endpoint->sent = 0; in usbd_tx_complete()
H A Ddesignware_udc.c272 last = min_t(u32, urb->actual_length - endpoint->sent, in dw_write_noniso_tx_fifo()
276 u8 *cp = urb->buffer + endpoint->sent; in dw_write_noniso_tx_fifo()
291 endpoint->sent, endpoint->tx_packetSize, last); in dw_write_noniso_tx_fifo()
339 endpoint->sent = 0; in dw_udc_setup()
418 endpoint->sent += endpoint->last; in dw_udc_ep0_tx()
429 if ((endpoint->sent == ep0_urb->actual_length) && in dw_udc_ep0_tx()
505 (endpoint->tx_urb->actual_length - endpoint->sent - in dw_udc_epn_tx()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_udc.c357 ep0_endpoint->sent = 0; in musb_peri_ep0_tx_data_request()
546 if (ep0_endpoint->sent >= ep0_urb->actual_length) { in musb_peri_ep0_tx()
551 transfer_size = ep0_urb->actual_length - ep0_endpoint->sent; in musb_peri_ep0_tx()
567 write_fifo(0, transfer_size, &ep0_urb->buffer[ep0_endpoint->sent]); in musb_peri_ep0_tx()
568 ep0_endpoint->sent += transfer_size; in musb_peri_ep0_tx()
571 if (ep0_endpoint->sent >= ep0_urb->actual_length) in musb_peri_ep0_tx()
587 if ((ep0_endpoint->sent >= ep0_urb->actual_length) && (p < pm)) in musb_peri_ep0_tx()
834 endpoint->sent; in udc_endpoint_write()
842 data += endpoint->sent; in udc_endpoint_write()
/rk3399_rockchip-uboot/drivers/input/
H A Dcros_ec_keyb.c108 int irq_pending, sent; in cros_ec_kbc_check() local
142 sent = input_send_keycodes(input, keycodes, num_keycodes); in cros_ec_kbc_check()
150 } while (irq_pending && !sent); in cros_ec_kbc_check()
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A DREADME9 patches sent to the U-Boot mailing list.
/rk3399_rockchip-uboot/tools/patman/
H A DREADME28 in one of your commits, the series will be sent there.
42 series should be sent, cover letter, version, etc. Most of these are
281 whole series is sent to the recipients in Series-to: and Series-cc.
302 If you have a cover letter it will get sent to the union of the Patch-cc
303 lists of all of the other patches. If you want to sent it to additional
388 The patches will be created, shown in your editor, and then sent along with
393 Let's say one person sent comments and you get an Acked-by: on one patch.
448 to remember what version you are up to, who you sent the last lot of patches
454 3. If you want to keep the commits from each series you sent so that you can
458 git tag sent/us-cmd-rfc
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.SNTP7 "ntpserverip". The network time is sent as UTC. So if you want to
H A DREADME.splashprepare7 image data before it is processed and sent to the frame buffer by
H A DREADME.android-fastboot-protocol49 until the client has sent or received the number of bytes indicated
101 * Commands are ascii strings and sent without the quotes (which are
H A DREADME.NetConsole15 address of 0 (or 0.0.0.0) then no messages are sent to the network.
H A DREADME.generic-board126 the board config, which I have sent patches for. The main issue is
H A DREADME.trace11 to be collected and sent to a host machine for analysis. At present the
/rk3399_rockchip-uboot/drivers/mailbox/
H A DKconfig18 back a modified version of any message that is sent.
/rk3399_rockchip-uboot/drivers/dfu/
H A DKconfig11 sent via TFTP boot.
/rk3399_rockchip-uboot/board/ccv/xpress/
H A Dimximage.cfg165 DATA 4 0x021b001c 0x04008040 /* MMDC0_MDSCR, ZQ calibration command sent to
/rk3399_rockchip-uboot/include/
H A Dusbdevice.h518 int sent; /* data already sent */ member
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME21 'ethaddr' and a DHCP request is sent. After a successful DHCP response is
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c861 if(endpoint->sent < current_urb->actual_length){ in write_buffer()
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt147 As before driver model, messages can be sent using submit_bulk_msg() and the
149 controller drivers. Note that messages are not sent to the driver of the
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING55 means any form of electronic, verbal, or written communication sent
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox207 responses to packets sent from U-Boot the network interface has to be set to
/rk3399_rockchip-uboot/common/spl/
H A DKconfig544 string "BOOTP Vendor Class Identifier string sent by SPL"
547 sent by the client to identify the vendor type and configuration
/rk3399_rockchip-uboot/common/
H A DKconfig395 be sent to both the serial and video devices on boot. The
/rk3399_rockchip-uboot/Licenses/
H A Dlgpl-2.1.txt316 materials or that you have already sent this user a copy.

12