Lines Matching refs:configfs
2 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.
306 The filesystem part of configfs operates on config_items/groups and
356 For more information on configfs please see
357 `Documentation/filesystems/configfs.rst`.
371 to the UDC. The code in drivers/usb/gadget/configfs.c iterates over
375 3. The file drivers/usb/gadget/configfs.c contains code for