/openbmc/linux/tools/testing/selftests/cpu-hotplug/ |
H A D | cpu-on-off-test.sh | 4 SYSFS= 20 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 22 if [ ! -d "$SYSFS" ]; then 33 online_cpus=`cat $SYSFS/devices/system/cpu/online` 41 present_cpus=`cat $SYSFS/devices/system/cpu/present` 47 offline_cpus=`cat $SYSFS/devices/system/cpu/offline` 63 for cpu in $SYSFS/devices/system/cpu/cpu*; do 82 grep -q 1 $SYSFS/devices/system/cpu/cpu$1/online 87 grep -q 0 $SYSFS/devices/system/cpu/cpu$1/online 92 echo 1 > $SYSFS/devices/system/cpu/cpu$1/online [all …]
|
/openbmc/linux/tools/testing/selftests/memory-hotplug/ |
H A D | mem-on-off-test.sh | 4 SYSFS= 18 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 20 if [ ! -d "$SYSFS" ]; then 25 if ! ls $SYSFS/devices/system/memory/memory* > /dev/null 2>&1; then 30 if ! grep -q 1 $SYSFS/devices/system/memory/memory*/removable; then 43 for memory in $SYSFS/devices/system/memory/memory*; do 63 grep -q online $SYSFS/devices/system/memory/memory$1/state 68 grep -q offline $SYSFS/devices/system/memory/memory$1/state 73 echo online > $SYSFS/devices/system/memory/memory$1/state 78 echo offline > $SYSFS/devices/system/memory/memory$1/state
|
/openbmc/linux/tools/testing/selftests/cpufreq/ |
H A D | cpufreq.sh | 211 if [ ! -d $SYSFS/power/ -o ! -f $SYSFS/power/state ]; then 212 printf "$SYSFS/power/state not available\n" 226 present=$(cat $SYSFS/power/state | grep $filename) 229 printf "Tried to $1 but $filename isn't present in $SYSFS/power/state\n" 235 echo $filename > $SYSFS/power/state
|
H A D | main.sh | 12 SYSFS= 49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 51 if [ ! -d "$SYSFS" ]; then 56 CPUROOT=$SYSFS/devices/system/cpu
|
/openbmc/linux/tools/testing/selftests/gpio/ |
H A D | gpio-mockup-sysfs.sh | 6 SYSFS=`grep -w sysfs /proc/mounts | cut -f2 -d' '` 7 [ -d "$SYSFS" ] || skip "sysfs is not mounted" 9 GPIO_SYSFS="${SYSFS}/class/gpio" 12 PLATFORM_SYSFS=$SYSFS/devices/platform
|
/openbmc/phosphor-pid-control/sensors/ |
H A D | build_utils.cpp | 37 return IOInterfaceType::SYSFS; in getWriteInterfaceType() 67 return IOInterfaceType::SYSFS; in getReadInterfaceType()
|
H A D | build_utils.hpp | 22 SYSFS, enumerator
|
H A D | builder.cpp | 107 case IOInterfaceType::SYSFS: in buildSensors() 119 case IOInterfaceType::SYSFS: in buildSensors()
|
/openbmc/linux/tools/testing/selftests/amd-pstate/ |
H A D | run.sh | 25 SYSFS= 289 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 291 if [ ! -d "$SYSFS" ]; then 296 CPUROOT=$SYSFS/devices/system/cpu
|
/openbmc/phosphor-pid-control/test/ |
H A D | util_unittest.cpp | 32 EXPECT_EQ(IOInterfaceType::SYSFS, getWriteInterfaceType(path)); in TEST() 78 EXPECT_EQ(IOInterfaceType::SYSFS, getReadInterfaceType(path)); in TEST()
|
/openbmc/linux/drivers/misc/eeprom/ |
H A D | Kconfig | 6 depends on I2C && SYSFS 37 depends on SPI && SYSFS 51 depends on I2C && SYSFS 87 depends on SPI && SYSFS 115 depends on I2C && SYSFS 125 depends on I2C && SYSFS
|
/openbmc/linux/drivers/iio/trigger/ |
H A D | Kconfig | 61 tristate "SYSFS trigger" 62 depends on SYSFS 65 Provides support for using SYSFS entries as IIO triggers.
|
/openbmc/linux/fs/configfs/ |
H A D | Kconfig | 4 select SYSFS
|
/openbmc/linux/fs/dlm/ |
H A D | Kconfig | 5 depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
|
/openbmc/linux/kernel/livepatch/ |
H A D | Kconfig | 11 depends on SYSFS
|
/openbmc/docs/designs/ |
H A D | multihost-physical-led.md | 39 KERNEL META-PHOSPHOR PHOSPHOR-LED-SYSFS SERVICE 73 PHOSPHSOR-LED-SYSFS DAEMON 112 KERNEL PHOSPHOR-LED-SYSFS DAEMON 116 | LED 1 | Event 2 | UDEV | | SYSFS | | EXECUTABLE |
|
/openbmc/linux/drivers/iio/common/cros_ec_sensors/ |
H A D | Kconfig | 7 depends on SYSFS && CROS_EC_SENSORHUB
|
/openbmc/linux/drivers/greybus/ |
H A D | Kconfig | 4 depends on SYSFS
|
/openbmc/linux/drivers/md/bcache/ |
H A D | Kconfig | 5 select BLOCK_HOLDER_DEPRECATED if SYSFS
|
/openbmc/linux/fs/sysfs/ |
H A D | Kconfig | 2 config SYSFS config
|
/openbmc/linux/drivers/iio/imu/st_lsm9ds0/ |
H A D | Kconfig | 5 depends on (I2C || SPI_MASTER) && SYSFS
|
/openbmc/linux/fs/gfs2/ |
H A D | Kconfig | 31 CONFIGFS_FS && SYSFS && (DLM=y || DLM=GFS2_FS)
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | Kconfig | 23 depends on VIDEO_PVRUSB2 && SYSFS
|
/openbmc/linux/drivers/block/zram/ |
H A D | Kconfig | 4 depends on BLOCK && SYSFS && MMU
|
/openbmc/linux/fs/ocfs2/ |
H A D | Kconfig | 4 depends on INET && SYSFS && CONFIGFS_FS
|