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

/linux-master/include/linux/
H A Ddmi.h106 extern bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp);
126 static inline bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) function
/linux-master/drivers/firmware/
H A Ddmi_scan.c1008 * dmi_get_date - parse a DMI date
1025 bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) function
1077 EXPORT_SYMBOL(dmi_get_date); variable
1091 exists = dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL);
/linux-master/drivers/ata/
H A Dahci.c1265 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);
1395 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);
1448 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);

Completed in 124 milliseconds