Lines Matching refs:f
65 static int property_show(struct seq_file *f, void *v) in property_show() argument
67 struct property *prop = f->private; in property_show()
78 seq_printf(f, "%s", (char *) pval); in property_show()
85 seq_printf(f, " + "); in property_show()
92 seq_printf(f, "%02x.", in property_show()
95 seq_printf(f, "%02x", in property_show()
104 seq_printf(f, "%08x.", in property_show()
107 seq_printf(f, "%08x", in property_show()
113 seq_printf(f, "\n"); in property_show()
118 static void *property_start(struct seq_file *f, loff_t *pos) in property_start() argument
125 static void *property_next(struct seq_file *f, void *v, loff_t *pos) in property_next() argument
131 static void property_stop(struct seq_file *f, void *v) in property_stop() argument