Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd.h142 u8 halt_on_queue; member
Dcore.c1168 chan->halt_on_queue = 0; in dwc2_hc_halt()
1172 chan->halt_on_queue = 1; in dwc2_hc_halt()
1183 chan->halt_on_queue); in dwc2_hc_halt()
Dhcd.c797 chan->halt_on_queue = 0; in dwc2_assign_and_init_hc()
1009 } else if (chan->halt_on_queue) { in dwc2_queue_transaction()
1904 chan->halt_on_queue); in dwc2_hcd_dump_state()
Dhcd_intr.c793 if (chan->halt_on_queue) { in dwc2_halt_channel()