Home
last modified time | relevance | path

Searched defs:seq_file (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/nvme/host/
H A Dfabrics.c1388 struct seq_file *seq_file = file->private_data; in nvmf_dev_write() local
1420 static void __nvmf_concat_opt_tokens(struct seq_file *seq_file) in __nvmf_concat_opt_tokens()
1440 static int nvmf_dev_show(struct seq_file *seq_file, void *private) in nvmf_dev_show()
1471 struct seq_file *seq_file = file->private_data; in nvmf_dev_release() local
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c115 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file()
126 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file()
/linux/fs/proc/
H A Dproc_net.c210 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single()
251 int (*show)(struct seq_file *, void *), in proc_create_net_single_write()
H A Dgeneric.c657 int (*show)(struct seq_file *, void *), void *data) in proc_create_single_data()
/linux/net/bluetooth/
H A Daf_bluetooth.c754 bt_procfs_init(struct net * net,const char * name,struct bt_sock_list * sk_list,int (* seq_show)(struct seq_file *,void *)) bt_procfs_init() argument
770 bt_procfs_init(struct net * net,const char * name,struct bt_sock_list * sk_list,int (* seq_show)(struct seq_file *,void *)) bt_procfs_init() argument
/linux/include/drm/
H A Ddrm_debugfs.h170 int (*show)(struct seq_file*, void*), in drm_debugfs_add_file()
/linux/arch/x86/platform/atom/
H A Dpunit_atom_debug.c82 static int punit_dev_state_show(struct seq_file *seq_file, void *unused) in punit_dev_state_show()
/linux/lib/
H A Dlru_cache.c586 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details()
/linux/rust/kernel/
H A Dlib.rs105 pub mod seq_file; module
H A Dmiscdevice.rs319 unsafe extern "C" fn show_fdinfo(seq_file: *mut bindings::seq_file, file: *mut bindings::file) { in show_fdinfo() argument
/linux/drivers/block/drbd/
H A Ddrbd_debugfs.c418 static int drbd_single_open(struct file *file, int (*show)(struct seq_file *, void *), in drbd_single_open()
/linux/kernel/trace/
H A Dbpf_trace.c458 BPF_CALL_5(bpf_seq_printf,struct seq_file *,m,char *,fmt,u32,fmt_size,const void *,args,u32,data_len) BPF_CALL_5() argument
496 BPF_CALL_3(bpf_seq_write,struct seq_file *,m,const void *,data,u32,len) BPF_CALL_3() argument
511 BPF_CALL_4(bpf_seq_printf_btf,struct seq_file *,m,struct btf_ptr *,ptr,u32,btf_ptr_size,u64,flags) BPF_CALL_4() argument
/linux/block/
H A Dblk-cgroup.c712 u64 (*prfill)(struct seq_file *, in blkcg_print_blkgs()