Home
last modified time | relevance | path

Searched refs:raw_serial (Results 1 – 3 of 3) sorted by relevance

/bsp/rockchip/rk3500/driver/uart8250/
A D8250.h54 #define raw_to_serial8250(raw_serial) rt_container_of(raw_serial, struct serial8250, parent) argument
63 rt_err_t serial8250_uart_configure(struct rt_serial_device *raw_serial, struct serial_configure *cf…
64 rt_err_t serial8250_uart_control(struct rt_serial_device *raw_serial, int cmd, void *arg);
65 int serial8250_uart_putc(struct rt_serial_device *raw_serial, char c);
66 int serial8250_uart_getc(struct rt_serial_device *raw_serial);
68 int serial8250_early_putc(struct rt_serial_device *raw_serial, char c);
A Dcore.c211 rt_err_t serial8250_uart_configure(struct rt_serial_device *raw_serial, struct serial_configure *cf… in serial8250_uart_configure() argument
214 struct serial8250 *serial = raw_to_serial8250(raw_serial); in serial8250_uart_configure()
247 rt_err_t serial8250_uart_control(struct rt_serial_device *raw_serial, int cmd, void *arg) in serial8250_uart_control() argument
250 struct serial8250 *serial = raw_to_serial8250(raw_serial); in serial8250_uart_control()
270 int serial8250_uart_putc(struct rt_serial_device *raw_serial, char c) in serial8250_uart_putc() argument
272 struct serial8250 *serial = raw_to_serial8250(raw_serial); in serial8250_uart_putc()
284 int serial8250_uart_getc(struct rt_serial_device *raw_serial) in serial8250_uart_getc() argument
287 struct serial8250 *serial = raw_to_serial8250(raw_serial); in serial8250_uart_getc()
A Dearly.c25 int serial8250_early_putc(struct rt_serial_device *raw_serial, char c) in serial8250_early_putc() argument
27 if (raw_serial) in serial8250_early_putc()
31 struct serial8250 *serial = rt_container_of(raw_serial, struct serial8250, parent); in serial8250_early_putc()

Completed in 6 milliseconds