Searched refs:seq_file (Results 1 - 25 of 1759) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/
H A Dscsi_debugfs.h3 struct seq_file;
5 void scsi_show_rq(struct seq_file *m, struct request *rq);
/linux-master/tools/include/linux/
H A Dseq_file.h4 struct seq_file;
/linux-master/io_uring/
H A Dfdinfo.h3 void io_uring_show_fdinfo(struct seq_file *m, struct file *f);
/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_debugfs.h10 struct seq_file;
12 static inline void i915_debugfs_describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) {}
/linux-master/arch/arm/include/asm/mach/
H A Dirq.h12 struct seq_file;
18 extern int show_fiq_list(struct seq_file *, int);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_sseu_debugfs.h12 struct seq_file;
14 int intel_sseu_status(struct seq_file *m, struct intel_gt *gt);
/linux-master/fs/notify/
H A Dfdinfo.h8 struct seq_file;
14 void inotify_show_fdinfo(struct seq_file *m, struct file *f);
18 void fanotify_show_fdinfo(struct seq_file *m, struct file *f);
/linux-master/kernel/trace/
H A Dtrace_stat.h5 #include <linux/seq_file.h>
21 int (*stat_show)(struct seq_file *s, void *p);
25 int (*stat_headers)(struct seq_file *s);
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs.h12 struct seq_file;
16 void i915_debugfs_describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj);
19 static inline void i915_debugfs_describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) {}
/linux-master/include/linux/
H A Dseq_file_net.h5 #include <linux/seq_file.h>
18 static inline struct net *seq_file_net(struct seq_file *seq)
31 static inline struct net *seq_file_single_net(struct seq_file *seq)
H A Deinj-cxl.h17 struct seq_file;
20 int einj_cxl_available_error_type_show(struct seq_file *m, void *v);
25 static inline int einj_cxl_available_error_type_show(struct seq_file *m,
H A Dseq_file.h17 struct seq_file { struct
33 void * (*start) (struct seq_file *m, loff_t *pos);
34 void (*stop) (struct seq_file *m, void *v);
35 void * (*next) (struct seq_file *m, void *v, loff_t *pos);
36 int (*show) (struct seq_file *m, void *v);
43 * @m: the seq_file handle
51 static inline bool seq_has_overflowed(struct seq_file *m)
58 * @m: the seq_file handle
64 static inline size_t seq_get_buf(struct seq_file *m, char **bufp)
77 * @m: the seq_file handl
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Damd_powerplay.h26 #include <linux/seq_file.h>
/linux-master/include/linux/pinctrl/
H A Dpinconf.h17 struct seq_file;
57 struct seq_file *s,
60 struct seq_file *s,
63 struct seq_file *s,
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.h3 #include <linux/seq_file.h>
22 void pt_dump_size(struct seq_file *m, unsigned long delta);
/linux-master/arch/arm/mm/
H A Dptdump_debugfs.c3 #include <linux/seq_file.h>
7 static int ptdump_show(struct seq_file *m, void *v)
/linux-master/arch/csky/kernel/
H A Dcpu-probe.c6 #include <linux/seq_file.h>
13 struct seq_file *m = (struct seq_file *)arg;
46 static int c_show(struct seq_file *m, void *v)
61 static void *c_start(struct seq_file *m, loff_t *pos)
66 static void *c_next(struct seq_file *m, void *v, loff_t *pos)
72 static void c_stop(struct seq_file *m, void *v) {}
/linux-master/include/drm/
H A Ddrm_debugfs.h36 #include <linux/seq_file.h>
65 * Show callback. &seq_file->private will be set to the &struct
69 int (*show)(struct seq_file*, void*);
111 * Show callback. &seq_file->private will be set to the &struct
115 int (*show)(struct seq_file*, void*);
149 int (*show)(struct seq_file*, void*), void *data);
154 int drm_debugfs_gpuva_info(struct seq_file *m,
170 int (*show)(struct seq_file*, void*),
179 static inline int drm_debugfs_gpuva_info(struct seq_file *m,
169 drm_debugfs_add_file(struct drm_device *dev, const char *name, int (*show)(struct seq_file*, void*), void *data) argument
/linux-master/drivers/pinctrl/
H A Dpinconf.h17 struct seq_file;
81 void pinconf_show_map(struct seq_file *s, const struct pinctrl_map *map);
82 void pinconf_show_setting(struct seq_file *s,
89 static inline void pinconf_show_map(struct seq_file *s,
94 static inline void pinconf_show_setting(struct seq_file *s,
114 struct seq_file *s, const char *gname,
118 struct seq_file *s, unsigned long config);
122 struct seq_file *s,
129 struct seq_file *s,
/linux-master/fs/proc/
H A Dinterrupts.c7 #include <linux/seq_file.h>
12 static void *int_seq_start(struct seq_file *f, loff_t *pos)
17 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos)
25 static void int_seq_stop(struct seq_file *f, void *v)
/linux-master/include/soc/tegra/
H A Dtegra-cbb.h24 int (*debugfs_show)(struct tegra_cbb *cbb, struct seq_file *s, void *v);
36 void tegra_cbb_print_err(struct seq_file *file, const char *fmt, ...);
38 void tegra_cbb_print_cache(struct seq_file *file, u32 cache);
39 void tegra_cbb_print_prot(struct seq_file *file, u32 prot);
/linux-master/drivers/video/fbdev/core/
H A Dfb_procfs.c9 static void *fb_seq_start(struct seq_file *m, loff_t *pos)
16 static void fb_seq_stop(struct seq_file *m, void *v)
21 static void *fb_seq_next(struct seq_file *m, void *v, loff_t *pos)
28 static int fb_seq_show(struct seq_file *m, void *v)
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Ddebug.h17 int (*fn)(struct seq_file *seq, void *data));
31 int (*fn)(struct seq_file *seq, void *data))
/linux-master/arch/arm64/mm/
H A Dptdump_debugfs.c4 #include <linux/seq_file.h>
8 static int ptdump_show(struct seq_file *m, void *v)
/linux-master/include/linux/sched/
H A Ddebug.h39 struct seq_file;
41 struct pid_namespace *ns, struct seq_file *m);

Completed in 349 milliseconds

1234567891011>>