Home
last modified time | relevance | path

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

/openbmc/linux/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) in dmi_get_date() function
/openbmc/linux/drivers/firmware/
H A Ddmi_scan.c1025 bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) in dmi_get_date() function
1077 EXPORT_SYMBOL(dmi_get_date);
1091 exists = dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL); in dmi_get_bios_year()
/openbmc/linux/drivers/ata/
H A Dahci.c1181 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); in ahci_sb600_enable_64bit()
1311 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); in ahci_broken_suspend()
1364 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); in ahci_broken_lpm()