Lines Matching refs:v
49 static void *controller_next(struct seq_file *seq, void *v, loff_t *pos) in controller_next() argument
58 static void controller_stop(struct seq_file *seq, void *v) in controller_stop() argument
64 static int controller_show(struct seq_file *seq, void *v) in controller_show() argument
66 struct capi_ctr *ctr = *(struct capi_ctr **) v; in controller_show()
80 static int contrstats_show(struct seq_file *seq, void *v) in contrstats_show() argument
82 struct capi_ctr *ctr = *(struct capi_ctr **) v; in contrstats_show()
155 applications_next(struct seq_file *seq, void *v, loff_t *pos) in applications_next() argument
164 static void applications_stop(struct seq_file *seq, void *v) in applications_stop() argument
171 applications_show(struct seq_file *seq, void *v) in applications_show() argument
173 struct capi20_appl *ap = *(struct capi20_appl **) v; in applications_show()
188 applstats_show(struct seq_file *seq, void *v) in applstats_show() argument
190 struct capi20_appl *ap = *(struct capi20_appl **) v; in applstats_show()
256 static void *capi_driver_next(struct seq_file *seq, void *v, loff_t *pos) in capi_driver_next() argument
258 return seq_list_next(v, &capi_drivers, pos); in capi_driver_next()
261 static void capi_driver_stop(struct seq_file *seq, void *v) in capi_driver_stop() argument
267 static int capi_driver_show(struct seq_file *seq, void *v) in capi_driver_show() argument
269 struct capi_driver *drv = list_entry(v, struct capi_driver, list); in capi_driver_show()