Searched defs:uart_t (Results 1 – 3 of 3) sorted by relevance
63 struct uart_t { struct73 int (*init) (int fd, struct uart_t *u, struct termios *ti); argument74 int (*post) (int fd, struct uart_t *u, struct termios *ti); argument
54 struct uart_t { struct64 int (*init) (int fd, struct uart_t *u, struct termios *ti); argument65 int (*post) (int fd, struct uart_t *u, struct termios *ti); argument
51 } uart_t; typedef