cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

configfs-iio (906B)


      1What:		/config/iio
      2Date:		October 2015
      3KernelVersion:	4.4
      4Contact:	linux-iio@vger.kernel.org
      5Description:
      6		This represents Industrial IO configuration entry point
      7		directory. It contains sub-groups corresponding to IIO
      8		objects.
      9
     10What:		/config/iio/triggers
     11Date:		October 2015
     12KernelVersion:	4.4
     13Description:
     14		Industrial IO software triggers directory.
     15
     16What:		/config/iio/triggers/hrtimers
     17Date:		October 2015
     18KernelVersion:	4.4
     19Description:
     20		High resolution timers directory. Creating a directory here
     21		will result in creating a hrtimer trigger in the IIO subsystem.
     22
     23What:		/config/iio/devices
     24Date:		April 2016
     25KernelVersion:	4.7
     26Description:
     27		Industrial IO software devices directory.
     28
     29What:		/config/iio/devices/dummy
     30Date:		April 2016
     31KernelVersion:	4.7
     32Description:
     33		Dummy IIO devices directory. Creating a directory here will result
     34		in creating a dummy IIO device in the IIO subsystem.