Lines Matching full:clocked
200 /* don't access registers when interface isn't clocked */ in proc_udc_show()
201 if (!udc->clocked) { in proc_udc_show()
202 seq_printf(s, "(not clocked)\n"); in proc_udc_show()
568 if (ep->udc->clocked) { in at91_ep_disable()
746 if (!_ep || ep->is_iso || !ep->udc->clocked) in at91_ep_set_halt()
796 if (!to_udc(gadget)->clocked) in at91_get_frame()
810 if (!udc->clocked || !udc->suspended) in at91_wakeup()
901 if (udc->clocked) in clk_on()
903 udc->clocked = 1; in clk_on()
911 if (!udc->clocked) in clk_off()
913 udc->clocked = 0; in clk_off()
1406 if (!udc->clocked) { in at91_udc_irq()