Searched refs:dev_code (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.c1165 u8 dev_code, i; local
1213 dev_code = *(device_enum->buffer.pointer + i);
1214 if (dev_code == 0xff)
1217 dprintk("Radio devices, looking at 0x%.2x\n", dev_code);
1219 if (dev_code == 0 && !sony_rfkill_devices[SONY_WIFI])
1222 if (dev_code == 0x10 && !sony_rfkill_devices[SONY_BLUETOOTH])
1225 if ((0xf0 & dev_code) == 0x20 &&
1229 if (dev_code == 0x30 && !sony_rfkill_devices[SONY_WIMAX])

Completed in 64 milliseconds