Lines Matching refs:hs_config
137 struct usb_config_descriptor *config, *hs_config; member
948 power = dev->hs_config->bMaxPower; in ep0_read()
1290 dev->req->buf = dev->hs_config; in config_buf()
1291 len = le16_to_cpu(dev->hs_config->wTotalLength); in config_buf()
1315 && dev->hs_config == NULL) { in gadgetfs_setup()
1352 if (!dev->hs_config) in gadgetfs_setup()
1389 config = dev->hs_config->bConfigurationValue; in gadgetfs_setup()
1390 power = dev->hs_config->bMaxPower; in gadgetfs_setup()
1805 dev->hs_config = (void *) kbuf; in dev_config()
1806 total = le16_to_cpu(dev->hs_config->wTotalLength); in dev_config()
1807 if (!is_valid_config (dev->hs_config) || total >= length) in dev_config()
1828 if (dev->hs_config) in dev_config()