Home
last modified time | relevance | path

Searched refs:seq_ops (Results 1 – 20 of 20) sorted by relevance

/linux/sound/core/
H A Dump.c351 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 Dlink_iter.c84 .seq_ops = &bpf_link_seq_ops,
H A Dprog_iter.c84 .seq_ops = &bpf_prog_seq_ops,
H A Ddmabuf_iter.c117 .seq_ops = &dmabuf_iter_seq_ops,
H A Dbpf_iter.c607 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
H A Darraymap.c741 .seq_ops = &bpf_array_map_seq_ops,
H A Dhashtab.c2257 .seq_ops = &bpf_hash_map_seq_ops,
/linux/sound/core/seq/
H A Dseq_ump_client.c341 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 Dtrace_events.c2751 const struct seq_operations *seq_ops) in ftrace_event_open() argument
2760 ret = seq_open(file, seq_ops); in ftrace_event_open()
2782 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local
2785 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open()
2791 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local
2803 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open()
2840 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local
2852 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
2861 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local
2873 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
H A Dftrace.c7068 const struct seq_operations *seq_ops; member
7241 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open()
7269 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
8809 const struct seq_operations *seq_ops; in pid_open() local
8824 seq_ops = &ftrace_pid_sops; in pid_open()
8827 seq_ops = &ftrace_no_pid_sops; in pid_open()
8835 ret = seq_open(file, seq_ops); in pid_open()
/linux/kernel/
H A Dkallsyms.c855 .seq_ops = &bpf_iter_ksym_ops,
/linux/net/core/
H A Dbpf_sk_storage.c894 .seq_ops = &bpf_sk_storage_map_seq_ops,
H A Dsock_map.c822 .seq_ops = &sock_map_seq_ops,
1438 .seq_ops = &sock_hash_seq_ops,
/linux/fs/proc/
H A Dbase.c3098 const struct seq_operations *seq_ops) in proc_id_map_open() argument
3115 ret = seq_open(file, seq_ops); in proc_id_map_open()
/linux/net/netlink/
H A Daf_netlink.c2891 .seq_ops = &netlink_seq_ops,
/linux/include/linux/
H A Dbpf.h76 const struct seq_operations *seq_ops; member
/linux/net/ipv4/
H A Dtcp_ipv4.c3597 .seq_ops = &bpf_iter_tcp_seq_ops,
H A Dudp.c3843 .seq_ops = &bpf_iter_udp_seq_ops,
/linux/net/unix/
H A Daf_unix.c3905 .seq_ops = &bpf_iter_unix_seq_ops,
/linux/net/ipv6/
H A Droute.c6846 .seq_ops = &ipv6_route_seq_ops,