Home
last modified time | relevance | path

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

/drivers/staging/dwc2/
Dhcd.h142 u8 halt_on_queue; member
Dcore.c1090 chan->halt_on_queue = 0; in dwc2_hc_halt()
1094 chan->halt_on_queue = 1; in dwc2_hc_halt()
1105 chan->halt_on_queue); in dwc2_hc_halt()
Dhcd.c764 chan->halt_on_queue = 0; in dwc2_assign_and_init_hc()
955 } else if (chan->halt_on_queue) { in dwc2_queue_transaction()
1850 chan->halt_on_queue); in dwc2_hcd_dump_state()
Dhcd_intr.c812 if (chan->halt_on_queue) { in dwc2_halt_channel()