Searched refs:max_show (Results 1 – 3 of 3) sorted by relevance
87 int i, max_show = 20, burst, width; in dbg_show_descriptors() local98 for (i = 1; i < max_show && is_phys_valid(phys_desc); i++) { in dbg_show_descriptors()118 if (i == max_show) in dbg_show_descriptors()
220 int i, max_show = 20, burst, width; in dbg_show_descriptors() local229 for (i = 1; i < max_show && is_phys_valid(phys_desc); i++) { in dbg_show_descriptors()249 if (i == max_show) in dbg_show_descriptors()
737 static ssize_t max_show(struct device *dev, in max_show() function