Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Ddell-smbios-smm.c27 static const struct dmi_system_id dell_device_table[] __initconst = { variable
56 MODULE_DEVICE_TABLE(dmi, dell_device_table);
Ddell-laptop.c92 static const struct dmi_system_id dell_device_table[] __initconst = { variable
139 MODULE_DEVICE_TABLE(dmi, dell_device_table);
2144 if (!dmi_check_system(dell_device_table)) in dell_init()