Lines Matching +full:sub +full:- +full:modules
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/*/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 --------------
263 Remove functions (function modules are not unloaded, though):
304 which can be read-only or read-write, depending on what they represent.
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,
377 - gadget's config_group
378 - gadget's default groups (configs, functions, strings)
379 - associating functions with configurations (symlinks)
388 So, provided that modprobe works, modules for particular functions
390 after a gadget is disabled and torn down, the modules remain loaded.