Lines Matching full:configuration
52 * @extra: descriptors following this endpoint in the configuration
56 * descriptor within an active interface in a given USB configuration.
119 * Each interface may have alternate settings. The initial configuration
177 * struct usb_interface (which persists only as long as its configuration
196 * struct usb_host_config - representation of a device's configuration
197 * @desc: the device's configuration descriptor.
199 * present for this configuration.
201 * interface in the configuration. The number of interfaces is stored
203 * the configuration is active.
205 * for each interface in the configuration. These structures exist
208 * with this configuration (those preceding the first interface
218 * A configuration can contain multiple interfaces. Each corresponds to
220 * the configuration is active. The USB standard says that interfaces
227 * of which configuration to install is a policy decision based on such
230 * usb_reset_configuration() to reinitialize the current configuration and
237 /* the interfaces associated with this configuration,
242 * active configuration */
345 struct usb_host_config *actconfig;/* the active configuration */
691 * The current configuration controls the existence, type, and
713 * size for the endpoint, which is a function of the configuration