Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/
Dpower.c320 if (!adev->flags.power_manageable) in acpi_device_power_add_dependent()
354 if (!adev->flags.power_manageable) in acpi_device_power_remove_dependent()
863 if (device->power.state == state || !device->flags.power_manageable) in acpi_power_transition()
Ddevice_pm.c83 if (!device->flags.power_manageable) { in acpi_device_get_power()
165 if (!device || !device->flags.power_manageable in acpi_device_set_power()
427 return result ? false : device->flags.power_manageable; in acpi_bus_power_manageable()
Ddevice_sysfs.c587 if (dev->flags.power_manageable) { in acpi_device_setup_files()
611 if (dev->flags.power_manageable) { in acpi_device_remove_files()
Dscan.c1026 device->flags.power_manageable = 1; in acpi_bus_get_power_flags()
1069 device->flags.power_manageable = 0; in acpi_bus_get_power_flags()
2157 device->flags.power_manageable = 0; in acpi_bus_attach()
2164 device->flags.power_manageable = in acpi_bus_attach()
2167 device->flags.power_manageable = 0; in acpi_bus_attach()
/Linux-v5.15/include/acpi/
Dacpi_bus.h195 u32 power_manageable:1; member
678 return adev->flags.power_manageable; in acpi_device_power_manageable()
/Linux-v5.15/drivers/acpi/x86/
Ds2idle.c306 if (!adev->flags.power_manageable) { in lpi_check_constraints()
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c1009 adev->flags.power_manageable = 0; in brcmf_sdiod_acpi_set_power_manageable()