Searched refs:power_manageable (Results 1 – 5 of 5) sorted by relevance
86 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()
1098 device->flags.power_manageable = 1; in acpi_bus_get_power_flags()1144 device->flags.power_manageable = 0; in acpi_bus_get_power_flags()2353 device->flags.power_manageable = 0; in acpi_bus_attach()2362 device->flags.power_manageable = in acpi_bus_attach()2365 device->flags.power_manageable = 0; in acpi_bus_attach()
1016 sdiodev->func1_power_manageable = adev->flags.power_manageable; in brcmf_sdiod_acpi_save_power_manageable()1020 sdiodev->func2_power_manageable = adev->flags.power_manageable; in brcmf_sdiod_acpi_save_power_manageable()1032 adev->flags.power_manageable = enable ? sdiodev->func1_power_manageable : 0; in brcmf_sdiod_acpi_set_power_manageable()1036 adev->flags.power_manageable = enable ? sdiodev->func2_power_manageable : 0; in brcmf_sdiod_acpi_set_power_manageable()
209 u32 power_manageable:1; member855 return adev->flags.power_manageable; in acpi_device_power_manageable()
323 if (!adev->flags.power_manageable) { in lpi_check_constraints()