Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dserial_core.h649 struct uart_driver { struct
650 struct module *owner;
651 const char *driver_name;
652 const char *dev_name;
653 int major;
654 int minor;
655 int nr;
656 struct console *cons;
662 struct uart_state *state;
663 struct tty_driver *tty_driver;
/linux-6.3-rc2/drivers/staging/greybus/
A Duart.c996 static struct gbphy_driver uart_driver = { variable

Completed in 9 milliseconds