Lines Matching refs:which
16 A USB Linux Gadget is a device which has a UDC (USB Device Controller) and can
20 A gadget is seen by its host as a set of configurations, each of which contains
21 a number of interfaces which, from the gadget's perspective, are known as
27 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
298 Both items and groups can have attributes, which are represented as files.
300 which can be read-only or read-write, depending on what they represent.
303 configfs_attributes which are generic and of the same type for all
305 larger structures. In the picture below there is a "cs" which contains
306 a config_item and an "sa" which contains a configfs_attribute.
320 which accepts a struct config_item and a struct configfs_attribute.
355 1. A gadget has its config group, which has some attributes (idVendor,
364 gadget's UDC attribute is written to, which means binding the gadget
381 usb_get_function_instance(), which, in turn, calls request_module.