Home
last modified time | relevance | path

Searched defs:uart_driver (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dserial_core.h648 struct uart_driver { struct
649 struct module *owner;
650 const char *driver_name;
651 const char *dev_name;
652 int major;
653 int minor;
654 int nr;
655 struct console *cons;
661 struct uart_state *state;
662 struct tty_driver *tty_driver;
/Linux-v6.1/drivers/staging/greybus/
Duart.c996 static struct gbphy_driver uart_driver = { variable