Home
last modified time | relevance | path

Searched refs:active_a (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dsl811-hcd.c326 if ((bank && sl811->active_b == ep) || sl811->active_a == ep) in start()
405 if (sl811->active_a == NULL) { in start_transfer()
406 sl811->active_a = start(sl811, SL811_EP_A(SL811_HOST_BUF)); in start_transfer()
407 if (sl811->active_a != NULL) in start_transfer()
592 if (sl811->active_a && time_before_eq(sl811->jiffies_a, jiffies)) { in checkdone()
648 done(sl811, sl811->active_a, SL811_EP_A(SL811_HOST_BUF)); in sl811h_irq()
649 sl811->active_a = NULL; in sl811h_irq()
695 if (sl811->active_a) { in sl811h_irq()
697 finish_request(sl811, sl811->active_a, in sl811h_irq()
698 container_of(sl811->active_a in sl811h_irq()
[all …]
Dsl811.h140 struct sl811h_ep *active_a; member