Lines Matching full:clocked
199 /* don't access registers when interface isn't clocked */ in proc_udc_show()
200 if (!udc->clocked) { in proc_udc_show()
201 seq_printf(s, "(not clocked)\n"); in proc_udc_show()
567 if (ep->udc->clocked) { in at91_ep_disable()
745 if (!_ep || ep->is_iso || !ep->udc->clocked) in at91_ep_set_halt()
795 if (!to_udc(gadget)->clocked) in at91_get_frame()
809 if (!udc->clocked || !udc->suspended) in at91_wakeup()
900 if (udc->clocked) in clk_on()
902 udc->clocked = 1; in clk_on()
910 if (!udc->clocked) in clk_off()
912 udc->clocked = 0; in clk_off()
1405 if (!udc->clocked) { in at91_udc_irq()