Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dhcd.h142 u8 halt_on_queue; member
Dcore.c1158 chan->halt_on_queue = 0; in dwc2_hc_halt()
1162 chan->halt_on_queue = 1; in dwc2_hc_halt()
1173 chan->halt_on_queue); in dwc2_hc_halt()
Dhcd.c807 chan->halt_on_queue = 0; in dwc2_assign_and_init_hc()
1019 } else if (chan->halt_on_queue) { in dwc2_queue_transaction()
1918 chan->halt_on_queue); in dwc2_hcd_dump_state()
Dhcd_intr.c793 if (chan->halt_on_queue) { in dwc2_halt_channel()