Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/kernel/poll/
DCMakeLists.txt5 project(poll) project
/Zephyr-latest/subsys/net/lib/sntp/
Dsntp_pkt.h23 uint8_t poll; member
/Zephyr-latest/drivers/net/
Dnsos_sockets.c58 struct nsos_socket_poll poll; member
261 struct nsos_socket_poll *poll; in nsos_close() local
283 struct nsos_socket_poll *poll = CONTAINER_OF(mid, struct nsos_socket_poll, mid); in pollcb() local
290 struct nsos_socket_poll *poll) in nsos_poll_prepare()
326 struct k_poll_event **pev, struct nsos_socket_poll *poll) in nsos_poll_update()
1550 struct nsos_socket_poll *poll; in nsos_isr() local
/Zephyr-latest/lib/posix/options/
Ddevice_io.c79 int poll(struct pollfd *fds, int nfds, int timeout) in poll() function
/Zephyr-latest/include/zephyr/net/
Dmqtt_sn.h218 int (*poll)(struct mqtt_sn_client *client); member