Searched defs:seq_operations (Results 1 – 1 of 1) sorted by relevance
6489 struct seq_operations { struct6490 void * (*start)(struct seq_file *, loff_t *);6491 void (*stop)(struct seq_file *, void *);6492 void * (*next)(struct seq_file *, void *, loff_t *);6493 int (*show)(struct seq_file *, void *);