| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | usb-compat.h | 29 struct urb { struct 31 struct list_head urb_list; /* list head for use by the urb's argument 47 #define usb_hcd_link_urb_to_ep(hcd, urb) ({ \ argument 51 #define usb_hcd_unlink_urb_from_ep(hcd, urb) list_del_init(&urb->urb_list) argument 52 #define usb_hcd_check_unlink_urb(hdc, urb, status) 0 argument 55 struct urb *urb, in usb_hcd_giveback_urb() 64 struct urb *urb) in usb_hcd_unmap_urb_for_dma()
|
| H A D | musb_host.c | 194 struct urb *urb = next_urb(qh); in musb_start_urb() local 294 static void musb_giveback(struct musb *musb, struct urb *urb, int status) in musb_giveback() 315 struct urb *urb) in musb_save_toggle() 340 static void musb_advance_schedule(struct musb *musb, struct urb *urb, in musb_advance_schedule() 450 musb_host_packet_rx(struct musb *musb, struct urb *urb, u8 epnum, u8 iso_err) in musb_host_packet_rx() 619 struct urb *urb, u32 offset, u32 length) in musb_tx_dma_program() 684 struct urb *urb, int is_out, in musb_ep_program() 889 static bool musb_h_ep0_continue(struct musb *musb, u16 len, struct urb *urb) in musb_h_ep0_continue() 967 struct urb *urb; in musb_h_ep0_irq() local 1113 struct urb *urb = next_urb(qh); in musb_host_tx() local [all …]
|
| H A D | musb_uboot.h | 21 struct urb urb; member
|
| H A D | musb_uboot.c | 22 struct urb urb; member 29 static void musb_host_complete_urb(struct urb *urb) in musb_host_complete_urb() 35 static void construct_urb(struct urb *urb, struct usb_host_endpoint *hep, in construct_urb() 66 static int submit_urb(struct usb_hcd *hcd, struct urb *urb) in submit_urb()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | ep0.c | 61 struct urb *urb, int index, int requesttype) in ep0_get_status() 96 static int ep0_get_one (struct usb_device_instance *device, struct urb *urb, in ep0_get_one() 112 void copy_config (struct urb *urb, void *data, int max_length, in copy_config() 170 struct urb *urb, int max, int descriptor_type, in ep0_get_descriptor() 378 int ep0_recv_setup (struct urb *urb) in ep0_recv_setup()
|
| H A D | core.c | 443 void urb_detach (struct urb *urb) in urb_detach() 492 struct urb *urb; in first_urb_detached() local 505 void urb_append (urb_link * hd, struct urb *urb) in urb_append() 538 struct urb *urb; in usbd_alloc_urb() local 564 void usbd_dealloc_urb (struct urb *urb) in usbd_dealloc_urb()
|
| H A D | pxa27x_udc.c | 57 struct urb *urb = endpoint->tx_urb; in udc_write_urb() local 138 struct urb *urb = endpoint->rcv_urb; in udc_read_urb() local
|
| H A D | designware_udc.c | 263 struct urb *urb = endpoint->tx_urb; in dw_write_noniso_tx_fifo() local 469 struct urb *urb; in dw_udc_epn_rx() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usbdevice.h | 468 struct urb { struct 475 struct urb_link link; /* embedded struct for circular doubly linked list of urbs */ argument 481 urb_send_status_t status; argument 503 struct urb *rcv_urb; /* active urb */ argument
|
| /rk3399_rockchip-uboot/drivers/usb/musb/ |
| H A D | musb_udc.c | 488 struct urb *urb = endpoint->rcv_urb; in musb_peri_ep0_rx() local 649 struct urb *urb = endpoint->rcv_urb; in musb_peri_rx_ep() local 832 struct urb *urb = endpoint->tx_urb; in udc_endpoint_write() local
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 253 static void urb_free_priv(urb_priv_t *urb) in urb_free_priv() 512 int sohci_submit_job(ohci_t *ohci, ohci_dev_t *ohci_dev, urb_priv_t *urb, in sohci_submit_job() 955 struct devrequest *setup, urb_priv_t *urb, in td_submit_job() 1123 static void finish_urb(ohci_t *ohci, urb_priv_t *urb, int status) in finish_urb() 1500 urb_priv_t *urb; in ohci_alloc_urb() local 1524 urb_priv_t *urb; in submit_common_msg() local 1617 urb_priv_t *urb[MAX_INT_QUEUESIZE]; member
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 125 static void urb_free_priv (urb_priv_t * urb) in urb_free_priv() 665 int transfer_len, struct devrequest *setup, urb_priv_t *urb, int interval) in td_submit_job()
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | uart.h | 29 u8 urb; /* 0x0c Receive Buffer */ member
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | usbtty.c | 990 int usbtty_cdc_setup(struct usb_device_request *request, struct urb *urb) in usbtty_cdc_setup()
|