| /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/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 | task_iter.c | 663 .seq_ops = &task_seq_ops, 708 .seq_ops = &task_file_seq_ops, 731 .seq_ops = &task_vma_seq_ops,
|
| H A D | bpf_iter.c | 607 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
|
| H A D | arraymap.c | 796 .seq_ops = &bpf_array_map_seq_ops,
|
| H A D | hashtab.c | 2259 .seq_ops = &bpf_hash_map_seq_ops, 3506 .seq_ops = &bpf_rhash_map_seq_ops,
|
| /linux/fs/proc/ |
| H A D | generic.c | 618 return seq_open_private(file, de->seq_ops, de->state_size); in proc_seq_open() 619 return seq_open(file, de->seq_ops); in proc_seq_open() 649 p->seq_ops = ops; in proc_create_seq_private()
|
| H A D | internal.h | 48 const struct seq_operations *seq_ops; member
|
| /linux/sound/core/seq/ |
| H A D | seq_ump_client.c | 361 client->ump->seq_ops = NULL; 526 ump->seq_ops = &seq_ump_ops;
|
| /linux/kernel/trace/ |
| H A D | trace_events.c | 2842 const struct seq_operations *seq_ops) in ftrace_event_open() argument 2851 ret = seq_open(file, seq_ops); in ftrace_event_open() 2873 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local 2876 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open() 2882 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local 2894 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open() 2931 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local 2943 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open() 2952 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local 2964 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
|
| H A D | ftrace.c | 7110 const struct seq_operations *seq_ops; member 7283 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open() 7311 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open() 8858 const struct seq_operations *seq_ops; in pid_open() local 8873 seq_ops = &ftrace_pid_sops; in pid_open() 8876 seq_ops = &ftrace_no_pid_sops; in pid_open() 8884 ret = seq_open(file, seq_ops); in pid_open()
|
| /linux/block/ |
| H A D | mq-deadline.c | 960 .seq_ops = &deadline_##name##_fifo_seq_ops} 978 {"dispatch", 0400, .seq_ops = &deadline_dispatch_seq_ops},
|
| H A D | kyber-iosched.c | 979 {#name "_rqs", 0400, .seq_ops = &kyber_##name##_rqs_seq_ops}, \
|
| /linux/kernel/ |
| H A D | kallsyms.c | 855 .seq_ops = &bpf_iter_ksym_ops,
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 892 .seq_ops = &bpf_sk_storage_map_seq_ops,
|
| H A D | sock_map.c | 824 .seq_ops = &sock_map_seq_ops, 1440 .seq_ops = &sock_hash_seq_ops,
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 2897 .seq_ops = &netlink_seq_ops,
|
| /linux/include/linux/ |
| H A D | bpf.h | 80 const struct seq_operations *seq_ops; member
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3902 .seq_ops = &bpf_iter_unix_seq_ops,
|
| /linux/net/ipv4/ |
| H A D | udp.c | 3873 .seq_ops = &bpf_iter_udp_seq_ops,
|
| H A D | tcp_ipv4.c | 3610 .seq_ops = &bpf_iter_tcp_seq_ops,
|
| /linux/net/ipv6/ |
| H A D | route.c | 6891 .seq_ops = &ipv6_route_seq_ops,
|