Lines Matching refs:rpmsg

1 What:		/sys/bus/rpmsg/devices/.../name
6 Every rpmsg device is a communication channel with a remote
9 rpmsg.h).
13 What: /sys/bus/rpmsg/devices/.../src
18 Every rpmsg device is a communication channel with a remote
19 processor. Channels have a local ("source") rpmsg address,
20 and remote ("destination") rpmsg address. When an entity
22 a unique rpmsg address (a 32 bits integer). This way when
23 inbound messages arrive to this address, the rpmsg core
26 This sysfs entry contains the src (local) rpmsg address
31 What: /sys/bus/rpmsg/devices/.../dst
36 Every rpmsg device is a communication channel with a remote
37 processor. Channels have a local ("source") rpmsg address,
38 and remote ("destination") rpmsg address. When an entity
40 a unique rpmsg address (a 32 bits integer). This way when
41 inbound messages arrive to this address, the rpmsg core
44 This sysfs entry contains the dst (remote) rpmsg address
48 remote processor. This make it a local rpmsg server,
50 from any remote rpmsg client; it is not bound to a single
53 What: /sys/bus/rpmsg/devices/.../announce
58 Every rpmsg device is a communication channel with a remote
60 /sys/bus/rpmsg/devices/.../name above) and have a local
61 ("source") rpmsg address, and remote ("destination") rpmsg
66 called an rpmsg server).
77 What: /sys/bus/rpmsg/devices/.../driver_override
82 Every rpmsg device is a communication channel with a remote
84 /sys/bus/rpmsg/devices/.../name above) and have a local
85 ("source") rpmsg address, and remote ("destination") rpmsg
89 remote processor is referred as rpmsg driver. The rpmsg device
90 and rpmsg driver are matched based on rpmsg device name and
91 rpmsg driver ID table.
93 This sysfs entry allows the rpmsg driver for a rpmsg device