Searched refs:hp_wmi_perform_query (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/platform/x86/ |
D | hp-wmi.c | 196 static int hp_wmi_perform_query(int query, int write, void *buffer, in hp_wmi_perform_query() function 254 int ret = hp_wmi_perform_query(HPWMI_DISPLAY_QUERY, 0, &state, in hp_wmi_display_state() 264 int ret = hp_wmi_perform_query(HPWMI_HDDTEMP_QUERY, 0, &state, in hp_wmi_hddtemp_state() 274 int ret = hp_wmi_perform_query(HPWMI_ALS_QUERY, 0, &state, in hp_wmi_als_state() 284 int ret = hp_wmi_perform_query(HPWMI_HARDWARE_QUERY, 0, &state, in hp_wmi_dock_state() 296 int ret = hp_wmi_perform_query(HPWMI_HARDWARE_QUERY, 0, &state, in hp_wmi_tablet_state() 310 ret = hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, 1, in hp_wmi_set_block() 325 hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, 0, in hp_wmi_get_sw_state() 342 hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, 0, in hp_wmi_get_hw_state() 360 if (hp_wmi_perform_query(HPWMI_WIRELESS2_QUERY, 1, in hp_wmi_rfkill2_set_block() [all …]
|