Searched refs:thinkpad_id (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 Dthinkpad_acpi.c345 static struct thinkpad_id_data thinkpad_id; variable in typeref:struct:thinkpad_id_data
478 if ((qlist->vendor == thinkpad_id.vendor ||
480 (qlist->bios == thinkpad_id.bios_model ||
482 (qlist->ec == thinkpad_id.ec_model ||
494 return thinkpad_id.vendor == PCI_VENDOR_ID_LENOVO;
499 return thinkpad_id.vendor == PCI_VENDOR_ID_IBM;
1816 if ((bios_version > thinkpad_id.bios_release) ||
1817 (ec_version > thinkpad_id.ec_release &&
5746 if (thinkpad_id.ec_model) {
6820 (thinkpad_id
[all...]

Completed in 115 milliseconds