Lines Matching defs:hs_config
138 struct usb_config_descriptor *config, *hs_config;
959 power = dev->hs_config->bMaxPower;
1320 dev->req->buf = dev->hs_config;
1321 len = le16_to_cpu(dev->hs_config->wTotalLength);
1357 && dev->hs_config == NULL) {
1393 if (!dev->hs_config)
1429 config = dev->hs_config->bConfigurationValue;
1430 power = dev->hs_config->bMaxPower;
1850 dev->hs_config = (void *) kbuf;
1851 total = le16_to_cpu(dev->hs_config->wTotalLength);
1852 if (!is_valid_config(dev->hs_config, total) ||
1858 dev->hs_config = NULL;
1875 if (dev->hs_config)
1901 dev->hs_config = NULL;