Lines Matching refs:rfkill
173 struct rfkill *wlan_rfkill;
174 struct rfkill *bluetooth_rfkill;
175 struct rfkill *wwan3g_rfkill;
176 struct rfkill *wimax_rfkill;
796 struct rfkill **rfkill, in eeepc_new_rfkill() argument
807 *rfkill = rfkill_alloc(name, &eeepc->platform_device->dev, type, in eeepc_new_rfkill()
810 if (!*rfkill) in eeepc_new_rfkill()
813 rfkill_init_sw_state(*rfkill, get_acpi(eeepc, cm) != 1); in eeepc_new_rfkill()
814 result = rfkill_register(*rfkill); in eeepc_new_rfkill()
816 rfkill_destroy(*rfkill); in eeepc_new_rfkill()
817 *rfkill = NULL; in eeepc_new_rfkill()