Searched refs:wifi_rfkill (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/platform/x86/ |
D | hp-wmi.c | 157 static struct rfkill *wifi_rfkill; variable 604 if (wifi_rfkill) in hp_wmi_notify() 605 rfkill_set_states(wifi_rfkill, in hp_wmi_notify() 727 wifi_rfkill = rfkill_alloc("hp-wifi", &device->dev, in hp_wmi_rfkill_setup() 731 if (!wifi_rfkill) in hp_wmi_rfkill_setup() 733 rfkill_init_sw_state(wifi_rfkill, in hp_wmi_rfkill_setup() 735 rfkill_set_hw_state(wifi_rfkill, in hp_wmi_rfkill_setup() 737 err = rfkill_register(wifi_rfkill); in hp_wmi_rfkill_setup() 810 if (wifi_rfkill) in hp_wmi_rfkill_setup() 811 rfkill_unregister(wifi_rfkill); in hp_wmi_rfkill_setup() [all …]
|
D | intel_oaktrail.c | 104 static struct rfkill *wifi_rfkill; variable 165 __oaktrail_rfkill_cleanup(wifi_rfkill); in oaktrail_rfkill_cleanup() 175 wifi_rfkill = oaktrail_rfkill_new("oaktrail-wifi", in oaktrail_rfkill_init() 178 if (IS_ERR(wifi_rfkill)) { in oaktrail_rfkill_init() 179 ret = PTR_ERR(wifi_rfkill); in oaktrail_rfkill_init() 180 wifi_rfkill = NULL; in oaktrail_rfkill_init()
|
D | compal-laptop.c | 782 static struct rfkill *wifi_rfkill; variable 954 wifi_rfkill = rfkill_alloc("compal-wifi", &compal_device->dev, in setup_rfkill() 957 if (!wifi_rfkill) in setup_rfkill() 960 ret = rfkill_register(wifi_rfkill); in setup_rfkill() 981 rfkill_unregister(wifi_rfkill); in setup_rfkill() 984 rfkill_destroy(wifi_rfkill); in setup_rfkill() 1105 rfkill_unregister(wifi_rfkill); in compal_cleanup() 1107 rfkill_destroy(wifi_rfkill); in compal_cleanup()
|
D | dell-laptop.c | 119 static struct rfkill *wifi_rfkill; variable 777 if (wifi_rfkill) { in dell_update_rfkill() 778 dell_rfkill_update_hw_state(wifi_rfkill, 1, status, hwswitch); in dell_update_rfkill() 779 dell_rfkill_update_sw_state(wifi_rfkill, 1, status); in dell_update_rfkill() 866 wifi_rfkill = rfkill_alloc("dell-wifi", &platform_device->dev, in dell_setup_rfkill() 869 if (!wifi_rfkill) { in dell_setup_rfkill() 873 ret = rfkill_register(wifi_rfkill); in dell_setup_rfkill() 974 if (wifi_rfkill) in dell_setup_rfkill() 975 rfkill_unregister(wifi_rfkill); in dell_setup_rfkill() 977 rfkill_destroy(wifi_rfkill); in dell_setup_rfkill() [all …]
|