Searched refs:get_acpi (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/platform/x86/ |
D | eeepc-laptop.c | 221 static int get_acpi(struct eeepc_laptop *eeepc, int cm) in get_acpi() function 285 int value = get_acpi(eeepc, cm); in show_sys_acpi() 328 c->cur = get_acpi(eeepc, CM_ASL_CPUFV); in get_cpufv() 511 return get_acpi(eeepc, CM_ASL_TPD); in tpd_led_get() 518 if (get_acpi(eeepc, CM_ASL_TPD) == -ENODEV) in eeepc_led_init() 528 if (get_acpi(eeepc, CM_ASL_TPD) >= 0) /* if method is available */ in eeepc_led_init() 554 if (get_acpi(eeepc, CM_ASL_WLAN) == 1) in eeepc_wlan_rfkill_blocked() 711 val = get_acpi(eeepc, CM_ASL_WLAN); in eeepc_get_adapter_status() 783 rfkill_init_sw_state(*rfkill, get_acpi(eeepc, cm) != 1); in eeepc_new_rfkill() 898 wlan = get_acpi(eeepc, CM_ASL_WLAN); in eeepc_hotk_thaw() [all …]
|