Lines Matching refs:hs_config
138 struct usb_config_descriptor *config, *hs_config; member
958 power = dev->hs_config->bMaxPower; in ep0_read()
1319 dev->req->buf = dev->hs_config; in config_buf()
1320 len = le16_to_cpu(dev->hs_config->wTotalLength); in config_buf()
1356 && dev->hs_config == NULL) { in gadgetfs_setup()
1392 if (!dev->hs_config) in gadgetfs_setup()
1428 config = dev->hs_config->bConfigurationValue; in gadgetfs_setup()
1429 power = dev->hs_config->bMaxPower; in gadgetfs_setup()
1849 dev->hs_config = (void *) kbuf; in dev_config()
1850 total = le16_to_cpu(dev->hs_config->wTotalLength); in dev_config()
1851 if (!is_valid_config(dev->hs_config, total) || in dev_config()
1857 dev->hs_config = NULL; in dev_config()
1874 if (dev->hs_config) in dev_config()
1900 dev->hs_config = NULL; in dev_config()