Home
last modified time | relevance | path

Searched refs:configfs (Results 1 – 25 of 46) sorted by relevance

12

/linux/Documentation/translations/zh_CN/iio/
H A Diio_configfs.rst12 工业 IIO configfs支持
19 configfs轻松配置的对象(例如:设备,触发器)。
21 关于configfs是如何运行的,请查阅Documentation/filesystems/configfs.rst
26 为了使configfs支持IIO,我们需要在编译时选中config的CONFIG_IIO_CONFIGFS
29 然后,挂载configfs文件系统(通常在 /config directory目录下)::
32 $ mount -t configfs none/config
40 IIO默认configfs组之一是“触发器”组。挂载configfs后可以自动访问它,并且可
/linux/Documentation/filesystems/
H A Dconfigfs.rst13 What is configfs?
16 configfs is a ram-based filesystem that provides the converse of
18 kernel objects, configfs is a filesystem-based manager of kernel
29 A configfs config_item is created via an explicit userspace operation:
37 Both sysfs and configfs can and should exist together on the same
40 Using configfs
43 configfs can be compiled as a module or into the kernel. You can access
46 mount -t configfs none /config
48 The configfs tree will be empty unless client modules are also loaded.
49 These are modules that register their item types with configfs as
[all …]
/linux/Documentation/iio/
H A Diio_configfs.rst2 Industrial IIO configfs support
9 objects that could be easily configured using configfs (e.g.: devices,
12 See Documentation/filesystems/configfs.rst for more information
13 about how configfs works.
18 In order to use configfs support in IIO we need to select it at compile
21 Then, mount the configfs filesystem (usually under /config directory)::
24 $ mount -t configfs none /config
33 One of the IIO default configfs groups is the "triggers" group. It is
34 automagically accessible when the configfs is mounted and can be found
/linux/Documentation/target/
H A Dtarget-export-device41 lsmod | grep -q configfs || modprobe configfs
43 mount | grep -q ^configfs || mount -t configfs none $CONFIGFS
/linux/fs/configfs/
H A DKconfig5 configfs is a RAM-based filesystem that provides the converse
7 view of kernel objects, configfs is a filesystem-based manager
10 Both sysfs and configfs can and should exist together on the
H A DMakefile6 obj-$(CONFIG_CONFIGFS_FS) += configfs.o
8 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
/linux/Documentation/usb/
H A Dgadget_configfs.rst2 Linux USB gadget configured through configfs
27 Configfs (please see `Documentation/filesystems/configfs.rst`) lends itself nicely
31 It also describes how configfs integration into gadget is designed.
39 In order for this to work configfs must be available, so CONFIGFS_FS must be
49 made available through configfs can be seen here:
55 $ mount none $CONFIGFS_HOME -t configfs
57 where CONFIGFS_HOME is the mount point for configfs
153 Please refer to Documentation/ABI/testing/configfs-usb-gadget for more information.
308 Below the idea of how configfs works is presented.
309 In configfs there are items and groups, both represented as directories.
[all …]
H A Dgadget_uvc.rst28 Configuring the gadget through configfs
30 The UVC Gadget expects to be configured through configfs using the UVC function.
35 see Documentation/ABI/testing/configfs-usb-gadget-uvc
39 This section assumes that you have mounted configfs at `/sys/kernel/config` and
66 Formats are created under the streaming/uncompressed and streaming/mjpeg configfs
138 To create a Color Matching Descriptor, create a configfs item and set its three
172 configfs by linking between the configfs item representing the header and the
310 USB device can be defined in the usual place within USB configfs, and may then
342 do so through the configfs attribute:
/linux/Documentation/ABI/testing/
H A Dconfigfs-rdma_cm7 Attributes are visible only when configfs is mounted. To mount
8 configfs in /config directory use:
9 # mount -t configfs none /config/
H A Dconfigfs-spear-pcie-gadget12 Nodes are only visible when configfs is mounted. To mount configfs
15 # mount -t configfs none /config/
H A Dconfigfs-usb-gadget-tcm6 is performed in the "target" subsystem of configfs.
H A Dconfigfs-most7 Attributes are visible only when configfs is mounted. To mount
8 configfs in /sys/kernel/config directory use:
9 # mount -t configfs none /sys/kernel/config/
/linux/rust/kernel/
H A Dconfigfs.rs3 //! configfs interface: Userspace-driven Kernel Object Configuration
5 //! configfs is an in-memory pseudo file system for configuration of kernel
7 //! configfs.
9 //! This module does not support the following configfs features:
18 //! C header: [`include/linux/configfs.h`](srctree/include/linux/configfs.h)
25 //! use kernel::configfs;
34 //! config: configfs::Subsystem<Configuration>,
39 //! pr_info!("Rust configfs sample (init)\n");
42 //! container: configfs
[all...]
/linux/Documentation/admin-guide/gpio/
H A Dgpio-sim.rst6 The configfs GPIO Simulator (gpio-sim) provides a way to create simulated GPIO
14 The gpio-sim module registers a configfs subsystem called ``'gpio-sim'``. For
15 details of the configfs filesystem, please refer to the configfs documentation.
17 The user can create a hierarchy of configfs groups and items as well as modify
23 This is the top directory of the gpio-sim configfs tree.
/linux/drivers/iio/
H A DKconfig27 tristate "Enable IIO configuration via configfs"
30 This allows configuring various IIO bits through configfs
58 device can be created via configfs or directly by a driver
66 trigger can be created via configfs or directly by a driver
/linux/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst168 Loading ACPI SSDTs from configfs
171 This option allows loading of user defined SSDTs from user space via the configfs
172 interface. The CONFIG_ACPI_CONFIGFS option must be select and configfs must be
173 mounted. In the following examples, we assume that configfs has been mounted in
/linux/drivers/most/
H A DMakefile4 configfs.o
/linux/Documentation/trace/
H A Dsys-t.rst34 configfs gets a few additional attributes, which determine per-source
59 See Documentation/ABI/testing/configfs-stp-policy-p_sys-t for more
/linux/Documentation/networking/
H A Dnetconsole.rst106 parameters reconfigured at runtime from a configfs-based userspace interface.
111 Some examples follow (where configfs is mounted at the /sys/kernel/config
164 these targets by creating configfs directories with the matching name.
233 configfs store calls and this can cause confusing behavior::
247 Inside the netconsole configfs hierarchy, there is a file called
275 Within the netconsole configfs hierarchy, there is a file named `release_enabled`
300 Inside the netconsole configfs hierarchy, there is a file called
343 Within the netconsole configfs hierarchy, there is a file named `msgid_enabled`
/linux/drivers/usb/gadget/
H A DMakefile10 libcomposite-y += composite.o functions.o configfs.o u_f.o
/linux/Documentation/PCI/endpoint/
H A Dpci-ntb-howto.rst52 PCI endpoint function device can be created using the configfs. To create
55 # mount -t configfs none /sys/kernel/config
84 The user can configure the pci-epf-ntb device using its configfs entry. In order
/linux/drivers/target/iscsi/
H A DKconfig13 Configuration of the SCSI target mode stack happens through configfs.
/linux/Documentation/PCI/endpoint/function/binding/
H A Dpci-ntb.rst7 1) Create a subdirectory to pci_epf_ntb directory in configfs.
/linux/samples/
H A DMakefile8 obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/
/linux/drivers/pci/endpoint/
H A DKconfig27 This will enable the configfs entry that can be used to

12