Searched refs:hp_wmi_perform_query (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/platform/x86/ |
D | hp-wmi.c | 191 static int hp_wmi_perform_query(int query, int write, void *buffer, in hp_wmi_perform_query() function 249 int ret = hp_wmi_perform_query(HPWMI_DISPLAY_QUERY, 0, &state, in hp_wmi_display_state() 259 int ret = hp_wmi_perform_query(HPWMI_HDDTEMP_QUERY, 0, &state, in hp_wmi_hddtemp_state() 269 int ret = hp_wmi_perform_query(HPWMI_ALS_QUERY, 0, &state, in hp_wmi_als_state() 279 int ret = hp_wmi_perform_query(HPWMI_HARDWARE_QUERY, 0, &state, in hp_wmi_dock_state() 291 int ret = hp_wmi_perform_query(HPWMI_HARDWARE_QUERY, 0, &state, in hp_wmi_tablet_state() 302 int ret = hp_wmi_perform_query(HPWMI_FEATURE_QUERY, 0, &state, in hp_wmi_bios_2008_later() 313 int ret = hp_wmi_perform_query(HPWMI_FEATURE2_QUERY, 0, &state, in hp_wmi_bios_2009_later() 324 int ret = hp_wmi_perform_query(HPWMI_BIOS_QUERY, 1, &value, in hp_wmi_enable_hotkeys() 337 ret = hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, 1, in hp_wmi_set_block() [all …]
|