Lines Matching refs:seq_ops
2626 const struct seq_operations *seq_ops)
2635 ret = seq_open(file, seq_ops);
2657 const struct seq_operations *seq_ops = &show_event_seq_ops;
2660 return ftrace_event_open(inode, file, seq_ops);
2666 const struct seq_operations *seq_ops = &show_set_event_seq_ops;
2678 ret = ftrace_event_open(inode, file, seq_ops);
2687 const struct seq_operations *seq_ops = &show_set_pid_seq_ops;
2699 ret = ftrace_event_open(inode, file, seq_ops);
2708 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops;
2720 ret = ftrace_event_open(inode, file, seq_ops);