Lines Matching refs:seq

38 static void *controller_start(struct seq_file *seq, loff_t *pos)  in controller_start()  argument
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
71 seq_printf(seq, "%d %-10s %-8s %-16s %s\n", in controller_show()
80 static int contrstats_show(struct seq_file *seq, void *v) in contrstats_show() argument
87 seq_printf(seq, "%d %lu %lu %lu %lu\n", in contrstats_show()
143 static void *applications_start(struct seq_file *seq, loff_t *pos) in applications_start() argument
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
178 seq_printf(seq, "%u %d %d %d\n", in applications_show()
188 applstats_show(struct seq_file *seq, void *v) in applstats_show() argument
195 seq_printf(seq, "%u %lu %lu %lu %lu\n", in applstats_show()
249 static void *capi_driver_start(struct seq_file *seq, loff_t *pos) in capi_driver_start() argument
256 static void *capi_driver_next(struct seq_file *seq, void *v, loff_t *pos) in capi_driver_next() argument
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
271 seq_printf(seq, "%-32s %s\n", drv->name, drv->revision); in capi_driver_show()