Lines Matching defs:hs_config
138 struct usb_config_descriptor *config, *hs_config;
957 power = dev->hs_config->bMaxPower;
1318 dev->req->buf = dev->hs_config;
1319 len = le16_to_cpu(dev->hs_config->wTotalLength);
1355 && dev->hs_config == NULL) {
1391 if (!dev->hs_config)
1427 config = dev->hs_config->bConfigurationValue;
1428 power = dev->hs_config->bMaxPower;
1848 dev->hs_config = (void *) kbuf;
1849 total = le16_to_cpu(dev->hs_config->wTotalLength);
1850 if (!is_valid_config(dev->hs_config, total) ||
1856 dev->hs_config = NULL;
1873 if (dev->hs_config)
1899 dev->hs_config = NULL;