Lines Matching refs:hs_config
135 struct usb_config_descriptor *config, *hs_config; member
954 power = dev->hs_config->bMaxPower; in ep0_read()
1315 dev->req->buf = dev->hs_config; in config_buf()
1316 len = le16_to_cpu(dev->hs_config->wTotalLength); in config_buf()
1340 && dev->hs_config == NULL) { in gadgetfs_setup()
1377 if (!dev->hs_config) in gadgetfs_setup()
1414 config = dev->hs_config->bConfigurationValue; in gadgetfs_setup()
1415 power = dev->hs_config->bMaxPower; in gadgetfs_setup()
1834 dev->hs_config = (void *) kbuf; in dev_config()
1835 total = le16_to_cpu(dev->hs_config->wTotalLength); in dev_config()
1836 if (!is_valid_config(dev->hs_config, total) || in dev_config()
1842 dev->hs_config = NULL; in dev_config()
1859 if (dev->hs_config) in dev_config()