Lines Matching refs:hs_config
136 struct usb_config_descriptor *config, *hs_config; member
955 power = dev->hs_config->bMaxPower; in ep0_read()
1316 dev->req->buf = dev->hs_config; in config_buf()
1317 len = le16_to_cpu(dev->hs_config->wTotalLength); in config_buf()
1341 && dev->hs_config == NULL) { in gadgetfs_setup()
1377 if (!dev->hs_config) in gadgetfs_setup()
1413 config = dev->hs_config->bConfigurationValue; in gadgetfs_setup()
1414 power = dev->hs_config->bMaxPower; in gadgetfs_setup()
1833 dev->hs_config = (void *) kbuf; in dev_config()
1834 total = le16_to_cpu(dev->hs_config->wTotalLength); in dev_config()
1835 if (!is_valid_config(dev->hs_config, total) || in dev_config()
1841 dev->hs_config = NULL; in dev_config()
1858 if (dev->hs_config) in dev_config()