Searched defs:hcd (Results 1 - 23 of 23) sorted by relevance

/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.h17 struct usb_hcd hcd; member in struct:musb_host_data
H A Dmusb_host.h21 static inline struct musb *hcd_to_musb(struct usb_hcd *hcd) argument
H A Dmusb_uboot.c67 static int submit_urb(struct usb_hcd *hcd, struct urb *urb) argument
[all...]
H A Dmusb_gadget.c2023 struct usb_hcd *hcd = musb_to_hcd(musb); local
H A Dmusb_host.c1915 musb_urb_enqueue( struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) argument
2185 musb_urb_dequeue( struct usb_hcd *hcd, struct urb *urb, int status) argument
2252 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
2304 musb_h_get_frame_number(struct usb_hcd *hcd) argument
2311 musb_h_start(struct usb_hcd *hcd) argument
2323 musb_h_stop(struct usb_hcd *hcd) argument
2329 musb_bus_suspend(struct usb_hcd *hcd) argument
2361 musb_bus_resume(struct usb_hcd *hcd) argument
[all...]
H A Dmusb_core.c377 struct usb_hcd *hcd = musb_to_hcd(musb); local
676 struct usb_hcd *hcd = musb_to_hcd(musb); local
1841 struct usb_hcd *hcd; local
2045 struct usb_hcd *hcd = musb_to_hcd(musb); local
2068 struct usb_hcd *hcd = musb_to_hcd(musb); local
[all...]
/u-boot/drivers/usb/isp1760/
H A Disp1760-uboot.h19 struct usb_hcd hcd; member in struct:isp1760_host_data
H A Disp1760-core.c32 struct isp1760_hcd *hcd = &isp->hcd; local
101 struct isp1760_hcd *hcd = &isp->hcd; local
311 struct isp1760_hcd *hcd; local
[all...]
H A Disp1760-core.h49 struct isp1760_hcd hcd; member in struct:isp1760_device
H A Disp1760-hcd.h47 struct usb_hcd *hcd; member in struct:isp1760_hcd
H A Disp1760-hcd.c41 static inline struct isp1760_hcd *hcd_to_priv(struct usb_hcd *hcd) argument
264 static u32 isp1760_hcd_read(struct usb_hcd *hcd, u32 field) argument
287 static void isp1760_hcd_write(struct usb_hcd *hcd, u32 field, u32 val) argument
298 static void isp1760_hcd_set(struct usb_hcd *hcd, u32 field) argument
303 isp1760_hcd_clear(struct usb_hcd *hcd, u32 field) argument
308 isp1760_hcd_set_and_wait(struct usb_hcd *hcd, u32 field, u32 timeout_us) argument
320 isp1760_hcd_set_and_wait_swap(struct usb_hcd *hcd, u32 field, u32 timeout_us) argument
332 isp1760_hcd_clear_and_wait(struct usb_hcd *hcd, u32 field, u32 timeout_us) argument
344 isp1760_hcd_is_set(struct usb_hcd *hcd, u32 field) argument
349 isp1760_hcd_ppc_is_set(struct usb_hcd *hcd) argument
359 isp1760_hcd_n_ports(struct usb_hcd *hcd) argument
429 isp1760_mem_read(struct usb_hcd *hcd, u32 src_offset, void *dst, u32 bytes) argument
446 isp1763_mem_read(struct usb_hcd *hcd, u16 srcaddr, u16 *dstptr, u32 bytes) argument
469 mem_read(struct usb_hcd *hcd, u32 src_offset, __u32 *dst, u32 bytes) argument
515 isp1763_mem_write(struct usb_hcd *hcd, u16 dstaddr, u16 *src, u32 bytes) argument
542 mem_write(struct usb_hcd *hcd, u32 dst_offset, __u32 *src, u32 bytes) argument
557 isp1760_ptd_read(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, struct ptd *ptd) argument
571 isp1763_ptd_read(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, struct ptd *ptd) argument
589 ptd_read(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, struct ptd *ptd) argument
600 isp1763_ptd_write(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, struct ptd *cpu_ptd) argument
635 ptd_write(struct usb_hcd *hcd, u32 ptd_offset, u32 slot, struct ptd *ptd) argument
668 alloc_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) argument
689 free_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd) argument
712 ehci_reset(struct usb_hcd *hcd) argument
741 priv_init(struct usb_hcd *hcd) argument
775 isp1760_hc_setup(struct usb_hcd *hcd) argument
1020 isp1760_urb_done(struct usb_hcd *hcd, struct urb *urb) argument
1062 start_bus_transfer(struct usb_hcd *hcd, u32 ptd_offset, int slot, struct isp1760_slotinfo *slots, struct isp1760_qtd *qtd, struct isp1760_qh *qh, struct ptd *ptd) argument
1115 collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh, struct list_head *urb_list) argument
1179 enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh) argument
1252 schedule_ptds(struct usb_hcd *hcd) argument
1318 check_int_transfer(struct usb_hcd *hcd, struct ptd *ptd, struct urb *urb) argument
1359 check_atl_transfer(struct usb_hcd *hcd, struct ptd *ptd, struct urb *urb) argument
1399 handle_done_ptds(struct usb_hcd *hcd) argument
1536 struct usb_hcd *hcd = __hci; local
1560 isp1763_run(struct usb_hcd *hcd) argument
1632 isp1760_run(struct usb_hcd *hcd) argument
1736 packetize_urb(struct usb_hcd *hcd, struct urb *urb, struct list_head *head, gfp_t flags) argument
1842 isp1760_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags) argument
1915 kill_transfer(struct usb_hcd *hcd, struct urb *urb, struct isp1760_qh *qh) argument
1953 dequeue_urb_from_qtd(struct usb_hcd *hcd, struct isp1760_qh *qh, struct isp1760_qtd *qtd) argument
1977 isp1760_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) argument
2041 check_reset_complete(struct usb_hcd *hcd, int index) argument
2058 isp1760_hub_control(struct usb_hcd *hcd, struct usb_device *dev, unsigned long pipe, void *buffer, int length, struct devrequest *setup) argument
2427 struct usb_hcd *hcd = &host->hcd; local
[all...]
/u-boot/drivers/usb/host/
H A Dehci-npcm.c17 struct ehci_hccr *hcd; member in struct:npcm_ehci_priv
H A Dxhci-mvebu.c29 struct xhci_hccr *hcd; member in struct:mvebu_xhci
H A Dxhci-brcm.c36 struct xhci_hccr *hcd; local
H A Dxhci-rcar.c44 struct xhci_hccr *hcd; member in struct:rcar_xhci
H A Dxhci-exynos5.c52 struct xhci_hccr *hcd; member in struct:exynos_xhci
H A Dehci-exynos.c44 struct ehci_hccr *hcd; member in struct:exynos_ehci
H A Dxhci-mtk.c75 struct xhci_hccr *hcd; member in struct:mtk_xhci
/u-boot/drivers/usb/common/
H A Dusb_urb.c92 int usb_urb_submit(struct usb_hcd *hcd, struct urb *urb) argument
120 int usb_urb_submit_control(struct usb_hcd *hcd, struct urb *urb, argument
142 int usb_urb_submit_bulk(struct usb_hcd *hcd, struc argument
152 usb_urb_submit_irq(struct usb_hcd *hcd, struct urb *urb, struct usb_host_endpoint *hep, struct usb_device *dev, unsigned long pipe, void *buffer, int len, int interval) argument
[all...]
/u-boot/include/linux/usb/
H A Dxhci-fsl.h52 struct xhci_hccr *hcd; member in struct:fsl_xhci
H A Dusb_urb_compat.h69 static inline void usb_hcd_giveback_urb(struct usb_hcd *hcd, argument
78 static inline int usb_hcd_unmap_urb_for_dma(struct usb_hcd *hcd, argument
[all...]
H A Dxhci-omap.h136 struct xhci_hccr *hcd; member in struct:omap_xhci
/u-boot/drivers/usb/mtu3/
H A Dmtu3.h175 struct xhci_hccr *hcd; member in struct:mtu3_host

Completed in 148 milliseconds