Searched defs:seq_operations (Results 1 – 1 of 1) sorted by relevance
31 struct seq_operations { struct32 void * (*start) (struct seq_file *m, loff_t *pos);33 void (*stop) (struct seq_file *m, void *v);34 void * (*next) (struct seq_file *m, void *v, loff_t *pos);35 int (*show) (struct seq_file *m, void *v);