Home
last modified time | relevance | path

Searched refs:wakeup_enabled (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dcollie_battery.c289 static int wakeup_enabled; variable
298 wakeup_enabled = !enable_irq_wake(gpio_to_irq(COLLIE_GPIO_CO)); in collie_bat_suspend()
300 wakeup_enabled = 0; in collie_bat_suspend()
307 if (wakeup_enabled) in collie_bat_resume()
H A Dgpio-charger.c29 bool wakeup_enabled; member
359 gpio_charger->wakeup_enabled = in gpio_charger_suspend()
369 if (device_may_wakeup(dev) && gpio_charger->wakeup_enabled) in gpio_charger_resume()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dgpio-charger.c29 bool wakeup_enabled; member
359 gpio_charger->wakeup_enabled = in gpio_charger_suspend()
369 if (device_may_wakeup(dev) && gpio_charger->wakeup_enabled) in gpio_charger_resume()
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 Dqcom_pmi8998_charger.c380 * @wakeup_enabled: If the cable IRQ will cause a wakeup
394 bool wakeup_enabled; member
/kernel/linux/linux-6.6/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()
850 if (WARN_ON_ONCE(phy->wakeup_enabled)) { in ulpi_phy_power_off()
942 if (phy->wakeup_enabled && phy->mode != USB_DR_MODE_HOST && in tegra_usb_phy_set_wakeup()
954 phy->wakeup_enabled = false; in tegra_usb_phy_set_wakeup()
980 phy->wakeup_enabled = enable; in tegra_usb_phy_set_wakeup()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dpower.c55 bool wakeup_enabled; member
615 resource->wakeup_enabled = true; in acpi_power_wakeup_list_init()
715 if (!resource->wakeup_enabled) { in acpi_enable_wakeup_device_power()
718 resource->wakeup_enabled = true; in acpi_enable_wakeup_device_power()
778 if (resource->wakeup_enabled) { in acpi_disable_wakeup_device_power()
781 resource->wakeup_enabled = false; in acpi_disable_wakeup_device_power()
/kernel/linux/linux-6.6/include/linux/usb/
H A Dtegra_usb_phy.h77 bool wakeup_enabled; member
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dcontroller.h195 * @irq.wakeup_enabled: Whether wakeup by IRQ is enabled during suspend.
214 bool wakeup_enabled; member
H A Dcontroller.c2776 ctrl->irq.wakeup_enabled = true; in ssam_irq_arm_for_wakeup()
2778 ctrl->irq.wakeup_enabled = false; in ssam_irq_arm_for_wakeup()
2799 if (ctrl->irq.wakeup_enabled) { in ssam_irq_disarm_wakeup()
2804 ctrl->irq.wakeup_enabled = false; in ssam_irq_disarm_wakeup()

Completed in 12 milliseconds