Lines Matching refs:get_acpi
220 static int get_acpi(struct eeepc_laptop *eeepc, int cm) in get_acpi() function
284 int value = get_acpi(eeepc, cm); in show_sys_acpi()
327 c->cur = get_acpi(eeepc, CM_ASL_CPUFV); in get_cpufv()
510 return get_acpi(eeepc, CM_ASL_TPD); in tpd_led_get()
517 if (get_acpi(eeepc, CM_ASL_TPD) == -ENODEV) in eeepc_led_init()
527 if (get_acpi(eeepc, CM_ASL_TPD) >= 0) /* if method is available */ in eeepc_led_init()
553 if (get_acpi(eeepc, CM_ASL_WLAN) == 1) in eeepc_wlan_rfkill_blocked()
710 val = get_acpi(eeepc, CM_ASL_WLAN); in eeepc_get_adapter_status()
782 rfkill_init_sw_state(*rfkill, get_acpi(eeepc, cm) != 1); in eeepc_new_rfkill()
897 wlan = get_acpi(eeepc, CM_ASL_WLAN); in eeepc_hotk_thaw()
918 get_acpi(eeepc, CM_ASL_BLUETOOTH) != 1); in eeepc_hotk_restore()
921 get_acpi(eeepc, CM_ASL_3G) != 1); in eeepc_hotk_restore()
924 get_acpi(eeepc, CM_ASL_WIMAX) != 1); in eeepc_hotk_restore()
1091 return get_acpi(eeepc, CM_ASL_PANELBRIGHT); in read_brightness()
1356 if (get_acpi(eeepc, CM_ASL_CAMERA) == 0) in eeepc_enable_camera()