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