Searched defs:uart_device (Results 1 – 3 of 3) sorted by relevance
72 struct uart_device { struct73 uint32_t iotype;74 uint32_t uartclk;98 struct uart_device uarts[MAX_UARTS]; argument
72 struct uart_device { struct73 u32 iotype; /* see include/linux/serial_core.h */74 u32 uartclk;98 struct uart_device uarts[MAX_UARTS]; argument
90 static struct platform_device uart_device = { variable