Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd.h142 u8 halt_on_queue; member
Dhcd.c809 chan->halt_on_queue = 0; in dwc2_assign_and_init_hc()
1021 } else if (chan->halt_on_queue) { in dwc2_queue_transaction()
1968 chan->halt_on_queue); in dwc2_hcd_dump_state()
Dcore.c1526 chan->halt_on_queue = 0; in dwc2_hc_halt()
1530 chan->halt_on_queue = 1; in dwc2_hc_halt()
1541 chan->halt_on_queue); in dwc2_hc_halt()
Dhcd_intr.c811 if (chan->halt_on_queue) { in dwc2_halt_channel()