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) {
743 if (!_ep || ep->is_iso || !ep->udc->clocked)
793 if (!to_udc(gadget)->clocked)
807 if (!udc->clocked || !udc->suspended)
898 if (udc->clocked)
900 udc->clocked = 1;
908 if (!udc->clocked)
910 udc->clocked = 0;
1403 if (!udc->clocked) {