Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dsl811-hcd.c327 if ((bank && sl811->active_b == ep) || sl811->active_a == ep) in start()
406 if (sl811->active_a == NULL) { in start_transfer()
407 sl811->active_a = start(sl811, SL811_EP_A(SL811_HOST_BUF)); in start_transfer()
408 if (sl811->active_a != NULL) in start_transfer()
594 if (sl811->active_a && time_before_eq(sl811->jiffies_a, jiffies)) { in checkdone()
651 done(sl811, sl811->active_a, SL811_EP_A(SL811_HOST_BUF)); in sl811h_irq()
652 sl811->active_a = NULL; in sl811h_irq()
698 if (sl811->active_a) { in sl811h_irq()
700 finish_request(sl811, sl811->active_a, in sl811h_irq()
701 container_of(sl811->active_a in sl811h_irq()
[all …]
H A Dsl811.h140 struct sl811h_ep *active_a; member