| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | dbus.h | 523 struct ehci_qtd { struct 545 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument 579 struct ehci_qtd *dummy; 613 struct ehci_qtd *first_qtd; 629 int optimize_qtd_fill_with_rpc(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *rpc, 631 int optimize_qtd_fill_with_data(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *data, 633 int optimize_submit_async(struct ehci_qtd *qtd, int epn); 634 void inline optimize_ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma); 635 struct ehci_qtd *optimize_ehci_qtd_alloc(gfp_t flags); 636 void optimize_ehci_qtd_free(struct ehci_qtd *qtd); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | dbus.h | 475 struct ehci_qtd { struct 497 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument 531 struct ehci_qtd *dummy; 565 struct ehci_qtd *first_qtd; 581 int optimize_qtd_fill_with_rpc(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *rpc, 583 int optimize_qtd_fill_with_data(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *data, 585 int optimize_submit_async(struct ehci_qtd *qtd, int epn); 586 void inline optimize_ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma); 587 struct ehci_qtd *optimize_ehci_qtd_alloc(gfp_t flags); 588 void optimize_ehci_qtd_free(struct ehci_qtd *qtd); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | dbus.h | 475 struct ehci_qtd { struct 497 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument 531 struct ehci_qtd *dummy; 565 struct ehci_qtd *first_qtd; 581 int optimize_qtd_fill_with_rpc(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *rpc, 583 int optimize_qtd_fill_with_data(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *data, 585 int optimize_submit_async(struct ehci_qtd *qtd, int epn); 586 void inline optimize_ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma); 587 struct ehci_qtd *optimize_ehci_qtd_alloc(gfp_t flags); 588 void optimize_ehci_qtd_free(struct ehci_qtd *qtd); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | dbus.h | 483 struct ehci_qtd { struct 505 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument 539 struct ehci_qtd *dummy; 573 struct ehci_qtd *first_qtd; 589 int optimize_qtd_fill_with_rpc(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *rpc, 591 int optimize_qtd_fill_with_data(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *data, 593 int optimize_submit_async(struct ehci_qtd *qtd, int epn); 594 void inline optimize_ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma); 595 struct ehci_qtd *optimize_ehci_qtd_alloc(gfp_t flags); 596 void optimize_ehci_qtd_free(struct ehci_qtd *qtd); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | dbus.h | 509 struct ehci_qtd { struct 531 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument 565 struct ehci_qtd *dummy; 599 struct ehci_qtd *first_qtd; 615 int optimize_qtd_fill_with_rpc(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *rpc, 617 int optimize_qtd_fill_with_data(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *data, 619 int optimize_submit_async(struct ehci_qtd *qtd, int epn); 620 void inline optimize_ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma); 621 struct ehci_qtd *optimize_ehci_qtd_alloc(gfp_t flags); 622 void optimize_ehci_qtd_free(struct ehci_qtd *qtd); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | dbus.h | 475 struct ehci_qtd { struct 497 struct ehci_qtd *obj_next; /**< software link to the next QTD */ argument 531 struct ehci_qtd *dummy; 565 struct ehci_qtd *first_qtd; 581 int optimize_qtd_fill_with_rpc(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *rpc, 583 int optimize_qtd_fill_with_data(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd, void *data, 585 int optimize_submit_async(struct ehci_qtd *qtd, int epn); 586 void inline optimize_ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma); 587 struct ehci_qtd *optimize_ehci_qtd_alloc(gfp_t flags); 588 void optimize_ehci_qtd_free(struct ehci_qtd *qtd); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-mem.c | 25 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() 146 sizeof (struct ehci_qtd), in ehci_mem_init()
|
| H A D | ehci-q.c | 37 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill() 79 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update() 115 struct ehci_qtd *qtd; in qh_refresh() 117 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh() 291 struct ehci_qtd *last, *end = qh->dummy; in qh_completions() 323 struct ehci_qtd *qtd; in qh_completions() 327 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions() 497 struct ehci_qtd, qtd_list); in qh_completions() 563 struct ehci_qtd *qtd; in qtd_list_free() 565 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free() [all …]
|
| H A D | oxu210hp-hcd.c | 234 struct ehci_qtd { struct 331 struct ehci_qtd *dummy; 392 struct ehci_qtd qtd_pool[QTD_NUM]; 907 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len) in oxu_buf_alloc() 959 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free() 975 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init() 985 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free() 1000 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc() 1003 struct ehci_qtd *qtd = NULL; in ehci_qtd_alloc() 1012 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc() [all …]
|
| H A D | ehci-dbg.c | 80 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd() 102 dbg_qtd("overlay", ehci, (struct ehci_qtd *) &hw->hw_qtd_next); in dbg_qh() 376 struct ehci_qtd *td; in qh_lines() 419 td = list_entry(entry, struct ehci_qtd, qtd_list); in qh_lines() 597 struct ehci_qtd *qtd; in output_buf_tds_dir()
|
| H A D | ehci.h | 294 struct ehci_qtd { struct 418 struct ehci_qtd *dummy;
|
| H A D | ehci-hcd.c | 1339 sizeof(struct ehci_qh), sizeof(struct ehci_qtd), in ehci_hcd_init()
|