Lines Matching refs:which
14 A USB Linux Gadget is a device which has a UDC (USB Device Controller) and can
18 A gadget is seen by its host as a set of configurations, each of which contains
19 a number of interfaces which, from the gadget's perspective, are known as
25 and which functions each configuration will provide.
101 where <name> can be any string which is legal in a filesystem and the
148 At this moment a number of gadgets is created, each of which has a number of
150 is specifying which function is available in which configuration (the same
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.
307 configfs_attributes which are generic and of the same type for all
309 larger structures. In the picture below there is a "cs" which contains
310 a config_item and an "sa" which contains a configfs_attribute.
324 which accepts a struct config_item and a struct configfs_attribute.
361 1. A gadget has its config group, which has some attributes (idVendor,
370 gadget's UDC attribute is written to, which means binding the gadget
387 usb_get_function_instance(), which, in turn, calls request_module.