Lines Matching refs:devices
87 manage coresight devices on a platform. This first implementation centers on
133 manage coresight devices on a platform. Any coresight compliant device can
143 If everything goes well during the registration process the new devices will
144 show up under /sys/bus/coresight/devices, as showns here for a TC2 platform:
146 root:~# ls /sys/bus/coresight/devices/
201 root:/sys/bus/coresight/devices# ls
204 root:/sys/bus/coresight/devices# ls 20010000.etb
206 root:/sys/bus/coresight/devices# echo 1 > 20010000.etb/enable_sink
207 root:/sys/bus/coresight/devices# cat 20010000.etb/enable_sink
209 root:/sys/bus/coresight/devices#
216 root:/sys/bus/coresight/devices# echo 1 > 2201c000.ptm/enable_source
217 root:/sys/bus/coresight/devices# cat 2201c000.ptm/enable_source
219 root:/sys/bus/coresight/devices# cat 20010000.etb/status
228 root:/sys/bus/coresight/devices#
232 root:/sys/bus/coresight/devices# echo 0 > 2201c000.ptm/enable_source
233 root:/sys/bus/coresight/devices#
237 root:/sys/bus/coresight/devices# dd if=/dev/20010000.etb \
243 root:/sys/bus/coresight/devices#