Home
last modified time | relevance | path

Searched refs:ept_cfg (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dicmsg_me.c67 data->ept_cfg.cb = *cb; in icmsg_me_open()
68 data->ept_cfg.priv = ctx; in icmsg_me_open()
70 return icmsg_open(conf, &data->icmsg_data, &data->ept_cfg.cb, in icmsg_me_open()
71 data->ept_cfg.priv); in icmsg_me_open()
85 const struct ipc_ept_cfg *ept_cfg, in icmsg_me_set_empty_ept_cfg_slot() argument
100 data->epts[i] = ept_cfg; in icmsg_me_set_empty_ept_cfg_slot()
117 const struct ipc_ept_cfg *ept_cfg) in icmsg_me_set_ept_cfg() argument
125 data->epts[i] = ept_cfg; in icmsg_me_set_ept_cfg()
130 const struct ipc_ept_cfg **ept_cfg) in icmsg_me_get_ept_cfg() argument
138 *ept_cfg = data->epts[i]; in icmsg_me_get_ept_cfg()
/Zephyr-latest/tests/subsys/ipc/ipc_service/src/
Dmain.c20 static struct ipc_ept_cfg ept_cfg = { variable
47 ept_cfg.priv = (void *) 20; in ZTEST()
49 ret = ipc_service_register_endpoint(dev_10, &ept_10, &ept_cfg); in ZTEST()
63 ept_cfg.priv = (void *) 30; in ZTEST()
65 ret = ipc_service_register_endpoint(dev_20, &ept_20, &ept_cfg); in ZTEST()
/Zephyr-latest/include/zephyr/ipc/
Dicmsg_me.h34 struct ipc_ept_cfg ept_cfg; member
170 const struct ipc_ept_cfg *ept_cfg,
192 const struct ipc_ept_cfg *ept_cfg);
213 const struct ipc_ept_cfg **ept_cfg);
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ipc_service.c53 static struct ipc_ept_cfg ept_cfg = { in backend_ipc_service_init() local
65 ept_cfg.priv = (void *)backend_remote; in backend_ipc_service_init()
71 err = ipc_service_register_endpoint(ipc_instance, &backend_ipc_service->ept, &ept_cfg); in backend_ipc_service_init()
/Zephyr-latest/subsys/logging/
Dlog_link_ipc_service.c55 static struct ipc_ept_cfg ept_cfg = { in link_ipc_service_init() local
67 ept_cfg.priv = (void *)link_remote; in link_ipc_service_init()
74 err = ipc_service_register_endpoint(ipc_instance, &link_ipc_service->ept, &ept_cfg); in link_ipc_service_init()
/Zephyr-latest/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_spinel_backend_ipc.c48 static struct ipc_ept_cfg ept_cfg = { variable
80 err = ipc_service_register_endpoint(ipc_instance, &ept, &ept_cfg); in nrf_802154_backend_init()