| /linux/sound/core/ |
| H A D | ump.c | 351 if (ump->seq_ops) in snd_ump_receive() 352 ump->seq_ops->input_receive(ump, ump->input_buf, n); in snd_ump_receive() 702 if (ump->parsed && ump->seq_ops && ump->seq_ops->notify_ep_change) in seq_notify_ep_change() 703 ump->seq_ops->notify_ep_change(ump); in seq_notify_ep_change() 800 if (ump->seq_ops && ump->seq_ops->switch_protocol) in seq_notify_protocol() 801 ump->seq_ops->switch_protocol(ump); in seq_notify_protocol() 896 if (ump->seq_ops && ump->seq_ops->notify_fb_change) in seq_notify_fb_change() 897 ump->seq_ops->notify_fb_change(ump, fb); in seq_notify_fb_change()
|
| /linux/fs/proc/ |
| H A D | proc_net.c | 54 p = __seq_open_private(file, PDE(inode)->seq_ops, state_size); in seq_open_net() 125 p->seq_ops = ops; in proc_create_net_data() 170 p->seq_ops = ops; in proc_create_net_data_write()
|
| H A D | generic.c | 613 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open() 614 return seq_open(file, de->seq_ops); in proc_seq_open() 644 p->seq_ops = ops; in proc_create_seq_private()
|
| H A D | internal.h | 48 const struct seq_operations *seq_ops; member
|
| H A D | base.c | 3095 const struct seq_operations *seq_ops) in proc_id_map_open() argument 3112 ret = seq_open(file, seq_ops); in proc_id_map_open()
|
| /linux/block/ |
| H A D | blk-mq-debugfs.h | 16 /* Set either .show or .seq_ops. */ 17 const struct seq_operations *seq_ops; member
|
| /linux/kernel/bpf/ |
| H A D | link_iter.c | 84 .seq_ops = &bpf_link_seq_ops,
|
| H A D | prog_iter.c | 84 .seq_ops = &bpf_prog_seq_ops,
|
| H A D | dmabuf_iter.c | 117 .seq_ops = &dmabuf_iter_seq_ops,
|
| H A D | map_iter.c | 84 .seq_ops = &bpf_map_seq_ops,
|
| H A D | task_iter.c | 661 .seq_ops = &task_seq_ops, 706 .seq_ops = &task_file_seq_ops, 729 .seq_ops = &task_vma_seq_ops,
|
| H A D | cgroup_iter.c | 193 .seq_ops = &cgroup_iter_seq_ops,
|
| /linux/sound/core/seq/ |
| H A D | seq_ump_client.c | 341 client->ump->seq_ops = NULL; in seq_ump_client_free() 506 ump->seq_ops = &seq_ump_ops; in snd_seq_ump_probe()
|
| /linux/kernel/trace/ |
| H A D | trace_events.c | 2747 const struct seq_operations *seq_ops) in create_new_subsystem() 2756 ret = seq_open(file, seq_ops); in system_callback() 2778 const struct seq_operations *seq_ops = &show_event_seq_ops; in event_subsystem_dir() 2781 return ftrace_event_open(inode, file, seq_ops); in event_subsystem_dir() 2787 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in event_subsystem_dir() 2799 ret = ftrace_event_open(inode, file, seq_ops); in event_subsystem_dir() 2836 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in event_subsystem_dir() 2848 ret = ftrace_event_open(inode, file, seq_ops); in event_subsystem_dir() 2857 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in event_define_fields() 2869 ret = ftrace_event_open(inode, file, seq_ops); in event_define_fields() 2625 ftrace_event_open(struct inode * inode,struct file * file,const struct seq_operations * seq_ops) ftrace_event_open() argument 2656 const struct seq_operations *seq_ops = &show_event_seq_ops; ftrace_event_avail_open() local 2665 const struct seq_operations *seq_ops = &show_set_event_seq_ops; ftrace_event_set_open() local 2686 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; ftrace_event_set_pid_open() local 2707 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; ftrace_event_set_npid_open() local [all...] |
| H A D | ftrace.c | 7062 const struct seq_operations *seq_ops; in ftrace_graph_write() 7235 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_process_locs() 7263 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_process_locs() 8801 const struct seq_operations *seq_ops; 8816 seq_ops = &ftrace_pid_sops; in register_ftrace_function() 8819 seq_ops = &ftrace_no_pid_sops; in register_ftrace_function() 8827 ret = seq_open(file, seq_ops); in register_ftrace_function() 6702 const struct seq_operations *seq_ops; global() member 8438 const struct seq_operations *seq_ops; pid_open() local
|
| /linux/kernel/ |
| H A D | kallsyms.c | 855 .seq_ops = &bpf_iter_ksym_ops, in kallsyms_open()
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 895 .seq_ops = &bpf_sk_storage_map_seq_ops,
|
| H A D | sock_map.c | 822 .seq_ops = &sock_map_seq_ops, 1438 .seq_ops = &sock_hash_seq_ops,
|
| /linux/include/linux/ |
| H A D | bpf.h | 76 const struct seq_operations *seq_ops; member
|
| /linux/net/ipv4/ |
| H A D | udp.c | 4020 .seq_ops = &bpf_iter_udp_seq_ops, in bpf_iter_register()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3878 .seq_ops = &bpf_iter_unix_seq_ops, in bpf_iter_fini_unix()
|
| /linux/net/ipv6/ |
| H A D | route.c | 6837 .seq_ops = &ipv6_route_seq_ops,
|