Home
last modified time | relevance | path

Searched refs:power_lost (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/usb/chipidea/
Dcore.c1414 bool power_lost; in ci_resume() local
1422 power_lost = !hw_read(ci, OP_ENDPTLISTADDR, ~0); in ci_resume()
1431 if (power_lost) { in ci_resume()
1439 ci_role(ci)->resume(ci, power_lost); in ci_resume()
1441 if (power_lost) in ci_resume()
Dhost.c469 static void ci_hdrc_host_resume(struct ci_hdrc *ci, bool power_lost) in ci_hdrc_host_resume() argument
471 ehci_resume(ci->hcd, power_lost); in ci_hdrc_host_resume()
Dci.h139 void (*resume)(struct ci_hdrc *ci, bool power_lost);
Dudc.c2206 static void udc_resume(struct ci_hdrc *ci, bool power_lost) in udc_resume() argument
2208 if (power_lost) { in udc_resume()