Searched refs:SYSFS (Results 1 – 25 of 53) sorted by relevance
123
4 SYSFS=19 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`21 if [ ! -d "$SYSFS" ]; then26 if ! ls $SYSFS/devices/system/cpu/cpu* > /dev/null 2>&1; then32 online_cpus=`cat $SYSFS/devices/system/cpu/online`42 offline_cpus=`cat $SYSFS/devices/system/cpu/offline`58 for cpu in $SYSFS/devices/system/cpu/cpu*; do77 grep -q 1 $SYSFS/devices/system/cpu/cpu$1/online82 grep -q 0 $SYSFS/devices/system/cpu/cpu$1/online87 echo 1 > $SYSFS/devices/system/cpu/cpu$1/online[all …]
4 SYSFS=18 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`20 if [ ! -d "$SYSFS" ]; then25 if ! ls $SYSFS/devices/system/memory/memory* > /dev/null 2>&1; then30 if ! grep -q 1 $SYSFS/devices/system/memory/memory*/removable; then43 for memory in $SYSFS/devices/system/memory/memory*; do63 grep -q online $SYSFS/devices/system/memory/memory$1/state68 grep -q offline $SYSFS/devices/system/memory/memory$1/state73 echo online > $SYSFS/devices/system/memory/memory$1/state78 echo offline > $SYSFS/devices/system/memory/memory$1/state
211 if [ ! -d $SYSFS/power/ -o ! -f $SYSFS/power/state ]; then212 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
12 SYSFS=49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`51 if [ ! -d "$SYSFS" ]; then56 CPUROOT=$SYSFS/devices/system/cpu
11 SYSFS=43 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`44 if [ ! -d "$SYSFS" ]; then48 GPIO_SYSFS=`echo $SYSFS/class/gpio`49 GPIO_DRV_SYSFS=`echo $SYSFS/devices/platform/$module/gpio`
5 depends on I2C && SYSFS34 depends on SPI && SYSFS46 depends on I2C && SYSFS79 depends on SPI && SYSFS106 depends on I2C && SYSFS
60 tristate "SYSFS trigger"61 depends on SYSFS64 Provides support for using SYSFS entries as IIO triggers.
1 SYSFS FILES
3 select SYSFS
4 depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
10 depends on SYSFS
6 depends on SYSFS && MFD_CROS_EC
1 config SYSFS config
4 depends on BLOCK && SYSFS && ZSMALLOC && CRYPTO
30 CONFIGFS_FS && SYSFS && (DLM=y || DLM=GFS2_FS)
22 depends on VIDEO_PVRUSB2 && SYSFS
52 def_bool SYSFS
8 depends on (SLUB && SYSFS) || (SLAB && !DEBUG_SLAB)
3 depends on NET && SYSFS && CONFIGFS_FS
6 ARE SUPPOSED TO USE THE CHARACTER DEVICE ABI. THIS OLD SYSFS ABI WILL34 DO NOT ABUSE SYSFS TO CONTROL HARDWARE THAT HAS PROPER KERNEL DRIVERS.
44 SYSFS
134 SYSFS support137 If the SYSFS filesystem is enabled in the kernel it provides a new class:
15 depends on (I2C || SPI) && SYSFS333 depends on I2C && SYSFS353 depends on I2C && SYSFS457 depends on SPI && SYSFS
107 depends on (I2C || SPI_MASTER) && SYSFS