Searched refs:seq_operations (Results 1 - 25 of 269) sorted by relevance

1234567891011

/linux-master/drivers/char/tpm/eventlog/
H A Dcommon.h6 extern const struct seq_operations tpm1_ascii_b_measurements_seqops;
7 extern const struct seq_operations tpm1_binary_b_measurements_seqops;
8 extern const struct seq_operations tpm2_binary_b_measurements_seqops;
/linux-master/arch/sparc/include/asm/
H A Dcpudata.h10 extern const struct seq_operations cpuinfo_op;
/linux-master/fs/proc/
H A Dcpuinfo.c8 extern const struct seq_operations cpuinfo_op;
H A Dinterrupts.c30 static const struct seq_operations int_seq_ops = {
H A Ddevices.c49 static const struct seq_operations devinfo_ops = {
H A Dconsoles.c101 static const struct seq_operations consoles_op = {
/linux-master/include/net/phonet/
H A Dpn_dev.h51 extern const struct seq_operations pn_sock_seq_ops;
52 extern const struct seq_operations pn_res_seq_ops;
/linux-master/drivers/isdn/capi/
H A Dkcapi_proc.c97 static const struct seq_operations seq_controller_ops = {
104 static const struct seq_operations seq_contrstats_ops = {
179 static const struct seq_operations seq_applications_ops = {
186 static const struct seq_operations seq_applstats_ops = {
/linux-master/drivers/video/fbdev/core/
H A Dfb_procfs.c39 static const struct seq_operations __maybe_unused fb_proc_seq_ops = {
/linux-master/net/x25/
H A Dx25_proc.c147 static const struct seq_operations x25_seq_route_ops = {
154 static const struct seq_operations x25_seq_socket_ops = {
161 static const struct seq_operations x25_seq_forward_ops = {
/linux-master/include/linux/
H A Dseq_file.h15 struct seq_operations;
26 const struct seq_operations *op;
32 struct seq_operations { struct
109 int seq_open(struct file *, const struct seq_operations *);
169 void *__seq_open_private(struct file *, const struct seq_operations *, int);
170 int seq_open_private(struct file *, const struct seq_operations *, int);
H A Duser_namespace.h176 struct seq_operations;
177 extern const struct seq_operations proc_uid_seq_operations;
178 extern const struct seq_operations proc_gid_seq_operations;
179 extern const struct seq_operations proc_projid_seq_operations;
H A Dproc_fs.h14 struct seq_operations;
94 struct proc_dir_entry *parent, const struct seq_operations *ops,
130 struct proc_dir_entry *parent, const struct seq_operations *ops,
139 const struct seq_operations *ops,
/linux-master/arch/sh/include/asm/
H A Dprocessor.h101 struct seq_operations;
126 extern const struct seq_operations cpuinfo_op;
/linux-master/arch/csky/kernel/
H A Dcpu-probe.c74 const struct seq_operations cpuinfo_op = {
/linux-master/net/sctp/
H A Dobjcnt.c89 static const struct seq_operations sctp_objcnt_seq_ops = {
/linux-master/block/
H A Dblk-mq-debugfs.h17 const struct seq_operations *seq_ops;
/linux-master/net/netfilter/
H A Dnf_flow_table_procfs.c60 static const struct seq_operations nf_flow_table_cpu_seq_ops = {
/linux-master/arch/microblaze/include/asm/
H A Dprocessor.h19 extern const struct seq_operations cpuinfo_op;
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.h12 static const struct seq_operations _##name##_seq_ops = { \
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c127 static const struct seq_operations ipoib_mcg_sops = {
211 static const struct seq_operations ipoib_path_sops = {
/linux-master/kernel/bpf/
H A Dprog_iter.c74 static const struct seq_operations bpf_prog_seq_ops = {
H A Dlink_iter.c74 static const struct seq_operations bpf_link_seq_ops = {
/linux-master/crypto/
H A Dproc.c91 static const struct seq_operations crypto_seq_ops = {
/linux-master/arch/hexagon/kernel/
H A Dsetup.c132 const struct seq_operations cpuinfo_op = {

Completed in 509 milliseconds

1234567891011