Searched refs:sony_rfkill_devices (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dsony-laptop.c136 static struct rfkill *sony_rfkill_devices[N_SONY_RFKILL]; variable in typeref:struct:rfkill
1063 if (sony_rfkill_devices[i]) {
1064 rfkill_unregister(sony_rfkill_devices[i]);
1065 rfkill_destroy(sony_rfkill_devices[i]);
1130 sony_rfkill_devices[nc_type] = rfk;
1146 if (!sony_rfkill_devices[i])
1150 if (rfkill_set_hw_state(sony_rfkill_devices[i], true)) {
1157 rfkill_set_states(sony_rfkill_devices[i],
1219 if (dev_code == 0 && !sony_rfkill_devices[SONY_WIFI])
1222 if (dev_code == 0x10 && !sony_rfkill_devices[SONY_BLUETOOT
[all...]

Completed in 98 milliseconds