Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Deeepc-laptop.c219 static int get_acpi(struct eeepc_laptop *eeepc, int cm) in get_acpi() function
283 int value = get_acpi(eeepc, cm); in show_sys_acpi()
326 c->cur = get_acpi(eeepc, CM_ASL_CPUFV); in get_cpufv()
509 return get_acpi(eeepc, CM_ASL_TPD); in tpd_led_get()
516 if (get_acpi(eeepc, CM_ASL_TPD) == -ENODEV) in eeepc_led_init()
526 if (get_acpi(eeepc, CM_ASL_TPD) >= 0) /* if method is available */ in eeepc_led_init()
552 if (get_acpi(eeepc, CM_ASL_WLAN) == 1) in eeepc_wlan_rfkill_blocked()
709 val = get_acpi(eeepc, CM_ASL_WLAN); in eeepc_get_adapter_status()
781 rfkill_init_sw_state(*rfkill, get_acpi(eeepc, cm) != 1); in eeepc_new_rfkill()
896 wlan = get_acpi(eeepc, CM_ASL_WLAN); in eeepc_hotk_thaw()
[all …]