Searched refs:threeg_rfkill (Results 1 – 1 of 1) sorted by relevance
312 static struct rfkill *threeg_rfkill; variable2095 rfkill_set_sw_state(threeg_rfkill, !state); in acer_rfkill_update()2172 threeg_rfkill = acer_rfkill_register(dev, in acer_rfkill_init()2175 if (IS_ERR(threeg_rfkill)) { in acer_rfkill_init()2176 err = PTR_ERR(threeg_rfkill); in acer_rfkill_init()2221 rfkill_unregister(threeg_rfkill); in acer_rfkill_exit()2222 rfkill_destroy(threeg_rfkill); in acer_rfkill_exit()2265 rfkill_set_sw_state(threeg_rfkill, in acer_wmi_notify()