Searched refs:sysfs (Results 1 - 25 of 837) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_drvfs.h3 * Support for atomisp driver sysfs interface.
22 #include <linux/sysfs.h>
/linux-master/drivers/dio/
H A DMakefile6 obj-y := dio.o dio-driver.o dio-sysfs.o
/linux-master/drivers/dca/
H A DMakefile3 dca-objs := dca-core.o dca-sysfs.o
/linux-master/drivers/platform/x86/intel/ifs/
H A DMakefile3 intel_ifs-objs := core.o load.o runtest.o sysfs.o
/linux-master/tools/testing/selftests/cgroup/
H A Dwith_stress.sh19 echo $verb$subsys_ctrl >$sysfs/cgroup.subtree_control
28 sysfs=`mount -t cgroup2 | head -1 | awk '{ print $3 }'`
29 if [ ! -d "$sysfs" ]; then
34 if ! echo +$subsys_ctrl >$sysfs/cgroup.subtree_control ; then
35 echo "Skipping: cannot enable $subsys_ctrl in $sysfs" >&2
39 if ! echo -$subsys_ctrl >$sysfs/cgroup.subtree_control ; then
40 echo "Skipping: cannot disable $subsys_ctrl in $sysfs" >&2
50 sysfs=
/linux-master/mm/damon/
H A DMakefile6 obj-$(CONFIG_DAMON_SYSFS) += sysfs-common.o sysfs-schemes.o sysfs.o
/linux-master/drivers/dma/ioat/
H A DMakefile3 ioatdma-y := init.o dma.o prep.o dca.o sysfs.o
/linux-master/sound/aoa/soundbus/
H A DMakefile3 snd-aoa-soundbus-objs := core.o sysfs.o
/linux-master/drivers/input/
H A Dinput-poller.h8 #include <linux/sysfs.h>
/linux-master/drivers/ufs/core/
H A Dufs-sysfs.h8 #include <linux/sysfs.h>
/linux-master/fs/zonefs/
H A DMakefile6 zonefs-y := super.o file.o sysfs.o
/linux-master/tools/testing/selftests/alsa/conf.d/
H A DLenovo_ThinkPad_P1_Gen2.conf6 # Use regex match for the string read from the given sysfs path
8 # The sysfs root directory (/sys) is hardwired in the test code
13 sysfs [
24 sysfs [
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.h10 #include <linux/sysfs.h>
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_sysfs.h10 #include <linux/sysfs.h>
/linux-master/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c3 * POWER Data Stream Control Register (DSCR) sysfs interface test
5 * This test updates to system wide DSCR default through the sysfs interface
7 * well verified from their sysfs interfaces.
32 DIR *sysfs; local
36 sysfs = opendir(CPU_PATH);
37 if (!sysfs) {
42 while ((dp = readdir(sysfs))) {
59 closedir(sysfs);
63 closedir(sysfs);
/linux-master/arch/sh/drivers/dma/
H A DMakefile6 obj-$(CONFIG_SH_DMA_API) += dma-sh.o dma-api.o dma-sysfs.o
/linux-master/drivers/firmware/google/
H A DMakefile13 vpd-sysfs-y := vpd.o vpd_decode.o
14 obj-$(CONFIG_GOOGLE_VPD) += vpd-sysfs.o
/linux-master/drivers/block/rnbd/
H A DMakefile6 rnbd-clt-sysfs.o
11 rnbd-srv-sysfs.o \
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A DMakefile6 omap2fb-y := omapfb-main.o omapfb-sysfs.o omapfb-ioctl.o
/linux-master/drivers/infiniband/hw/mlx4/
H A DMakefile4 mlx4_ib-y := ah.o cq.o doorbell.o mad.o main.o mr.o qp.o srq.o mcg.o cm.o alias_GUID.o sysfs.o
/linux-master/drivers/pps/
H A DMakefile6 pps_core-y := pps.o kapi.o sysfs.o
/linux-master/sound/soc/intel/catpt/
H A DMakefile1 snd-soc-catpt-objs := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o
/linux-master/drivers/peci/
H A DMakefile4 peci-y := core.o request.o device.o sysfs.o
/linux-master/drivers/base/firmware_loader/
H A DMakefile9 firmware_class-$(CONFIG_FW_LOADER_SYSFS) += sysfs.o
/linux-master/tools/testing/selftests/gpio/
H A DMakefile4 TEST_FILES := gpio-mockup-sysfs.sh

Completed in 704 milliseconds

1234567891011>>