Home
last modified time | relevance | path

Searched refs:HPWMI_WIRELESS_QUERY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dhp-wmi.c82 HPWMI_WIRELESS_QUERY = 0x05, enumerator
335 ret = hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, HPWMI_WRITE, in hp_wmi_set_block()
349 int wireless = hp_wmi_read_int(HPWMI_WIRELESS_QUERY); in hp_wmi_get_sw_state()
352 WARN_ONCE(wireless < 0, "error executing HPWMI_WIRELESS_QUERY"); in hp_wmi_get_sw_state()
361 int wireless = hp_wmi_read_int(HPWMI_WIRELESS_QUERY); in hp_wmi_get_hw_state()
364 WARN_ONCE(wireless < 0, "error executing HPWMI_WIRELESS_QUERY"); in hp_wmi_get_hw_state()
714 wireless = hp_wmi_read_int(HPWMI_WIRELESS_QUERY); in hp_wmi_rfkill_setup()
718 err = hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, HPWMI_WRITE, &wireless, in hp_wmi_rfkill_setup()
/kernel/linux/linux-6.6/drivers/platform/x86/hp/
H A Dhp-wmi.c121 HPWMI_WIRELESS_QUERY = 0x05, enumerator
575 ret = hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, HPWMI_WRITE, in hp_wmi_set_block()
589 int wireless = hp_wmi_read_int(HPWMI_WIRELESS_QUERY); in hp_wmi_get_sw_state()
592 WARN_ONCE(wireless < 0, "error executing HPWMI_WIRELESS_QUERY"); in hp_wmi_get_sw_state()
601 int wireless = hp_wmi_read_int(HPWMI_WIRELESS_QUERY); in hp_wmi_get_hw_state()
604 WARN_ONCE(wireless < 0, "error executing HPWMI_WIRELESS_QUERY"); in hp_wmi_get_hw_state()
1010 wireless = hp_wmi_read_int(HPWMI_WIRELESS_QUERY); in hp_wmi_rfkill_setup()
1014 err = hp_wmi_perform_query(HPWMI_WIRELESS_QUERY, HPWMI_WRITE, &wireless, in hp_wmi_rfkill_setup()

Completed in 6 milliseconds