Searched refs:async (Results 1 – 10 of 10) sorted by relevance
| /subsys/modem/backends/ |
| A D | modem_backend_uart_async_hwfc.c | 26 async->rx_buf_size); in block_start_get() 28 return (struct rx_buf_t *) &async->rx_slab.buffer[block_num * async->rx_buf_size]; in block_start_get() 77 rx_buf_unref(&backend->async, buf->buf); in modem_backend_uart_async_hwfc_rx_enable() 242 return (backend->async.rx_buf_size - sizeof(struct rx_buf_t)) * backend->async.rx_buf_count; in get_receive_buf_size() 319 if (k_msgq_get(&backend->async.rx_queue, &backend->async.rx_event, in modem_backend_uart_async_hwfc_receive() 332 rx_buf_unref(&backend->async, backend->async.rx_event.buf); in modem_backend_uart_async_hwfc_receive() 336 if (backend->async.rx_event.len != 0 || in modem_backend_uart_async_hwfc_receive() 384 CONTAINER_OF(async, struct modem_backend_uart, async); in modem_backend_uart_async_hwfc_notify_closed() 420 backend->async.rx_buf_size = buf_size / backend->async.rx_buf_count; in modem_backend_uart_async_init() 425 backend->async.rx_buf_size, backend->async.rx_buf_count); in modem_backend_uart_async_init() [all …]
|
| A D | modem_backend_uart_async.c | 59 atomic_clear_bit(&backend->async.common.state, in modem_backend_uart_async_event_handler() 78 backend->async.receive_buf_size); in modem_backend_uart_async_event_handler() 86 backend->async.receive_buf_size); in modem_backend_uart_async_event_handler() 121 ring_buf_reset(&backend->async.receive_rb); in modem_backend_uart_async_event_handler() 156 atomic_clear(&backend->async.common.state); in modem_backend_uart_async_open() 157 ring_buf_reset(&backend->async.receive_rb); in modem_backend_uart_async_open() 159 atomic_set_bit(&backend->async.common.state, in modem_backend_uart_async_open() 168 backend->async.receive_buf_size, in modem_backend_uart_async_open() 171 atomic_clear(&backend->async.common.state); in modem_backend_uart_async_open() 291 struct modem_backend_uart_async *async = in modem_backend_uart_async_notify_closed() local [all …]
|
| A D | Kconfig | 22 bool "Modem UART backend module async implementation" 44 int "Modem async UART transmit timeout in milliseconds" 48 int "Modem async UART receive idle timeout in milliseconds" 52 bool "Hardware flow control (HWFC) for the modem async UART backend" 58 int "Modem async UART HWFC buffer count"
|
| /subsys/mgmt/mcumgr/transport/ |
| A D | Kconfig.uart | 29 bool "Use async UART API when available" 31 The option enables use of UART async API when available for selected mcumgr uart port. 36 int "Number of async RX UART buffers" 46 int "Size of single async RX UART buffer"
|
| /subsys/net/lib/zperf/ |
| A D | zperf_shell.c | 816 bool is_udp, bool async) in execute_upload() argument 865 if (async) { in execute_upload() 891 if (async) { in execute_upload() 974 bool async = false; in shell_cmd_upload() local 1007 async = true; in shell_cmd_upload() 1030 async = true; in shell_cmd_upload() 1211 return execute_upload(sh, ¶m, is_udp, async); in shell_cmd_upload() 1230 bool async = false; in shell_cmd_upload2() local 1260 async = true; in shell_cmd_upload2() 1283 async = true; in shell_cmd_upload2() [all …]
|
| /subsys/pm/ |
| A D | Kconfig | 142 prompt "Work queue to be used by pm device runtime async" 160 int "Stack size for pm runtime async workqueue" 164 async operations.
|
| A D | device_runtime.c | 54 static int runtime_suspend(const struct device *dev, bool async, in runtime_suspend() argument 68 async = false; in runtime_suspend() 87 if (async) { in runtime_suspend()
|
| A D | pm_shell.c | 173 SHELL_CMD_ARG(runtime-put-async, &dsub_device_name,
|
| /subsys/pmci/mctp/ |
| A D | Kconfig | 25 Build the MCTP UART binding to use MCTP over Zephyr's async UART
|
| /subsys/net/ip/ |
| A D | Kconfig | 528 net_context_recv() in async way only when timeout is set to 0.
|
Completed in 24 milliseconds