Searched refs:dmi_get_date (Results 1 - 3 of 3) sorted by relevance

/drivers/firmware/
H A Ddmi_scan.c813 * dmi_get_date - parse a DMI date
830 bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) function
882 EXPORT_SYMBOL(dmi_get_date); variable
/drivers/acpi/
H A Dsleep.c328 if (dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL) && year >= 2012)
/drivers/ata/
H A Dahci.c960 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);
1090 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);

Completed in 954 milliseconds