intf_cache        316 drivers/media/usb/gspca/stv06xx/stv06xx.c 	intfc = gspca_dev->dev->actconfig->intf_cache[0];
intf_cache        343 drivers/media/usb/gspca/stv06xx/stv06xx.c 	alt = &gspca_dev->dev->actconfig->intf_cache[0]->altsetting[1];
intf_cache       2648 drivers/media/usb/gspca/xirlink_cit.c 	intfc = gspca_dev->dev->actconfig->intf_cache[0];
intf_cache       2684 drivers/media/usb/gspca/xirlink_cit.c 	alt = &gspca_dev->dev->actconfig->intf_cache[0]->altsetting[1];
intf_cache        233 drivers/usb/core/config.c 		intfc = config->intf_cache[i];
intf_cache        527 drivers/usb/core/config.c 			intfc = config->intf_cache[i];
intf_cache        777 drivers/usb/core/config.c 		config->intf_cache[i] = intfc;
intf_cache        810 drivers/usb/core/config.c 		intfc = config->intf_cache[i];
intf_cache        849 drivers/usb/core/config.c 			if (cf->intf_cache[i])
intf_cache        850 drivers/usb/core/config.c 				kref_put(&cf->intf_cache[i]->ref,
intf_cache        334 drivers/usb/core/devices.c 		intfc = config->intf_cache[i];
intf_cache         74 drivers/usb/core/generic.c 			desc = &c->intf_cache[0]->altsetting->desc;
intf_cache       1886 drivers/usb/core/hcd.c 			first_alt = &new_config->intf_cache[i]->altsetting[0];
intf_cache       1924 drivers/usb/core/message.c 		intfc = cp->intf_cache[i];
intf_cache        541 drivers/usb/core/quirks.c 			cache = cfg->intf_cache[j];
intf_cache        227 drivers/usb/core/usb.c 	struct usb_interface_cache *intf_cache = NULL;
intf_cache        233 drivers/usb/core/usb.c 		if (config->intf_cache[i]->altsetting[0].desc.bInterfaceNumber
intf_cache        235 drivers/usb/core/usb.c 			intf_cache = config->intf_cache[i];
intf_cache        239 drivers/usb/core/usb.c 	if (!intf_cache)
intf_cache        241 drivers/usb/core/usb.c 	for (i = 0; i < intf_cache->num_altsetting; i++)
intf_cache        242 drivers/usb/core/usb.c 		if (intf_cache->altsetting[i].desc.bAlternateSetting == alt_num)
intf_cache        243 drivers/usb/core/usb.c 			return &intf_cache->altsetting[i];
intf_cache        389 include/linux/usb.h 	struct usb_interface_cache *intf_cache[USB_MAXINTERFACES];