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

/drivers/firmware/
H A Ddmi_scan.c678 * dmi_is_end_of_table - check for end-of-table marker
681 static bool dmi_is_end_of_table(const struct dmi_system_id *dmi) function
704 for (d = list; !dmi_is_end_of_table(d); d++)
731 for (d = list; !dmi_is_end_of_table(d); d++)

Completed in 98 milliseconds