Home
last modified time | relevance | path

Searched refs:halt_on_queue (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/dwc2/
Dhcd.h145 u8 halt_on_queue; member
Dhcd.c1131 chan->halt_on_queue = 0; in dwc2_hc_halt()
1135 chan->halt_on_queue = 1; in dwc2_hc_halt()
1146 chan->halt_on_queue); in dwc2_hc_halt()
2809 chan->halt_on_queue = 0; in dwc2_assign_and_init_hc()
3029 } else if (chan->halt_on_queue) { in dwc2_queue_transaction()
4051 chan->halt_on_queue); in dwc2_hcd_dump_state()
Dhcd_intr.c820 if (chan->halt_on_queue) { in dwc2_halt_channel()