Searched defs:uart_driver (Results 1 – 4 of 4) sorted by relevance
312 struct uart_driver { struct313 struct module *owner;314 const char *driver_name;315 const char *dev_name;316 int major;317 int minor;318 int nr;319 struct console *cons;325 struct uart_state *state;326 struct tty_driver *tty_driver;
306 struct uart_driver { struct307 struct module *owner;308 const char *driver_name;309 const char *dev_name;310 int major;311 int minor;312 int nr;313 struct console *cons;319 struct uart_state *state;320 struct tty_driver *tty_driver;
1013 static struct gbphy_driver uart_driver = { variable
1032 static struct gbphy_driver uart_driver = { variable