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

/drivers/platform/x86/
H A Dsony-laptop.c154 static struct rfkill *sony_rfkill_devices[N_SONY_RFKILL]; variable in typeref:struct:rfkill
1203 if (sony_rfkill_devices[i]) {
1204 rfkill_unregister(sony_rfkill_devices[i]);
1205 rfkill_destroy(sony_rfkill_devices[i]);
1270 sony_rfkill_devices[nc_type] = rfk;
1286 if (!sony_rfkill_devices[i])
1290 if (rfkill_set_hw_state(sony_rfkill_devices[i], true)) {
1297 rfkill_set_states(sony_rfkill_devices[i],
1359 if (dev_code == 0 && !sony_rfkill_devices[SONY_WIFI])
1362 if (dev_code == 0x10 && !sony_rfkill_devices[SONY_BLUETOOT
[all...]

Completed in 50 milliseconds