Searched defs:seq_operations (Results 1 – 2 of 2) sorted by relevance
9 struct seq_operations { struct17 static inline int seq_open(struct file *f, const struct seq_operations *o) { return -1; } in seq_open() argument
1931 struct seq_operations { struct1932 void * (*start)(struct seq_file *, loff_t *);1933 void (*stop)(struct seq_file *, void *);1934 void * (*next)(struct seq_file *, void *, loff_t *);1935 int (*show)(struct seq_file *, void *);