Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
H A Dhcd.h116 u8 halt_on_queue; member
H A Dhcd.c900 chan->halt_on_queue = 0; in dwc2_hc_halt()
904 chan->halt_on_queue = 1; in dwc2_hc_halt()
915 chan->halt_on_queue); in dwc2_hc_halt()
2586 chan->halt_on_queue = 0; in dwc2_assign_and_init_hc()
2812 } else if (chan->halt_on_queue) { in dwc2_queue_transaction()
3893 chan->halt_on_queue); in dwc2_hcd_dump_state()
H A Dhcd_intr.c790 if (chan->halt_on_queue) { in dwc2_halt_channel()