Home
last modified time | relevance | path

Searched refs:wakeup_enabled (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/power/supply/
H A Dcollie_battery.c285 static int wakeup_enabled; variable
294 wakeup_enabled = !enable_irq_wake(gpiod_to_irq(collie_bat_main.gpio_full)); in collie_bat_suspend()
296 wakeup_enabled = 0; in collie_bat_suspend()
303 if (wakeup_enabled) in collie_bat_resume()
H A Dgpio-charger.c29 bool wakeup_enabled; member
382 gpio_charger->wakeup_enabled = in gpio_charger_suspend()
392 if (device_may_wakeup(dev) && gpio_charger->wakeup_enabled) in gpio_charger_resume()
H A Dqcom_smbx.c394 bool wakeup_enabled; member
/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c391 if (phy->wakeup_enabled) { in utmip_pad_power_off()
658 if (phy->wakeup_enabled && phy->mode != USB_DR_MODE_HOST) in utmi_phy_power_off()
666 if (!phy->wakeup_enabled) { in utmi_phy_power_off()
676 if (!phy->wakeup_enabled) { in utmi_phy_power_off()
688 if (phy->wakeup_enabled) { in utmi_phy_power_off()
798 if (WARN_ON_ONCE(phy->wakeup_enabled)) { in ulpi_phy_power_off()
890 if (phy->wakeup_enabled && phy->mode != USB_DR_MODE_HOST && in tegra_usb_phy_set_wakeup()
902 phy->wakeup_enabled = false; in tegra_usb_phy_set_wakeup()
928 phy->wakeup_enabled = enable; in tegra_usb_phy_set_wakeup()
/linux/include/linux/usb/
H A Dtegra_usb_phy.h78 bool wakeup_enabled; member
/linux/drivers/platform/surface/aggregator/
H A Dcontroller.h214 bool wakeup_enabled; member
H A Dcontroller.c2816 ctrl->irq.wakeup_enabled = true; in ssam_irq_arm_for_wakeup()
2818 ctrl->irq.wakeup_enabled = false; in ssam_irq_arm_for_wakeup()
2839 if (ctrl->irq.wakeup_enabled) { in ssam_irq_disarm_wakeup()
2844 ctrl->irq.wakeup_enabled = false; in ssam_irq_disarm_wakeup()