MCPcopy Create free account
hub / github.com/apache/nuttx / rpmsg_get_rdev_by_rpmsg

Function rpmsg_get_rdev_by_rpmsg

drivers/rpmsg/rpmsg.h:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 ****************************************************************************/
35
36static inline FAR struct rpmsg_device *
37rpmsg_get_rdev_by_rpmsg(FAR struct rpmsg_s *rpmsg)
38{
39 if (!rpmsg)
40 {
41 return NULL;
42 }
43
44 return (FAR struct rpmsg_device *)(rpmsg + 1);
45}
46
47void rpmsg_modify_signals(FAR struct rpmsg_s *rpmsg,
48 int setflags, int clrflags);

Callers 8

rpmsg_register_callbackFunction · 0.85
rpmsg_device_createdFunction · 0.85
rpmsg_device_destoryFunction · 0.85
rpmsg_modify_signalsFunction · 0.85
rpmsg_port_uninitializeFunction · 0.85
rpmsg_port_dumpFunction · 0.85
rpmsg_virtio_lite_dumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected