Searched refs:dmi_get_date (Results 1 – 2 of 2) sorted by relevance
/drivers/firmware/ |
D | dmi_scan.c | 1019 bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) in dmi_get_date() function 1071 EXPORT_SYMBOL(dmi_get_date); 1085 exists = dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL); in dmi_get_bios_year()
|
/drivers/ata/ |
D | ahci.c | 1166 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); in ahci_sb600_enable_64bit() 1296 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); in ahci_broken_suspend() 1349 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); in ahci_broken_lpm()
|