Home
last modified time | relevance | path

Searched refs:ehci_qtd (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dehci-mem.c25 static inline void ehci_qtd_init(struct ehci_hcd *ehci, struct ehci_qtd *qtd, in ehci_qtd_init()
36 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qtd_alloc()
38 struct ehci_qtd *qtd; in ehci_qtd_alloc()
48 static inline void ehci_qtd_free (struct ehci_hcd *ehci, struct ehci_qtd *qtd) in ehci_qtd_free()
145 sizeof (struct ehci_qtd), in ehci_mem_init()
H A Doxu210hp-hcd.c210 struct ehci_qtd { struct
307 struct ehci_qtd *dummy;
368 struct ehci_qtd qtd_pool[QTD_NUM];
883 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len) in oxu_buf_alloc()
935 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free()
951 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init()
961 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free()
976 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc()
979 struct ehci_qtd *qtd = NULL; in ehci_qtd_alloc()
988 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc()
[all …]