/Zephyr-latest/kernel/ |
D | events.c | 45 uint32_t events; member 131 static uint32_t k_event_post_internal(struct k_event *event, uint32_t events, in k_event_post_internal() 182 uint32_t z_impl_k_event_post(struct k_event *event, uint32_t events) in z_impl_k_event_post() 188 uint32_t z_vrfy_k_event_post(struct k_event *event, uint32_t events) in z_vrfy_k_event_post() 196 uint32_t z_impl_k_event_set(struct k_event *event, uint32_t events) in z_impl_k_event_set() 202 uint32_t z_vrfy_k_event_set(struct k_event *event, uint32_t events) in z_vrfy_k_event_set() 210 uint32_t z_impl_k_event_set_masked(struct k_event *event, uint32_t events, in z_impl_k_event_set_masked() 217 uint32_t z_vrfy_k_event_set_masked(struct k_event *event, uint32_t events, in z_vrfy_k_event_set_masked() 226 uint32_t z_impl_k_event_clear(struct k_event *event, uint32_t events) in z_impl_k_event_clear() 232 uint32_t z_vrfy_k_event_clear(struct k_event *event, uint32_t events) in z_vrfy_k_event_clear() [all …]
|
D | poll.c | 112 static inline void add_event(sys_dlist_t *events, struct k_poll_event *event, in add_event() 217 static inline void clear_event_registrations(struct k_poll_event *events, in clear_event_registrations() 234 static inline int register_events(struct k_poll_event *events, in register_events() 288 int z_impl_k_poll(struct k_poll_event *events, int num_events, in z_impl_k_poll() 356 static inline int z_vrfy_k_poll(struct k_poll_event *events, in z_vrfy_k_poll() 467 void z_handle_obj_poll_events(sys_dlist_t *events, uint32_t state) in z_handle_obj_poll_events() 668 struct k_poll_event *events, in k_work_poll_submit_to_queue() 780 struct k_poll_event *events, in k_work_poll_submit()
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | event_flags.c | 28 struct cv2_event_flags *events; in osEventFlagsNew() local 65 struct cv2_event_flags *events = (struct cv2_event_flags *)ef_id; in osEventFlagsSet() local 86 struct cv2_event_flags *events = (struct cv2_event_flags *)ef_id; in osEventFlagsClear() local 108 struct cv2_event_flags *events = (struct cv2_event_flags *)ef_id; in osEventFlagsWait() local 213 struct cv2_event_flags *events = (struct cv2_event_flags *)ef_id; in osEventFlagsGetName() local 227 struct cv2_event_flags *events = (struct cv2_event_flags *)ef_id; in osEventFlagsGet() local 241 struct cv2_event_flags *events = (struct cv2_event_flags *)ef_id; in osEventFlagsDelete() local
|
/Zephyr-latest/tests/net/lib/coap_client/src/ |
D | stubs.c | 20 short events; member 26 void set_socket_events(int fd, short events) in set_socket_events() 32 void clear_socket_events(int fd, short events) in clear_socket_events() 39 int events = 0; in z_impl_zvfs_poll() local
|
/Zephyr-latest/tests/kernel/events/sys_event/ |
D | CMakeLists.txt | 5 project(events) project
|
/Zephyr-latest/tests/subsys/modem/modem_cmux_pair/src/ |
D | main.c | 289 uint32_t events; in test_setup() local 339 uint32_t events; in ZTEST() local 370 uint32_t events; in ZTEST() local 401 uint32_t events; in ZTEST() local 431 uint32_t events; in ZTEST() local 465 uint32_t events; in ZTEST() local 492 uint32_t events; in ZTEST() local 544 uint32_t events; in ZTEST() local 576 uint32_t events; in ZTEST() local
|
/Zephyr-latest/tests/kernel/events/sys_event/src/ |
D | main.c | 45 uint32_t events; in entry_extra1() local 54 uint32_t events; in entry_extra2() local 311 uint32_t events; in test_wake_multiple_threads() local 339 uint32_t events; in ZTEST() local
|
/Zephyr-latest/tests/kernel/events/event_api/src/ |
D | test_event_apis.c | 34 uint32_t events; in entry_extra1() local 43 uint32_t events; in entry_extra2() local 313 uint32_t events; in test_wake_multiple_threads() local 342 uint32_t events; in ZTEST() local
|
/Zephyr-latest/subsys/modem/ |
D | modem_pipe.c | 33 static uint32_t pipe_test_events(struct modem_pipe *pipe, uint32_t events) in pipe_test_events() 39 uint32_t events, in pipe_await_events() 45 static void pipe_post_events(struct modem_pipe *pipe, uint32_t events) in pipe_post_events() 50 static void pipe_clear_events(struct modem_pipe *pipe, uint32_t events) in pipe_clear_events() 55 static void pipe_set_events(struct modem_pipe *pipe, uint32_t events) in pipe_set_events()
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 341 .. _conn_mgr_control_events_fatal_error: 343 Fatal Error 353 Timeout 362 Listening for control events 406 .. _conn_mgr_control_automations:
|
/Zephyr-latest/tests/subsys/modem/modem_cmux/src/ |
D | main.c | 256 uint32_t events; in test_modem_cmux_setup() local 331 uint32_t events; in ZTEST() local 363 uint32_t events; in ZTEST() local 393 uint32_t events; in ZTEST() local 422 uint32_t events; in ZTEST() local 550 uint32_t events; in ZTEST() local 611 uint32_t events; in ZTEST() local 828 uint32_t events; in ZTEST() local
|
/Zephyr-latest/include/zephyr/net/ |
D | socket_poll.h | 33 short events; /**< Requested events */ member
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/include/ |
D | common.h | 25 struct k_poll_event events[] = { in await_signal() local
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_autohandler.c | 86 enum hawkbit_response hawkbit_autohandler_wait(uint32_t events, k_timeout_t timeout) in hawkbit_autohandler_wait()
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | events.rst | 1 .. _events: target
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_silabs_efr32.c | 147 uint32_t events; in slz_thread_func() local 261 void BTLE_LL_EventRaise(uint32_t events) in BTLE_LL_EventRaise()
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ |
D | stubs.c | 59 short events; member 65 void set_socket_events(short events) in set_socket_events()
|
/Zephyr-latest/boards/beagle/beagleconnect_freedom/ |
D | board_antenna.c | 73 static void board_cc13xx_rf_callback(RF_Handle client, RF_GlobalEvent events, void *arg) in board_cc13xx_rf_callback()
|
/Zephyr-latest/boards/ti/common/ |
D | board_antenna.c | 74 static void board_cc13xx_rf_callback(RF_Handle client, RF_GlobalEvent events, void *arg) in board_cc13xx_rf_callback()
|
/Zephyr-latest/tests/subsys/modem/modem_pipelink/src/ |
D | main.c | 25 static atomic_t events; variable
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc13xx_cc26xx_subg.c | 455 RF_EventMask events; in ieee802154_cc13xx_cc26xx_subg_cca() local 577 RF_EventMask events; in ieee802154_cc13xx_cc26xx_subg_set_channel() local 677 RF_EventMask events; in ieee802154_cc13xx_cc26xx_subg_tx() local 937 RF_EventMask events; in ieee802154_cc13xx_cc26xx_subg_init() local
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_rpi_pico.c | 148 uint32_t events = 0; in gpio_rpi_pin_interrupt_configure() local 197 uint32_t events; in gpio_rpi_isr() local
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_xilinx_axi.c | 269 uint32_t events; in i2c_xilinx_axi_wait_interrupt() local 301 uint32_t events; in i2c_xilinx_axi_wait_rx_full() local 448 uint32_t events = i2c_xilinx_axi_wait_interrupt( in i2c_xilinx_axi_wait_tx_done() local 468 uint32_t events = i2c_xilinx_axi_wait_interrupt(config, data, ISR_BUS_NOT_BUSY); in i2c_xilinx_axi_wait_not_busy() local
|
/Zephyr-latest/modules/hal_silabs/simplicity_sdk/src/ |
D | blob_stubs.c | 30 void BTLE_LL_Process(uint32_t events) in BTLE_LL_Process() 88 void sl_btctrl_configure_completed_packets_reporting(uint8_t packets, uint8_t events) in sl_btctrl_configure_completed_packets_reporting()
|
/Zephyr-latest/tests/kernel/poll/src/ |
D | test_poll.c | 81 struct k_poll_event events[] = { in ZTEST_USER() local 245 void check_results(struct k_poll_event *events, uint32_t event_type, in check_results() 660 struct k_poll_event events[] = { in ZTEST() local
|