Home
last modified time | relevance | path

Searched refs:seq_ops (Results 1 – 18 of 18) 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/fs/proc/
H A Dproc_net.c54 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 Dgeneric.c613 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 Dinternal.h48 const struct seq_operations *seq_ops; member
H A Dbase.c3095 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 Dblk-mq-debugfs.h17 const struct seq_operations *seq_ops; member
/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 Dmap_iter.c84 .seq_ops = &bpf_map_seq_ops,
H A Dtask_iter.c661 .seq_ops = &task_seq_ops,
706 .seq_ops = &task_file_seq_ops,
729 .seq_ops = &task_vma_seq_ops,
H A Dcgroup_iter.c188 .seq_ops = &cgroup_iter_seq_ops,
/linux/sound/core/seq/
H A Dseq_ump_client.c341 client->ump->seq_ops = NULL; in seq_ump_client_free()
507 ump->seq_ops = &seq_ump_ops; in snd_seq_ump_probe()
/linux/kernel/trace/
H A Dtrace_events.c2626 const struct seq_operations *seq_ops) in ftrace_event_open()
2635 ret = seq_open(file, seq_ops); in ftrace_event_open()
2657 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open()
2660 return ftrace_event_open(inode, file, seq_ops);
2666 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open()
2678 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open()
2687 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open()
2699 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
2708 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open()
2720 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
2624 ftrace_event_open(struct inode * inode,struct file * file,const struct seq_operations * seq_ops) ftrace_event_open() argument
2655 const struct seq_operations *seq_ops = &show_event_seq_ops; ftrace_event_avail_open() local
2664 const struct seq_operations *seq_ops = &show_set_event_seq_ops; ftrace_event_set_open() local
2685 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; ftrace_event_set_pid_open() local
2706 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; ftrace_event_set_npid_open() local
[all...]
H A Dftrace.c6699 const struct seq_operations *seq_ops;
6872 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open()
6900 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
8437 const struct seq_operations *seq_ops; in pid_open()
8452 seq_ops = &ftrace_pid_sops; in pid_open()
8455 seq_ops = &ftrace_no_pid_sops; in pid_open()
8463 ret = seq_open(file, seq_ops); in pid_open()
6696 const struct seq_operations *seq_ops; global() member
8434 const struct seq_operations *seq_ops; pid_open() local
/linux/kernel/
H A Dkallsyms.c818 .seq_ops = &bpf_iter_ksym_ops,
/linux/net/core/
H A Dbpf_sk_storage.c886 .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/net/ipv4/
H A Dudp.c3999 .seq_ops = &bpf_iter_udp_seq_ops,