Lines Matching refs:seq_ops
2625 const struct seq_operations *seq_ops)
2634 ret = seq_open(file, seq_ops);
2656 const struct seq_operations *seq_ops = &show_event_seq_ops;
2659 return ftrace_event_open(inode, file, seq_ops);
2665 const struct seq_operations *seq_ops = &show_set_event_seq_ops;
2677 ret = ftrace_event_open(inode, file, seq_ops);
2686 const struct seq_operations *seq_ops = &show_set_pid_seq_ops;
2698 ret = ftrace_event_open(inode, file, seq_ops);
2707 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops;
2719 ret = ftrace_event_open(inode, file, seq_ops);