Home
last modified time | relevance | path

Searched refs:SYSFS (Results 1 – 25 of 36) sorted by relevance

12

/linux/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh4 SYSFS=
20 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
22 if [ ! -d "$SYSFS" ]; then
27 if ! ls $SYSFS/devices/system/cpu/cpu*/online > /dev/null 2>&1; 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/device
[all...]
/linux/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh4 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
/linux/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh217 if [ ! -d $SYSFS/power/ -o ! -f $SYSFS/power/state ]; then
218 printf "$SYSFS/power/state not available\n"
232 present=$(cat $SYSFS/power/state | grep $filename)
235 printf "Tried to $1 but $filename isn't present in $SYSFS/power/state\n"
255 echo $filename > $SYSFS/power/state
H A Dmain.sh15 SYSFS=
51 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
53 if [ ! -d "$SYSFS" ]; then
58 CPUROOT=$SYSFS/devices/system/cpu
/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh6 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
/linux/tools/testing/selftests/amd-pstate/
H A Drun.sh29 SYSFS=
298 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
300 if [ ! -d "$SYSFS" ]; then
305 CPUROOT=$SYSFS/devices/system/cpu
/linux/drivers/iio/trigger/
H A DKconfig61 tristate "SYSFS trigger"
62 depends on SYSFS
65 Provides support for using SYSFS entries as IIO triggers.
/linux/drivers/md/bcache/
H A DKconfig5 select BLOCK_HOLDER_DEPRECATED if SYSFS
/linux/fs/sysfs/
H A DKconfig2 config SYSFS config
/linux/drivers/iio/imu/st_lsm9ds0/
H A DKconfig5 depends on (I2C || SPI_MASTER) && SYSFS
/linux/drivers/iio/common/cros_ec_sensors/
H A DKconfig7 depends on SYSFS && CROS_EC_SENSORHUB
/linux/drivers/greybus/
H A DKconfig4 depends on SYSFS
/linux/drivers/media/usb/pvrusb2/
H A DKconfig23 depends on VIDEO_PVRUSB2 && SYSFS
/linux/fs/ocfs2/
H A DKconfig4 depends on INET && SYSFS && CONFIGFS_FS
/linux/drivers/misc/
H A DKconfig14 depends on (I2C || SPI) && SYSFS
257 depends on SPI && SYSFS
346 depends on I2C && SYSFS
366 depends on I2C && SYSFS
451 depends on SPI && SYSFS
/linux/Documentation/misc-devices/
H A Dapds990x.rst47 SYSFS chapter
H A Dbh1770glc.rst48 SYSFS chapter
/linux/drivers/of/
H A DKconfig79 def_bool SYSFS
/linux/Documentation/arch/powerpc/
H A Ddscr.rst40 (C) SYSFS Interface:
/linux/drivers/firmware/
H A DKconfig81 depends on SYSFS && DMI
124 depends on SYSFS && (ARM || ARM64 || PARISC || PPC_PMAC || RISCV || SPARC || X86)
/linux/drivers/parisc/
H A DKconfig149 depends on SYSFS
/linux/lib/
H A DKconfig.kasan52 depends on SYSFS && !SLUB_TINY
/linux/net/
H A DKconfig308 depends on SMP && SYSFS
358 depends on SYSFS
/linux/drivers/iio/magnetometer/
H A DKconfig156 depends on (I2C || SPI_MASTER) && SYSFS
/linux/drivers/acpi/
H A DKconfig252 depends on SYSFS && PM_SLEEP
410 depends on SYSFS && PCI

12