Home
last modified time | relevance | path

Searched refs:threeg_rfkill (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dacer-wmi.c289 static struct rfkill *threeg_rfkill; variable
1796 rfkill_set_sw_state(threeg_rfkill, !state); in acer_rfkill_update()
1873 threeg_rfkill = acer_rfkill_register(dev, in acer_rfkill_init()
1876 if (IS_ERR(threeg_rfkill)) { in acer_rfkill_init()
1877 err = PTR_ERR(threeg_rfkill); in acer_rfkill_init()
1922 rfkill_unregister(threeg_rfkill); in acer_rfkill_exit()
1923 rfkill_destroy(threeg_rfkill); in acer_rfkill_exit()
1981 rfkill_set_sw_state(threeg_rfkill, in acer_wmi_notify()