Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dserial_core.h311 struct uart_driver { struct
312 struct module *owner;
313 const char *driver_name;
314 const char *dev_name;
315 int major;
316 int minor;
317 int nr;
318 struct console *cons;
324 struct uart_state *state;
325 struct tty_driver *tty_driver;
/Linux-v4.19/drivers/staging/greybus/
Duart.c1032 static struct gbphy_driver uart_driver = { variable