Lines Matching refs:get_acpi
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()
919 get_acpi(eeepc, CM_ASL_BLUETOOTH) != 1); in eeepc_hotk_restore()
922 get_acpi(eeepc, CM_ASL_3G) != 1); in eeepc_hotk_restore()
925 get_acpi(eeepc, CM_ASL_WIMAX) != 1); in eeepc_hotk_restore()
1092 return get_acpi(eeepc, CM_ASL_PANELBRIGHT); in read_brightness()
1357 if (get_acpi(eeepc, CM_ASL_CAMERA) == 0) in eeepc_enable_camera()