Lines Matching defs:consdev
46 struct consdev {
47 void (*cn_probe) /* probe hardware and fill in consdev info */
48 (struct consdev *);
50 (struct consdev *);
76 extern struct consdev constab[];
77 extern struct consdev *cn_tab;
79 void cn_set_tab(struct consdev *);
90 void nullcnprobe(struct consdev *);
91 void nullcninit(struct consdev *);
96 #define dev_type_cnprobe(n) void n(struct consdev *)
97 #define dev_type_cninit(n) void n(struct consdev *)