Lines Matching refs:active_a
326 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()
702 sl811->active_a = NULL; in sl811h_irq()
980 } else if (sl811->active_a == ep) { in sl811h_urb_dequeue()
991 sl811->active_a = NULL; in sl811h_urb_dequeue()
1019 (sl811->active_a == ep) ? "A" : "B"); in sl811h_urb_dequeue()
1426 seq_printf(s, "A: qh%p ctl %02x sts %02x\n", sl811->active_a, in sl811h_show()
1438 (ep == sl811->active_a) ? "(A) " : "", in sl811h_show()
1472 (ep == sl811->active_a) ? "(A) " : "", in sl811h_show()