Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dcore.c1427 bool power_lost; in ci_resume() local
1435 power_lost = !hw_read(ci, OP_ENDPTLISTADDR, ~0); in ci_resume()
1444 if (power_lost) { in ci_resume()
1452 ci_role(ci)->resume(ci, power_lost); in ci_resume()
1454 if (power_lost) in ci_resume()
H A Dhost.c461 static void ci_hdrc_host_resume(struct ci_hdrc *ci, bool power_lost) in ci_hdrc_host_resume() argument
463 ehci_resume(ci->hcd, power_lost); in ci_hdrc_host_resume()
H A Dci.h140 void (*resume)(struct ci_hdrc *ci, bool power_lost);
H A Dudc.c2218 static void udc_resume(struct ci_hdrc *ci, bool power_lost) in udc_resume() argument
2220 if (power_lost) { in udc_resume()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h2218 void (*power_lost) ( member
H A Dopenbmc_intf.c17605 G_STRUCT_OFFSET (ControlPowerIface, power_lost), in G_DEFINE_INTERFACE()
18967 iface->power_lost = _control_power_on_signal_power_lost; in control_power_skeleton_iface_init()