Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dserial_core.h325 struct uart_driver { struct
326 struct module *owner;
327 const char *driver_name;
328 const char *dev_name;
329 int major;
330 int minor;
331 int nr;
332 struct console *cons;
338 struct uart_state *state;
339 struct tty_driver *tty_driver;
/kernel/linux/linux-6.6/include/linux/
Dserial_core.h733 struct uart_driver { struct
734 struct module *owner;
735 const char *driver_name;
736 const char *dev_name;
737 int major;
738 int minor;
739 int nr;
740 struct console *cons;
746 struct uart_state *state;
747 struct tty_driver *tty_driver;
/kernel/linux/linux-6.6/drivers/tty/serial/
Dmeson_uart.c85 struct uart_driver *uart_driver; member
706 struct uart_driver *uart_driver; in meson_uart_probe() local
800 struct uart_driver *uart_driver; in meson_uart_remove() local
/kernel/linux/linux-5.10/drivers/staging/greybus/
Duart.c1013 static struct gbphy_driver uart_driver = { variable
/kernel/linux/linux-6.6/drivers/staging/greybus/
Duart.c995 static struct gbphy_driver uart_driver = { variable