Lines Matching refs:devices
32 if [ -f /sys/devices/soc0/hw_platform ]; then
33 soc_hwplatform=`cat /sys/devices/soc0/hw_platform` 2> /dev/null
35 soc_hwplatform=`cat /sys/devices/system/soc/soc0/hw_platform` 2> /dev/null
38 if [ -f /sys/devices/soc0/machine ]; then
39 soc_machine=`cat /sys/devices/soc0/machine` 2> /dev/null
41 soc_machine=`cat /sys/devices/system/soc/soc0/machine` 2> /dev/null
49 if [ -d /sys/bus/esoc/devices ]; then
50 for f in /sys/bus/esoc/devices/*; do
63 if [ -f /sys/devices/soc0/soc_id ]; then
64 soc_id=`cat /sys/devices/soc0/soc_id`
66 soc_id=`cat /sys/devices/system/soc/soc0/id`
152 echo peripheral > /sys/bus/platform/devices/a600000.ssusb/mode
161 msm_serial=`cat /sys/devices/soc0/serial_number`;
163 machine_type=`cat /sys/devices/soc0/machine`