Lines Matching refs:ehci_qtd
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);
637 void optimize_submit_rx_request(const dbus_pub_t *pub, int epn, struct ehci_qtd *qtd_in, void *buf);