Home
last modified time | relevance | path

Searched refs:power_manageable (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/acpi/
H A Ddevice_pm.c86 if (!device->flags.power_manageable) { in acpi_device_get_power()
167 if (!device || !device->flags.power_manageable in acpi_device_set_power()
469 return device && device->flags.power_manageable; in acpi_bus_power_manageable()
475 if (!(adev->flags.power_manageable && adev->pnp.type.bus_address)) in acpi_power_up_if_adr_present()
H A Ddevice_sysfs.c590 if (dev->flags.power_manageable) { in acpi_device_setup_files()
614 if (dev->flags.power_manageable) { in acpi_device_remove_files()
H A 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()
854 if (device->power.state == state || !device->flags.power_manageable) in acpi_power_transition()
H A Dscan.c1037 device->flags.power_manageable = 1; in acpi_bus_get_power_flags()
1083 device->flags.power_manageable = 0; in acpi_bus_get_power_flags()
2194 device->flags.power_manageable = 0; in acpi_bus_attach()
2201 device->flags.power_manageable = in acpi_bus_attach()
2204 device->flags.power_manageable = 0; in acpi_bus_attach()
/kernel/linux/linux-5.10/drivers/acpi/
H A Ddevice_sysfs.c579 if (dev->flags.power_manageable) { in acpi_device_setup_files()
603 if (dev->flags.power_manageable) { in acpi_device_remove_files()
H A Dpower.c309 if (!adev->flags.power_manageable) in acpi_device_power_add_dependent()
343 if (!adev->flags.power_manageable) in acpi_device_power_remove_dependent()
848 if (device->power.state == state || !device->flags.power_manageable) in acpi_power_transition()
H A Ddevice_pm.c84 if (!device->flags.power_manageable) { in acpi_device_get_power()
166 if (!device || !device->flags.power_manageable in acpi_device_set_power()
431 return result ? false : device->flags.power_manageable; in acpi_bus_power_manageable()
H A Dscan.c983 device->flags.power_manageable = 1; in acpi_bus_get_power_flags()
1026 device->flags.power_manageable = 0; in acpi_bus_get_power_flags()
2012 device->flags.power_manageable = 0; in acpi_bus_attach()
2019 device->flags.power_manageable = in acpi_bus_attach()
2022 device->flags.power_manageable = 0; in acpi_bus_attach()
H A Dsleep.c885 if (!adev->flags.power_manageable) { in lpi_check_constraints()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c1011 sdiodev->func1_power_manageable = adev->flags.power_manageable; in brcmf_sdiod_acpi_save_power_manageable()
1015 sdiodev->func2_power_manageable = adev->flags.power_manageable; in brcmf_sdiod_acpi_save_power_manageable()
1027 adev->flags.power_manageable = enable ? sdiodev->func1_power_manageable : 0; in brcmf_sdiod_acpi_set_power_manageable()
1031 adev->flags.power_manageable = enable ? sdiodev->func2_power_manageable : 0; in brcmf_sdiod_acpi_set_power_manageable()
/kernel/linux/linux-5.10/include/acpi/
H A Dacpi_bus.h194 u32 power_manageable:1; member
670 return adev->flags.power_manageable; in acpi_device_power_manageable()
/kernel/linux/linux-6.6/include/acpi/
H A Dacpi_bus.h196 u32 power_manageable:1; member
749 return adev->flags.power_manageable; in acpi_device_power_manageable()
/kernel/linux/linux-6.6/drivers/acpi/x86/
H A Ds2idle.c341 if (!adev->flags.power_manageable) { in lpi_check_constraints()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c1007 adev->flags.power_manageable = 0; in brcmf_sdiod_acpi_set_power_manageable()

Completed in 23 milliseconds