Searched refs:qh_urb_transaction (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-hcd.c | 904 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags)) in ehci_urb_enqueue() 909 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags)) in ehci_urb_enqueue()
|
H A D | oxu210hp-hcd.c | 1596 /* Reverse of qh_urb_transaction: free a list of TDs. 1612 static struct list_head *qh_urb_transaction(struct oxu_hcd *oxu, in qh_urb_transaction() function 3244 if (!qh_urb_transaction(oxu, urb, &qtd_list, mem_flags)) in __oxu_urb_enqueue() 3249 if (!qh_urb_transaction(oxu, urb, &qtd_list, mem_flags)) in __oxu_urb_enqueue()
|
H A D | ehci-q.c | 552 * reverse of qh_urb_transaction: free a list of TDs. 575 qh_urb_transaction ( in qh_urb_transaction() function
|
H A D | fotg210-hcd.c | 2509 /* reverse of qh_urb_transaction: free a list of TDs. 2525 static struct list_head *qh_urb_transaction(struct fotg210_hcd *fotg210, in qh_urb_transaction() function 5276 if (!qh_urb_transaction(fotg210, urb, &qtd_list, mem_flags)) in fotg210_urb_enqueue() 5281 if (!qh_urb_transaction(fotg210, urb, &qtd_list, mem_flags)) in fotg210_urb_enqueue()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-hcd.c | 902 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags)) in ehci_urb_enqueue() 907 if (!qh_urb_transaction (ehci, urb, &qtd_list, mem_flags)) in ehci_urb_enqueue()
|
H A D | oxu210hp-hcd.c | 1597 /* Reverse of qh_urb_transaction: free a list of TDs. 1613 static struct list_head *qh_urb_transaction(struct oxu_hcd *oxu, in qh_urb_transaction() function 3245 if (!qh_urb_transaction(oxu, urb, &qtd_list, mem_flags)) in __oxu_urb_enqueue() 3250 if (!qh_urb_transaction(oxu, urb, &qtd_list, mem_flags)) in __oxu_urb_enqueue()
|
H A D | ehci-q.c | 553 * reverse of qh_urb_transaction: free a list of TDs. 576 qh_urb_transaction ( in qh_urb_transaction() function
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 2510 /* reverse of qh_urb_transaction: free a list of TDs. 2526 static struct list_head *qh_urb_transaction(struct fotg210_hcd *fotg210, in qh_urb_transaction() function 5275 if (!qh_urb_transaction(fotg210, urb, &qtd_list, mem_flags)) in fotg210_urb_enqueue() 5280 if (!qh_urb_transaction(fotg210, urb, &qtd_list, mem_flags)) in fotg210_urb_enqueue()
|
Completed in 29 milliseconds