Searched refs:poll_out (Results 1 – 25 of 48) sorted by relevance
12
/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_rom_esp32c3.c | 45 .poll_out = uart_rom_esp32c3_poll_out,
|
D | uart_rom_esp32s2.c | 43 .poll_out = uart_rom_esp32s2_poll_out,
|
D | serial_test.c | 48 .poll_out = serial_vnd_poll_out,
|
D | uart_altera_jtag_hal.c | 53 .poll_out = &uart_altera_jtag_poll_out,
|
D | uart_xmc4xxx.c | 64 .poll_out = uart_xmc4xxx_poll_out,
|
D | uart_native_posix.c | 62 .poll_out = np_uart_poll_out, 70 .poll_out = np_uart_poll_out,
|
D | uart_handlers.c | 39 Z_OOPS(Z_SYSCALL_DRIVER_UART(dev, poll_out)); in z_vrfy_uart_poll_out()
|
D | uart_numicro.c | 181 .poll_out = uart_numicro_poll_out,
|
D | uart_rtt.c | 187 .poll_out = uart_rtt_poll_out,
|
D | uart_liteuart.c | 293 .poll_out = uart_liteuart_poll_out,
|
D | uart_sifive.c | 356 .poll_out = uart_sifive_poll_out,
|
D | uart_cc32xx.c | 288 .poll_out = uart_cc32xx_poll_out,
|
D | uart_imx.c | 265 .poll_out = uart_imx_poll_out,
|
D | uart_msp432p4xx.c | 342 .poll_out = uart_msp432p4xx_poll_out,
|
D | uart_sam.c | 305 .poll_out = uart_sam_poll_out,
|
D | uart_psoc6.c | 310 .poll_out = uart_psoc6_poll_out,
|
D | usart_sam.c | 306 .poll_out = usart_sam_poll_out,
|
D | uart_miv.c | 368 .poll_out = uart_miv_poll_out,
|
D | uart_mcux_lpsci.c | 262 .poll_out = mcux_lpsci_poll_out,
|
D | uart_rv32m1_lpuart.c | 273 .poll_out = rv32m1_lpuart_poll_out,
|
D | uart_mcux_flexcomm.c | 285 .poll_out = mcux_flexcomm_poll_out,
|
D | uart_mcux_iuart.c | 251 .poll_out = mcux_iuart_poll_out,
|
D | uart_xlnx_uartlite.c | 319 .poll_out = xlnx_uartlite_poll_out,
|
D | uart_apbuart.c | 502 .poll_out = apbuart_poll_out,
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | uart.h | 373 void (*poll_out)(const struct device *dev, unsigned char out_char); member 715 api->poll_out(dev, out_char); in z_impl_uart_poll_out()
|
12