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