Lines Matching refs:hs_config
137 struct usb_config_descriptor *config, *hs_config; member
951 power = dev->hs_config->bMaxPower; in ep0_read()
1293 dev->req->buf = dev->hs_config; in config_buf()
1294 len = le16_to_cpu(dev->hs_config->wTotalLength); in config_buf()
1318 && dev->hs_config == NULL) { in gadgetfs_setup()
1355 if (!dev->hs_config) in gadgetfs_setup()
1392 config = dev->hs_config->bConfigurationValue; in gadgetfs_setup()
1393 power = dev->hs_config->bMaxPower; in gadgetfs_setup()
1808 dev->hs_config = (void *) kbuf; in dev_config()
1809 total = le16_to_cpu(dev->hs_config->wTotalLength); in dev_config()
1810 if (!is_valid_config (dev->hs_config) || total >= length) in dev_config()
1831 if (dev->hs_config) in dev_config()