Home
last modified time | relevance | path

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

/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()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c1017 sdiodev->func1_power_manageable = adev->flags.power_manageable; in brcmf_sdiod_acpi_save_power_manageable()
1021 sdiodev->func2_power_manageable = adev->flags.power_manageable; in brcmf_sdiod_acpi_save_power_manageable()
1033 adev->flags.power_manageable = enable ? sdiodev->func1_power_manageable : 0; in brcmf_sdiod_acpi_set_power_manageable()
1037 adev->flags.power_manageable = enable ? sdiodev->func2_power_manageable : 0; in brcmf_sdiod_acpi_set_power_manageable()
/linux/include/acpi/
H A Dacpi_bus.h182 u32 power_manageable:1; member
810 return adev->flags.power_manageable; in acpi_device_power_manageable()
/linux/drivers/acpi/x86/
H A Ds2idle.c323 if (!adev->flags.power_manageable) { in lpi_check_constraints()