Searched refs:dmi_get_date (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | dmi.h | 106 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 D | dmi_scan.c | 1036 bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) in dmi_get_date() function 1088 EXPORT_SYMBOL(dmi_get_date); 1102 exists = dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL); in dmi_get_bios_year()
|
/openbmc/linux/drivers/ata/ |
H A D | ahci.c | 1266 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); in ahci_sb600_enable_64bit() 1396 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); in ahci_broken_suspend() 1449 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date); in ahci_broken_lpm()
|