Lines Matching full:configuration
8 usb_get_cfg, usb_set_cfg \- Get and set current USB device configuration
50 Pointer to returned configuration value.
80 Desired device configuration index. Set to USB_DEV_DEFAULT_CONFIG_INDEX to
81 restore default configuration.
115 The \fBusb_get_cfg()\fR function retrieves the current configuration. It
119 The \fBusb_set_cfg()\fR function sets a new configuration. Because this call
131 function is the only supported programmatic way to change device configuration.
146 New configuration is retrieved.
164 Configuration cannot be retrieved.
176 New configuration is set.
232 An illegal configuration is specified.
256 Setting the configuration to the one at index 1 (in the
257 array of usb_cfg_data_t configuration nodes as returned
258 by usb_get_dev_data()), and verifying what the configuration
273 "%s%d: Error setting USB device to configuration #%d",
278 cmn_err (CE_WARN, "%s%d: USB device active configuration is %d",