Home
last modified time | relevance | path

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

/Linux-v5.10/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.c97 static const struct dmi_system_id dell_device_table[] __initconst = { variable
144 MODULE_DEVICE_TABLE(dmi, dell_device_table);
2170 if (!dmi_check_system(dell_device_table)) in dell_init()