Searched defs:seq_operations (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-4.19/include/linux/ |
D | seq_file.h | 32 struct seq_operations { struct 33 void * (*start) (struct seq_file *m, loff_t *pos); 34 void (*stop) (struct seq_file *m, void *v); 35 void * (*next) (struct seq_file *m, void *v, loff_t *pos); 36 int (*show) (struct seq_file *m, void *v);
|
/kernel/linux/linux-5.10/include/linux/ |
D | seq_file.h | 31 struct seq_operations { struct 32 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);
|