Searched refs:wifi_rfkill (Results 1 – 4 of 4) sorted by relevance
/drivers/platform/x86/ |
D | hp-wmi.c | 158 static struct rfkill *wifi_rfkill; variable 588 if (wifi_rfkill) in hp_wmi_notify() 589 rfkill_set_states(wifi_rfkill, in hp_wmi_notify() 706 wifi_rfkill = rfkill_alloc("hp-wifi", &device->dev, in hp_wmi_rfkill_setup() 710 if (!wifi_rfkill) in hp_wmi_rfkill_setup() 712 rfkill_init_sw_state(wifi_rfkill, in hp_wmi_rfkill_setup() 714 rfkill_set_hw_state(wifi_rfkill, in hp_wmi_rfkill_setup() 716 err = rfkill_register(wifi_rfkill); in hp_wmi_rfkill_setup() 767 if (wifi_rfkill) in hp_wmi_rfkill_setup() 768 rfkill_unregister(wifi_rfkill); in hp_wmi_rfkill_setup() [all …]
|
D | intel_oaktrail.c | 90 static struct rfkill *wifi_rfkill; variable 151 __oaktrail_rfkill_cleanup(wifi_rfkill); in oaktrail_rfkill_cleanup() 161 wifi_rfkill = oaktrail_rfkill_new("oaktrail-wifi", in oaktrail_rfkill_init() 164 if (IS_ERR(wifi_rfkill)) { in oaktrail_rfkill_init() 165 ret = PTR_ERR(wifi_rfkill); in oaktrail_rfkill_init() 166 wifi_rfkill = NULL; in oaktrail_rfkill_init()
|
D | compal-laptop.c | 763 static struct rfkill *wifi_rfkill; variable 935 wifi_rfkill = rfkill_alloc("compal-wifi", &compal_device->dev, in setup_rfkill() 938 if (!wifi_rfkill) in setup_rfkill() 941 ret = rfkill_register(wifi_rfkill); in setup_rfkill() 962 rfkill_unregister(wifi_rfkill); in setup_rfkill() 965 rfkill_destroy(wifi_rfkill); in setup_rfkill() 1086 rfkill_unregister(wifi_rfkill); in compal_cleanup() 1088 rfkill_destroy(wifi_rfkill); in compal_cleanup()
|
D | dell-laptop.c | 89 static struct rfkill *wifi_rfkill; variable 676 if (wifi_rfkill) { in dell_update_rfkill() 677 dell_rfkill_update_hw_state(wifi_rfkill, 1, status, hwswitch); in dell_update_rfkill() 678 dell_rfkill_update_sw_state(wifi_rfkill, 1, status); in dell_update_rfkill() 761 wifi_rfkill = rfkill_alloc("dell-wifi", &platform_device->dev, in dell_setup_rfkill() 764 if (!wifi_rfkill) { in dell_setup_rfkill() 768 ret = rfkill_register(wifi_rfkill); in dell_setup_rfkill() 869 if (wifi_rfkill) in dell_setup_rfkill() 870 rfkill_unregister(wifi_rfkill); in dell_setup_rfkill() 872 rfkill_destroy(wifi_rfkill); in dell_setup_rfkill() [all …]
|