Lines Matching refs:hs_config
144 struct usb_config_descriptor *config, *hs_config; member
962 power = dev->hs_config->bMaxPower; in ep0_read()
1323 dev->req->buf = dev->hs_config; in config_buf()
1324 len = le16_to_cpu(dev->hs_config->wTotalLength); in config_buf()
1360 && dev->hs_config == NULL) { in gadgetfs_setup()
1396 if (!dev->hs_config) in gadgetfs_setup()
1432 config = dev->hs_config->bConfigurationValue; in gadgetfs_setup()
1433 power = dev->hs_config->bMaxPower; in gadgetfs_setup()
1862 dev->hs_config = (void *) kbuf; in dev_config()
1863 total = le16_to_cpu(dev->hs_config->wTotalLength); in dev_config()
1864 if (!is_valid_config(dev->hs_config, total) || in dev_config()
1870 dev->hs_config = NULL; in dev_config()
1887 if (dev->hs_config) in dev_config()
1913 dev->hs_config = NULL; in dev_config()