Home
last modified time | relevance | path

Searched defs:rdev (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/lib/
Dipc_rpmsg.c15 static void ns_bind_cb(struct rpmsg_device *rdev, const char *name, uint32_t dest) in ns_bind_cb()
52 struct rpmsg_device *rdev; in ipc_rpmsg_register_ept() local
/Zephyr-Core-3.7.0/subsys/ipc/rpmsg_service/
Drpmsg_service.c46 static void ns_bind_cb(struct rpmsg_device *rdev, in ns_bind_cb()
105 struct rpmsg_device *rdev; in rpmsg_service_init() local
/Zephyr-Core-3.7.0/kernel/
Ddevice.c165 const struct device *rdev = device_from_handle(dh); in device_visitor() local
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_rpmsg.c57 struct rpmsg_device *rdev; in init() local
/Zephyr-Core-3.7.0/samples/subsys/ipc/openamp/remote/src/
Dmain.c151 struct rpmsg_device *rdev; in app_task() local
/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c149 struct rpmsg_device *rdev; in advertise_ept() local
166 static void ns_bind_cb(struct rpmsg_device *rdev, const char *name, uint32_t dest) in ns_bind_cb()
566 struct rpmsg_device *rdev; in open() local
/Zephyr-Core-3.7.0/samples/subsys/ipc/openamp/src/
Dmain.c137 void ns_bind_cb(struct rpmsg_device *rdev, const char *name, uint32_t dest) in ns_bind_cb()
/Zephyr-Core-3.7.0/samples/subsys/ipc/openamp_rsc_table/src/
Dmain_remote.c124 static void new_service_cb(struct rpmsg_device *rdev, const char *name, in new_service_cb()