Searched refs:monthp (Results 1 - 2 of 2) 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) argument
130 if (monthp)
131 *monthp = 0;
/linux-master/drivers/firmware/
H A Ddmi_scan.c1011 * @monthp: optional out parameter for the month
1025 bool dmi_get_date(int field, int *yearp, int *monthp, int *dayp) argument
1071 if (monthp)
1072 *monthp = month;

Completed in 106 milliseconds