Home
last modified time | relevance | path

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

/openbmc/linux/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 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 Ddevice_sysfs.c591 if (dev->flags.power_manageable) { in acpi_device_setup_files()
615 if (dev->flags.power_manageable) { in acpi_device_remove_files()
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()
2195 device->flags.power_manageable = 0; in acpi_bus_attach()
2204 device->flags.power_manageable = in acpi_bus_attach()
2207 device->flags.power_manageable = 0; in acpi_bus_attach()
/openbmc/linux/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()
/openbmc/linux/include/acpi/
H A Dacpi_bus.h196 u32 power_manageable:1; member
749 return adev->flags.power_manageable; in acpi_device_power_manageable()
/openbmc/linux/drivers/acpi/x86/
H A Ds2idle.c341 if (!adev->flags.power_manageable) { in lpi_check_constraints()