Searched refs:intf_cache (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/usb/core/
H A Dusb.c302 struct usb_interface_cache *intf_cache = NULL; local
308 if (config->intf_cache[i]->altsetting[0].desc.bInterfaceNumber
310 intf_cache = config->intf_cache[i];
314 if (!intf_cache)
316 for (i = 0; i < intf_cache->num_altsetting; i++)
317 if (intf_cache->altsetting[i].desc.bAlternateSetting == alt_num)
318 return &intf_cache->altsetting[i];
H A Dgeneric.c90 desc = &c->intf_cache[0]->altsetting->desc;
H A Dconfig.c233 intfc = config->intf_cache[i];
523 intfc = config->intf_cache[i];
773 config->intf_cache[i] = intfc;
806 intfc = config->intf_cache[i];
845 if (cf->intf_cache[i])
846 kref_put(&cf->intf_cache[i]->ref,
H A Ddevices.c300 intfc = config->intf_cache[i];
H A Dquirks.c628 cache = cfg->intf_cache[j];
H A Dmessage.c2108 intfc = cp->intf_cache[i];
H A Dhcd.c1896 first_alt = &new_config->intf_cache[i]->altsetting[0];
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.c316 intfc = gspca_dev->dev->actconfig->intf_cache[0];
343 alt = &gspca_dev->dev->actconfig->intf_cache[0]->altsetting[1];
/linux-master/include/linux/
H A Dusb.h373 * @intf_cache: array of pointers to usb_interface_cache structures, one
417 struct usb_interface_cache *intf_cache[USB_MAXINTERFACES]; member in struct:usb_host_config
/linux-master/drivers/media/usb/gspca/
H A Dxirlink_cit.c2648 intfc = gspca_dev->dev->actconfig->intf_cache[0];
2684 alt = &gspca_dev->dev->actconfig->intf_cache[0]->altsetting[1];
/linux-master/drivers/net/usb/
H A Dr8152.c10090 desc = &c->intf_cache[0]->altsetting->desc;

Completed in 281 milliseconds