/Zephyr-latest/kernel/ |
D | poll.c | 302 SYS_PORT_TRACING_FUNC_ENTER(k_poll_api, poll, events); in z_impl_k_poll() 318 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, 0); in z_impl_k_poll() 328 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, -EAGAIN); in z_impl_k_poll() 350 SYS_PORT_TRACING_FUNC_EXIT(k_poll_api, poll, events, swap_rc); in z_impl_k_poll()
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.device_io | 16 poll(), pread(), pselect(), pwrite(), read(), select(), and write().
|
D | device_io.c | 79 int poll(struct pollfd *fds, int nfds, int timeout) in poll() function
|
/Zephyr-latest/modules/thrift/src/thrift/server/ |
D | TFDServer.cpp | 72 r = poll(&pollfds.front(), pollfds.size(), -1); in read_virt()
|
/Zephyr-latest/drivers/input/ |
D | input_gpio_kbd_matrix.c | 302 IF_ENABLED(DT_INST_ENUM_HAS_VALUE(n, idle_mode, poll), ( \ 324 IF_ENABLED(DT_INST_ENUM_HAS_VALUE(n, idle_mode, poll), ( \
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | core.rst | 18 either send messages or poll the Friend node for any incoming messages. 22 :c:func:`bt_mesh_lpn_poll`. The LPN operation parameters, including poll 23 interval, poll event timing and Friend requirements is controlled through the
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_ptty_bottom.c | 88 ret = poll(&pfd, 1, 0); in np_uart_slave_connected()
|
D | uart_native_tty_bottom.c | 182 return poll(&pfd, 1, 0); in native_tty_poll_bottom()
|
/Zephyr-latest/include/zephyr/net/ |
D | mqtt_sn.h | 218 int (*poll)(struct mqtt_sn_client *client); member
|
/Zephyr-latest/tests/net/socket/tls_configurations/src/ |
D | main.c | 74 ret = poll(fds, ARRAY_SIZE(fds), -1); in wait_for_event()
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 107 bool "Skip inactivity poll for stations after the inactivity timeout" 109 Skip inactivity poll for stations after the inactivity timeout. This
|
/Zephyr-latest/tests/posix/eventfd/src/ |
D | blocking.c | 59 ret = poll(&pfd, 1, 500); in ZTEST_F()
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 12 If you use poll you should also use `prj_poll.conf` instead of `prj.conf`.
|
/Zephyr-latest/samples/drivers/jesd216/ |
D | README.rst | 53 DPD: Enter B9h, exit ABh ; delay 40000 ns ; poll 0x3d
|
/Zephyr-latest/samples/net/sockets/echo_async/src/ |
D | socket_echo.c | 189 res = poll(pollfds, pollnum, -1); in main()
|
/Zephyr-latest/boards/renesas/rcar_salvator_x/support/ |
D | openocd.cfg | 56 # poll PWRSR7 and CR7PSTR register.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt.rst | 99 therefore the application should use socket ``poll`` to wait for the response. 112 poll(fds, 1, 5000);
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | workqueue.rst | 170 item in response to a **poll event** (see :ref:`polling_v2`), that will 172 or poll signal is raised, or a timeout occurs. 174 a dedicated thread waiting or actively polling for a poll event. 179 * A pointer to an array of poll events that will trigger work item 182 * A size of the array containing poll events. 187 specified by the poll events. Once at least one of the observed kernel 192 The triggered work item as well as the referenced array of poll events 197 as long as it is still waiting for a poll event. In such case, the kernel 198 stops waiting for attached poll events and the specified work is not executed.
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.lorawan | 63 Stack size of the thread that will poll for empty additional packets when a partial
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/ |
D | README.rst | 10 It makes use of both the trigger and poll methods.
|
/Zephyr-latest/samples/net/sockets/socketpair/src/ |
D | main.c | 239 res = poll(fds, NUM_SOCKETPAIRS, -1); in main()
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | ws.c | 134 if (poll(cfg->fds, 1, -1) < 0) { in ws_echo_handler()
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_transport_udp.c | 250 .poll = tp_udp_poll, in mqtt_sn_transport_udp_init()
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | echo-client.c | 124 ret = poll(fds, nfds, -1); in wait()
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.ublox-sara-r4 | 114 u-blox SARA-R4 device is configured to poll for RSSI
|