Lines Matching refs:v
123 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
136 if (!v || start_index == *pos) { in find_next_mod_format()
153 mod_fmt = container_of(v, typeof(*mod_fmt), fmt); in find_next_mod_format()
180 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
265 static const char **find_next(void *v, loff_t *pos) in find_next() argument
267 const char **fmt = v; in find_next()
295 return find_next_mod_format(start_index, v, fmt, pos); in find_next()
305 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() argument
308 return find_next(v, pos); in t_next()
311 static int t_show(struct seq_file *m, void *v) in t_show() argument
313 const char **fmt = v; in t_show()