Lines Matching +full:sub +full:- +full:groups

50 http://www.spinics.net/lists/linux-usb/msg76388.html)
55 $ mount none $CONFIGFS_HOME -t configfs
60 -----------------------
94 ------------------------------
124 -------------------------
140 Each function provides its specific set of attributes, with either read-only
141 or read-write access. Where applicable they need to be written to as
143 Please refer to Documentation/ABI/testing/configfs-usb-gadget for more information.
146 ------------------------------------------------------
154 $ ln -s functions/<name>.<instance name> configs/<name>.<number>
158 $ ln -s functions/ncm.usb0 configs/c.1
165 ----------------------
180 ./configs/c.1/ncm.usb0 -> ../../../../usb_gadget/g1/functions/ncm.usb0
213 $ echo s3c-hsotg > UDC
217 -----------------------
224 --------------
299 In configfs there are items and groups, both represented as directories.
301 other groups. In the picture below only an item is shown.
302 Both items and groups can have attributes, which are represented as files.
304 which can be read-only or read-write, depending on what they represent.
306 The filesystem part of configfs operates on config_items/groups and
308 configured elements. However, they are embedded in usage-specific
317 +--sa (file)
339 +----------------------------------+
341 +-----------------+ | (*store)(cs *, buffer, length); |
343 | +-------------+ | | +------------------+ |
344 | | struct |-|----|------>|struct | |
346 | +-------------+ | | +------------------+ |
347 | | +----------------------------------+
350 +-----------------+ .
354 a number of its default sub-groups created automatically.
362 idProduct etc) and default sub-groups (configs, functions, strings).
364 appropriate locations. In the configs, functions and strings sub-groups
365 a user can create their sub-groups to represent configurations, functions,
366 and groups of strings in a given language.
377 - gadget's config_group
378 - gadget's default groups (configs, functions, strings)
379 - associating functions with configurations (symlinks)