Home
last modified time | relevance | path

Searched refs:poll (Results 26 – 50 of 104) sorted by relevance

12345

/Zephyr-latest/kernel/
Dpoll.c302 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/
DKconfig.device_io16 poll(), pread(), pselect(), pwrite(), read(), select(), and write().
Ddevice_io.c79 int poll(struct pollfd *fds, int nfds, int timeout) in poll() function
/Zephyr-latest/modules/thrift/src/thrift/server/
DTFDServer.cpp72 r = poll(&pollfds.front(), pollfds.size(), -1); in read_virt()
/Zephyr-latest/drivers/input/
Dinput_gpio_kbd_matrix.c302 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/
Dcore.rst18 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/
Duart_native_ptty_bottom.c88 ret = poll(&pfd, 1, 0); in np_uart_slave_connected()
Duart_native_tty_bottom.c182 return poll(&pfd, 1, 0); in native_tty_poll_bottom()
/Zephyr-latest/include/zephyr/net/
Dmqtt_sn.h218 int (*poll)(struct mqtt_sn_client *client); member
/Zephyr-latest/tests/net/socket/tls_configurations/src/
Dmain.c74 ret = poll(fds, ARRAY_SIZE(fds), -1); in wait_for_event()
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig107 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/
Dblocking.c59 ret = poll(&pfd, 1, 500); in ZTEST_F()
/Zephyr-latest/samples/subsys/shell/devmem_load/
DREADME.md12 If you use poll you should also use `prj_poll.conf` instead of `prj.conf`.
/Zephyr-latest/samples/drivers/jesd216/
DREADME.rst53 DPD: Enter B9h, exit ABh ; delay 40000 ns ; poll 0x3d
/Zephyr-latest/samples/net/sockets/echo_async/src/
Dsocket_echo.c189 res = poll(pollfds, pollnum, -1); in main()
/Zephyr-latest/boards/renesas/rcar_salvator_x/support/
Dopenocd.cfg56 # poll PWRSR7 and CR7PSTR register.
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst99 therefore the application should use socket ``poll`` to wait for the response.
112 poll(fds, 1, 5000);
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst170 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/
DKconfig.lorawan63 Stack size of the thread that will poll for empty additional packets when a partial
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/
DREADME.rst10 It makes use of both the trigger and poll methods.
/Zephyr-latest/samples/net/sockets/socketpair/src/
Dmain.c239 res = poll(fds, NUM_SOCKETPAIRS, -1); in main()
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c134 if (poll(cfg->fds, 1, -1) < 0) { in ws_echo_handler()
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn_transport_udp.c250 .poll = tp_udp_poll, in mqtt_sn_transport_udp_init()
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c124 ret = poll(fds, nfds, -1); in wait()
/Zephyr-latest/drivers/modem/
DKconfig.ublox-sara-r4114 u-blox SARA-R4 device is configured to poll for RSSI

12345