| /OK3568_Linux_fs/kernel/tools/testing/selftests/cpu-hotplug/ |
| H A D | cpu-on-off-test.sh | 4 SYSFS= 19 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 21 if [ ! -d "$SYSFS" ]; then 26 if ! ls $SYSFS/devices/system/cpu/cpu* > /dev/null 2>&1; then 32 online_cpus=`cat $SYSFS/devices/system/cpu/online` 40 present_cpus=`cat $SYSFS/devices/system/cpu/present` 46 offline_cpus=`cat $SYSFS/devices/system/cpu/offline` 62 for cpu in $SYSFS/devices/system/cpu/cpu*; do 81 grep -q 1 $SYSFS/devices/system/cpu/cpu$1/online 86 grep -q 0 $SYSFS/devices/system/cpu/cpu$1/online [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/gpio/ |
| H A D | gpio-mockup.sh | 11 SYSFS= 43 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'` 44 if [ ! -d "$SYSFS" ]; then 48 GPIO_SYSFS=`echo $SYSFS/class/gpio` 49 GPIO_DRV_SYSFS=`echo $SYSFS/devices/platform/$module/gpio`
|
| /OK3568_Linux_fs/kernel/drivers/misc/eeprom/ |
| H A D | Kconfig | 6 depends on I2C && SYSFS 36 depends on SPI && SYSFS 49 depends on I2C && SYSFS 85 depends on SPI && SYSFS 113 depends on I2C && SYSFS 123 depends on I2C && SYSFS
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/fs/configfs/ |
| H A D | Kconfig | 4 select SYSFS
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | Kconfig | 5 depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n)
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | Kconfig | 11 depends on SYSFS
|
| /OK3568_Linux_fs/kernel/drivers/iio/common/cros_ec_sensors/ |
| H A D | Kconfig | 7 depends on SYSFS && CROS_EC_SENSORHUB
|
| /OK3568_Linux_fs/kernel/drivers/greybus/ |
| H A D | Kconfig | 4 depends on SYSFS
|
| /OK3568_Linux_fs/kernel/fs/sysfs/ |
| H A D | Kconfig | 2 config SYSFS config
|
| /OK3568_Linux_fs/kernel/drivers/block/zram/ |
| H A D | Kconfig | 4 depends on BLOCK && SYSFS && ZSMALLOC && CRYPTO
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | Kconfig | 30 CONFIGFS_FS && SYSFS && (DLM=y || DLM=GFS2_FS)
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | Kconfig | 23 depends on VIDEO_PVRUSB2 && SYSFS
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/ |
| H A D | sysfs.rst | 8 ARE SUPPOSED TO USE THE CHARACTER DEVICE ABI. THIS OLD SYSFS ABI WILL 36 DO NOT ABUSE SYSFS TO CONTROL HARDWARE THAT HAS PROPER KERNEL DRIVERS.
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | Kconfig | 4 depends on INET && SYSFS && CONFIGFS_FS
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | Kconfig | 74 def_bool SYSFS
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/linux/ |
| H A D | linux.inc | 75 kernel_conf_variable SYSFS y
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | Kconfig | 31 depends on (I2C || SPI) && SYSFS 316 depends on I2C && SYSFS 336 depends on I2C && SYSFS 421 depends on SPI && SYSFS
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | pps.rst | 136 SYSFS support 139 If the SYSFS filesystem is enabled in the kernel it provides a new class::
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | apds990x.rst | 47 SYSFS chapter
|
| H A D | bh1770glc.rst | 48 SYSFS chapter
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-coresight-devices-tmc | 91 Description: (RW) Size of the trace buffer for TMC-ETR when used in SYSFS
|