Home
last modified time | relevance | path

Searched refs:dell_device_table (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Ddell-smbios-smm.c30 static const struct dmi_system_id dell_device_table[] __initconst = { variable
59 MODULE_DEVICE_TABLE(dmi, dell_device_table);
Ddell-laptop.c96 static const struct dmi_system_id dell_device_table[] __initconst = { variable
143 MODULE_DEVICE_TABLE(dmi, dell_device_table);
2140 if (!dmi_check_system(dell_device_table)) in dell_init()