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.h324 struct uart_driver { struct
325 struct module *owner;
326 const char *driver_name;
327 const char *dev_name;
328 int major;
329 int minor;
330 int nr;
331 struct console *cons;
337 struct uart_state *state;
338 struct tty_driver *tty_driver;
/kernel/linux/linux-6.6/include/linux/
Dserial_core.h732 struct uart_driver { struct
733 struct module *owner;
734 const char *driver_name;
735 const char *dev_name;
736 int major;
737 int minor;
738 int nr;
739 struct console *cons;
745 struct uart_state *state;
746 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-6.6/drivers/staging/greybus/
Duart.c995 static struct gbphy_driver uart_driver = { variable
/kernel/linux/linux-5.10/drivers/staging/greybus/
Duart.c1013 static struct gbphy_driver uart_driver = { variable