Searched refs:power_supply_is_system_supplied (Results 1 – 13 of 13) sorted by relevance
32 if (!restart && !power_supply_is_system_supplied()) { in atc2603c_do_poweroff()83 if (!restart && !power_supply_is_system_supplied()) { in atc2609a_do_poweroff()
428 extern int power_supply_is_system_supplied(void);430 static inline int power_supply_is_system_supplied(void) { return -ENOSYS; } in power_supply_is_system_supplied() function
68 if (power_supply_is_system_supplied()) in gpd_pocket_fan_min_speed()
916 if (power_supply_is_system_supplied() > 0) in dell_send_intensity()937 if (power_supply_is_system_supplied() > 0) in dell_get_intensity()1635 if (kbd_timeout_ac_supported && power_supply_is_system_supplied() > 0) { in kbd_led_timeout_store()1666 if (kbd_timeout_ac_supported && power_supply_is_system_supplied() > 0) { in kbd_led_timeout_show()
359 int power_supply_is_system_supplied(void) in power_supply_is_system_supplied() function376 EXPORT_SYMBOL_GPL(power_supply_is_system_supplied);
687 if (power_supply_is_system_supplied() > 0) in radeon_acpi_event()
78 if (power_supply_is_system_supplied() > 0) in radeon_pm_acpi_event_handler()104 if (power_supply_is_system_supplied() > 0) { in radeon_pm_update_profile()1799 if (power_supply_is_system_supplied() > 0) in radeon_pm_compute_clocks_dpm()
826 if (power_supply_is_system_supplied() > 0) in amdgpu_acpi_event()
3511 adev->pm.ac_power = power_supply_is_system_supplied() > 0; in amdgpu_device_init()
306 clk->pwrsrc = power_supply_is_system_supplied(); in nvkm_pstate_work()
193 if ((battery_ac_is_broken || power_supply_is_system_supplied()) && in acpi_battery_handle_discharging()
1198 if (power_supply_is_system_supplied() > 0) in amdgpu_pm_acpi_event_handler()
1469 int is_ac = power_supply_is_system_supplied(); in info_show()