Searched refs:serial_device (Results 1 – 13 of 13) sorted by relevance
31 struct serial_device struct43 static struct serial_device serial_device_0 = argument59 static struct serial_device serial_device_1 =70 static struct serial_device serial_device_2 =81 static struct serial_device serial_device_3 =93 struct serial_device *serial_device = (struct serial_device *)serial; in uart_configure() local163 struct serial_device *serial_device = (struct serial_device *)serial; in uart_control() local194 struct serial_device *serial_device = (struct serial_device *)serial; in uart_putc() local217 struct serial_device *serial_device = (struct serial_device *)serial; in uart_getc() local235 struct serial_device *devices[4]; in rt_hw_uart_init()[all …]
64 RT_ASSERT(serial_device != RT_NULL); in _uart_init()66 cfg = serial_device->parent.user_data; in _uart_init()140 RT_ASSERT(serial_device != RT_NULL); in _uart_control()141 cfg = serial_device->parent.user_data; in _uart_control()162 RT_ASSERT(serial_device != RT_NULL); in _uart_putc()163 cfg = serial_device->parent.user_data; in _uart_putc()173 RT_ASSERT(serial_device != RT_NULL); in _uart_getc()174 cfg = serial_device->parent.user_data; in _uart_getc()205 RT_ASSERT(serial_device != RT_NULL); in rt_hw_uart_isr()207 cfg = serial_device->parent.user_data; in rt_hw_uart_isr()[all …]
39 struct rt_serial_device serial_device; member
121 struct rt_serial_device serial_device; member161 RT_ASSERT(serial_device != RT_NULL); in swm_uart_configure()163 uart_cfg = serial_device->parent.user_data; in swm_uart_configure()214 RT_ASSERT(serial_device != RT_NULL); in swm_uart_control()215 uart_cfg = serial_device->parent.user_data; in swm_uart_control()234 RT_ASSERT(serial_device != RT_NULL); in swm_uart_putc()235 uart_cfg = serial_device->parent.user_data; in swm_uart_putc()249 RT_ASSERT(serial_device != RT_NULL); in swm_uart_getc()250 uart_cfg = serial_device->parent.user_data; in swm_uart_getc()276 RT_ASSERT(serial_device != RT_NULL); in rt_hw_uart_isr()[all …]
119 struct rt_serial_device serial_device; member159 RT_ASSERT(serial_device != RT_NULL); in swm_uart_configure()161 uart_cfg = serial_device->parent.user_data; in swm_uart_configure()212 RT_ASSERT(serial_device != RT_NULL); in swm_uart_control()213 uart_cfg = serial_device->parent.user_data; in swm_uart_control()232 RT_ASSERT(serial_device != RT_NULL); in swm_uart_putc()233 uart_cfg = serial_device->parent.user_data; in swm_uart_putc()245 RT_ASSERT(serial_device != RT_NULL); in swm_uart_getc()246 uart_cfg = serial_device->parent.user_data; in swm_uart_getc()272 RT_ASSERT(serial_device != RT_NULL); in swm_uart_isr()[all …]
27 struct serial_device* uart = (struct serial_device*) dev->user_data; in rt_serial_init()78 struct serial_device* uart; in rt_serial_open()81 uart = (struct serial_device*) dev->user_data; in rt_serial_open()94 struct serial_device* uart; in rt_serial_close()97 uart = (struct serial_device*) dev->user_data; in rt_serial_close()113 struct serial_device* uart; in rt_serial_read()117 uart = (struct serial_device*)dev->user_data; in rt_serial_read()172 struct serial_device* uart; in rt_serial_write()176 uart = (struct serial_device*)dev->user_data; in rt_serial_write()275 struct serial_device* uart = (struct serial_device*) device->user_data; in rt_hw_fujitsu_serial_isr()[all …]
80 struct serial_device struct
27 struct serial_device* uart = (struct serial_device*) dev->user_data; in rt_serial_init()78 struct serial_device* uart; in rt_serial_open()81 uart = (struct serial_device*) dev->user_data; in rt_serial_open()94 struct serial_device* uart; in rt_serial_close()113 struct serial_device* uart; in rt_serial_read()117 uart = (struct serial_device*)dev->user_data; in rt_serial_read()172 struct serial_device* uart; in rt_serial_write()275 struct serial_device* uart = (struct serial_device*) device->user_data; in rt_hw_fujitsu_serial_isr()304 struct serial_device uart0 =328 struct serial_device uart2 =[all …]
20 extern struct serial_device uart0;
31 struct serial_device uart0 =
27 struct serial_device uart0 =
29 struct serial_device uart0 =
Completed in 19 milliseconds