Searched refs:uart_mux (Results 1 – 10 of 10) sorted by relevance
8 LOG_MODULE_REGISTER(uart_mux, CONFIG_UART_MUX_LOG_LEVEL);44 struct uart_mux { struct70 STRUCT_SECTION_ITERABLE(uart_mux, uart_mux_##x) = { \ argument76 STRUCT_SECTION_START_EXTERN(uart_mux);77 STRUCT_SECTION_END_EXTERN(uart_mux);100 struct uart_mux *real_uart;151 static int uart_mux_consume_ringbuf(struct uart_mux *uart_mux) in uart_mux_consume_ringbuf() argument157 len = ring_buf_get_claim(uart_mux->rx_ringbuf, &data, in uart_mux_consume_ringbuf()160 LOG_DBG("Ringbuf %p is empty!", uart_mux->rx_ringbuf); in uart_mux_consume_ringbuf()172 uart_mux->uart->name); in uart_mux_consume_ringbuf()[all …]
16 zephyr_library_sources_ifdef(CONFIG_UART_MUX uart_mux.c)
142 uint32_t uart_mux = CLOCK_GetRootClockMux(clk_root); in mcux_ccm_get_subsys_rate() local145 if (uart_mux == 0) in mcux_ccm_get_subsys_rate()200 uint32_t uart_mux = CLOCK_GetRootMux(clk_root); in mcux_ccm_get_subsys_rate() local202 if (uart_mux == 0) { in mcux_ccm_get_subsys_rate()204 } else if (uart_mux == 1) { in mcux_ccm_get_subsys_rate()
91 ITERABLE_SECTION_RAM(uart_mux, 4)
58 zephyr_iterable_section(NAME uart_mux GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4)
528 * Added uart_mux driver that is used in GSM 07.10 muxing protocol
1252 - :github:`45842` - drivers: modem: uart_mux errors after second call to gsm_ppp_start
1591 * :github:`36608` - Unable to compile USB console example with uart_mux
2447 * :github:`45842` - drivers: modem: uart_mux errors after second call to gsm_ppp_start
1433 * :github:`34103` - Convert drivers/console/uart_mux.c to new kwork API