Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
143 Please refer to Documentation/ABI/*/configfs-usb-gadget* for more information.
298 Below the idea of how configfs works is presented.
299 In configfs there are items and groups, both represented as directories.
[all …]
H A Dgadget-testing.rst37 Function-specific configfs interface
76 Function-specific configfs interface
116 Function-specific configfs interface
156 Function-specific configfs interface
196 Function-specific configfs interface
220 Function-specific configfs interface
270 Function-specific configfs interface
293 Function-specific configfs interface
350 Function-specific configfs interface
438 Function-specific configfs interface
[all …]
/OK3568_Linux_fs/kernel/Documentation/PCI/endpoint/
H A Dpci-endpoint-cfs.rst9 The PCI Endpoint Core exposes configfs entry (pci_ep) to configure the
14 Mounting configfs
17 The PCI Endpoint Core layer creates pci_ep directory in the mounted configfs
18 directory. configfs can be mounted using the following command::
20 mount -t configfs none /sys/kernel/config
25 The pci_ep configfs has two directories at its root: controllers and
H A Dpci-test-howto.rst47 PCI endpoint function device can be created using the configfs. To create
50 # mount -t configfs none /sys/kernel/config
78 The user can configure the pci-epf-test device using configfs entry. In order
92 a PCI endpoint controller driver. Use the configfs to bind the function
/OK3568_Linux_fs/kernel/Documentation/target/
H A Dtarget-export-device41 lsmod | grep -q configfs || modprobe configfs
43 mount | grep -q ^configfs || mount -t configfs none $CONFIGFS
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dsysfs.sh29 if [ -e /sys/kernel/config ] && grep -q configfs /proc/filesystems; then
30 mount -t configfs configfs /sys/kernel/config
/OK3568_Linux_fs/kernel/fs/configfs/
H A DKconfig6 configfs is a RAM-based filesystem that provides the converse
8 view of kernel objects, configfs is a filesystem-based manager
11 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
/OK3568_Linux_fs/kernel/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/
/OK3568_Linux_fs/kernel/drivers/iio/
H A DKconfig26 tristate "Enable IIO configuration via configfs"
29 This allows configuring various IIO bits through configfs
54 device can be created via configfs or directly by a driver
62 trigger can be created via configfs or directly by a driver
H A DMakefile11 obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/
H A Dandroid-tools-conf-configfs_1.0.bb10 file://10-adbd-configfs.conf \
27 …install -m 0644 ${WORKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adbd.…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/
H A Dandroid-tools-conf-configfs_1.0.bb10 file://10-adbd-configfs.conf \
27 …install -m 0644 ${WORKDIR}/10-adbd-configfs.conf ${D}${systemd_unitdir}/system/android-tools-adbd.…
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst167 Loading ACPI SSDTs from configfs
170 This option allows loading of user defined SSDTs from userspace via the configfs
171 interface. The CONFIG_ACPI_CONFIGFS option must be select and configfs must be
172 mounted. In the following examples, we assume that configfs has been mounted in
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/most/
H A DMakefile4 configfs.o
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A DMakefile11 libcomposite-y += composite.o functions.o configfs.o u_f.o
/OK3568_Linux_fs/buildroot/package/libusbgx/
H A DConfig.in7 gadget-configfs userspace API functionality.
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A DMakefile12 nvmet-y += core.o configfs.o admin-cmd.o fabrics-cmd.o \
/OK3568_Linux_fs/kernel/samples/
H A DMakefile6 obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs/

123