Searched refs:dwc2_hcd_queue_transactions (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd_intr.c | 178 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_sof_intr() 247 dwc2_hcd_queue_transactions(hsotg, DWC2_TRANSACTION_NON_PERIODIC); in dwc2_np_tx_fifo_empty_intr() 260 dwc2_hcd_queue_transactions(hsotg, DWC2_TRANSACTION_PERIODIC); in dwc2_perio_tx_fifo_empty_intr() 790 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_release_channel() 889 * properly via dwc2_hcd_queue_transactions, which also enables the in dwc2_complete_non_periodic_xfer()
|
H A D | hcd.h | 560 void dwc2_hcd_queue_transactions(struct dwc2_hsotg *hsotg,
|
H A D | hcd_queue.c | 1492 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_wait_timer_fn()
|
H A D | hcd_ddma.c | 1375 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_complete_xfer_ddma()
|
H A D | hcd.c | 1932 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_urb_enqueue() 3127 * dwc2_hcd_queue_transactions() - Processes the currently active host channels 3137 void dwc2_hcd_queue_transactions(struct dwc2_hsotg *hsotg, in dwc2_hcd_queue_transactions() function 4841 dwc2_hcd_queue_transactions(hsotg, DWC2_TRANSACTION_ALL); in _dwc2_hcd_clear_tt_buffer_complete()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd_intr.c | 148 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_sof_intr() 217 dwc2_hcd_queue_transactions(hsotg, DWC2_TRANSACTION_NON_PERIODIC); in dwc2_np_tx_fifo_empty_intr() 230 dwc2_hcd_queue_transactions(hsotg, DWC2_TRANSACTION_PERIODIC); in dwc2_perio_tx_fifo_empty_intr() 760 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_release_channel() 859 * properly via dwc2_hcd_queue_transactions, which also enables the in dwc2_complete_non_periodic_xfer()
|
H A D | hcd.h | 531 void dwc2_hcd_queue_transactions(struct dwc2_hsotg *hsotg,
|
H A D | hcd_queue.c | 1462 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_wait_timer_fn()
|
H A D | hcd_ddma.c | 1345 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_complete_xfer_ddma()
|
H A D | hcd.c | 1897 dwc2_hcd_queue_transactions(hsotg, tr_type); in dwc2_hcd_urb_enqueue() 3092 * dwc2_hcd_queue_transactions() - Processes the currently active host channels 3102 void dwc2_hcd_queue_transactions(struct dwc2_hsotg *hsotg, in dwc2_hcd_queue_transactions() function 4926 dwc2_hcd_queue_transactions(hsotg, DWC2_TRANSACTION_ALL); in _dwc2_hcd_clear_tt_buffer_complete()
|
Completed in 40 milliseconds