Searched refs:power_lost (Results 1 – 4 of 4) sorted by relevance
1414 bool power_lost; in ci_resume() local1422 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()
469 static void ci_hdrc_host_resume(struct ci_hdrc *ci, bool power_lost) in ci_hdrc_host_resume() argument471 ehci_resume(ci->hcd, power_lost); in ci_hdrc_host_resume()
139 void (*resume)(struct ci_hdrc *ci, bool power_lost);
2206 static void udc_resume(struct ci_hdrc *ci, bool power_lost) in udc_resume() argument2208 if (power_lost) { in udc_resume()