Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/
Dserial_core.h312 struct uart_driver { struct
313 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;
/kernel/linux/linux-5.10/include/linux/
Dserial_core.h306 struct uart_driver { struct
307 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;
/kernel/linux/linux-5.10/drivers/staging/greybus/
Duart.c1013 static struct gbphy_driver uart_driver = { variable
/kernel/linux/linux-4.19/drivers/staging/greybus/
Duart.c1032 static struct gbphy_driver uart_driver = { variable