| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | mesh.h | 21 void (*evt_handler)(uint16_t app_idx, uint16_t net_idx, member 34 .evt_handler = (_handler), \
|
| D | subnet.h | 96 void (*evt_handler)(struct bt_mesh_subnet *subnet, member
|
| D | app_keys.c | 182 cb->evt_handler(app->app_idx, app->net_idx, evt); in app_key_evt() 647 .evt_handler = subnet_evt,
|
| D | proxy_cli.c | 391 .evt_handler = subnet_evt,
|
| D | brg_cfg.c | 199 .evt_handler = brg_tbl_netkey_removed_evt,
|
| D | beacon.c | 778 .evt_handler = subnet_evt,
|
| D | subnet.c | 71 cb->evt_handler(sub, evt); in subnet_evt()
|
| D | lpn.c | 1164 .evt_handler = subnet_evt,
|
| D | proxy_srv.c | 907 .evt_handler = subnet_evt,
|
| D | rpr_srv.c | 436 .evt_handler = subnet_evt_handler
|
| D | friend.c | 1344 .evt_handler = subnet_evt,
|
| /Zephyr-latest/soc/nordic/common/ |
| D | mram_latency.c | 77 static void evt_handler(nrfs_mram_latency_evt_t const *p_evt, void *context) in evt_handler() function 158 err = nrfs_mram_init(evt_handler); in init_nrfs()
|
| /Zephyr-latest/subsys/shell/backends/ |
| D | shell_adsp_memory_window.c | 42 shell_transport_handler_t evt_handler, in init() argument 58 sh_adsp_mw->shell_handler = evt_handler; in init()
|
| D | shell_rtt.c | 48 shell_transport_handler_t evt_handler, in init() argument 53 sh_rtt->handler = evt_handler; in init()
|
| D | shell_rpmsg.c | 53 shell_transport_handler_t evt_handler, in init() argument 81 sh_rpmsg->shell_handler = evt_handler; in init()
|
| D | shell_dummy.c | 18 shell_transport_handler_t evt_handler, in init() argument
|
| D | shell_websocket.c | 230 shell_transport_handler_t evt_handler, in init() argument 242 ws->shell_handler = evt_handler; in init()
|
| D | shell_uart.c | 289 shell_transport_handler_t evt_handler, in init() argument 295 common->handler = evt_handler; in init()
|
| D | shell_mqtt.c | 645 shell_transport_handler_t evt_handler, void *context) in init() argument 667 sh_mqtt->shell_handler = evt_handler; in init()
|
| D | shell_telnet.c | 618 shell_transport_handler_t evt_handler, in init() argument 630 sh_telnet->shell_handler = evt_handler; in init()
|
| /Zephyr-latest/soc/nordic/nrf54h/gpd/ |
| D | gpd.c | 151 static void evt_handler(nrfs_gdpwr_evt_t const *p_evt, void *context) in evt_handler() function 345 err = nrfs_gdpwr_init(evt_handler); in nrf_gpd_post_init()
|
| /Zephyr-latest/drivers/misc/coresight/ |
| D | nrf_etr.c | 897 shell_transport_handler_t evt_handler, void *context) in etr_shell_init() argument 908 shell_handler = evt_handler; in etr_shell_init()
|
| /Zephyr-latest/drivers/serial/ |
| D | uart_nrfx_uarte2.c | 342 static void evt_handler(nrfx_uarte_event_t const *event, void *context) in evt_handler() function 873 (IS_POLLING_API(dev) ? NULL : evt_handler) : NULL); in uarte_nrfx_init()
|
| /Zephyr-latest/include/zephyr/shell/ |
| D | shell.h | 682 shell_transport_handler_t evt_handler,
|
| /Zephyr-latest/tests/net/dhcpv6/src/ |
| D | main.c | 181 static void evt_handler(struct net_mgmt_event_callback *cb, uint32_t mgmt_event, in evt_handler() function 208 net_mgmt_init_event_callback(&net_mgmt_cb, evt_handler, NET_EVENT_IF_UP); in dhcpv6_tests_setup()
|