Searched refs:wifi_rfkill (Results 1 – 4 of 4) sorted by relevance
89 static struct rfkill *wifi_rfkill; variable150 __oaktrail_rfkill_cleanup(wifi_rfkill); in oaktrail_rfkill_cleanup()160 wifi_rfkill = oaktrail_rfkill_new("oaktrail-wifi", in oaktrail_rfkill_init()163 if (IS_ERR(wifi_rfkill)) { in oaktrail_rfkill_init()164 ret = PTR_ERR(wifi_rfkill); in oaktrail_rfkill_init()165 wifi_rfkill = NULL; in oaktrail_rfkill_init()
282 static struct rfkill *wifi_rfkill; variable905 if (wifi_rfkill) in hp_wmi_notify()1045 if (!wifi_rfkill) in hp_wmi_rfkill_setup()1102 if (wifi_rfkill) in hp_wmi_rfkill_setup()1105 rfkill_destroy(wifi_rfkill); in hp_wmi_rfkill_setup()1106 wifi_rfkill = NULL; in hp_wmi_rfkill_setup()1645 wifi_rfkill = NULL; in hp_wmi_bios_setup()1680 if (wifi_rfkill) { in hp_wmi_bios_remove()1682 rfkill_destroy(wifi_rfkill); in hp_wmi_bios_remove()1718 if (wifi_rfkill) in hp_wmi_resume_handler()[all …]
751 static struct rfkill *wifi_rfkill; variable923 wifi_rfkill = rfkill_alloc("compal-wifi", &compal_device->dev, in setup_rfkill()926 if (!wifi_rfkill) in setup_rfkill()929 ret = rfkill_register(wifi_rfkill); in setup_rfkill()950 rfkill_unregister(wifi_rfkill); in setup_rfkill()953 rfkill_destroy(wifi_rfkill); in setup_rfkill()1098 rfkill_unregister(wifi_rfkill); in compal_cleanup()1100 rfkill_destroy(wifi_rfkill); in compal_cleanup()
97 static struct rfkill *wifi_rfkill; variable712 if (wifi_rfkill) { in dell_update_rfkill()714 dell_rfkill_update_sw_state(wifi_rfkill, 1, status); in dell_update_rfkill()800 if (!wifi_rfkill) { in dell_setup_rfkill()804 ret = rfkill_register(wifi_rfkill); in dell_setup_rfkill()905 if (wifi_rfkill) in dell_setup_rfkill()906 rfkill_unregister(wifi_rfkill); in dell_setup_rfkill()908 rfkill_destroy(wifi_rfkill); in dell_setup_rfkill()923 if (wifi_rfkill) { in dell_cleanup_rfkill()924 rfkill_unregister(wifi_rfkill); in dell_cleanup_rfkill()[all …]
Completed in 24 milliseconds