Home
last modified time | relevance | path

Searched refs:intf_cache (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/usb/core/
H A Dconfig.c265 intfc = config->intf_cache[i]; in config_endpoint_is_duplicate()
577 intfc = config->intf_cache[i]; in usb_parse_interface()
827 config->intf_cache[i] = intfc; in usb_parse_configuration()
860 intfc = config->intf_cache[i]; in usb_parse_configuration()
899 if (cf->intf_cache[i]) in usb_destroy_configuration()
900 kref_put(&cf->intf_cache[i]->ref, in usb_destroy_configuration()
H A Dgeneric.c86 desc = &c->intf_cache[0]->altsetting->desc; in usb_choose_configuration()
H A Ddevices.c300 intfc = config->intf_cache[i]; in usb_dump_config()
H A Dquirks.c657 cache = cfg->intf_cache[j]; in usb_match_any_interface()
H A Dmessage.c2108 intfc = cp->intf_cache[i]; in usb_set_configuration()
H A Dhcd.c1911 first_alt = &new_config->intf_cache[i]->altsetting[0]; in usb_hcd_alloc_bandwidth()
/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.c316 intfc = gspca_dev->dev->actconfig->intf_cache[0]; in stv06xx_isoc_init()
343 alt = &gspca_dev->dev->actconfig->intf_cache[0]->altsetting[1]; in stv06xx_isoc_nego()
/linux/include/linux/
H A Dusb.h375 * @intf_cache: array of pointers to usb_interface_cache structures, one
419 struct usb_interface_cache *intf_cache[USB_MAXINTERFACES]; member
/linux/drivers/media/usb/gspca/
H A Dxirlink_cit.c2648 intfc = gspca_dev->dev->actconfig->intf_cache[0]; in sd_isoc_init()
2684 alt = &gspca_dev->dev->actconfig->intf_cache[0]->altsetting[1]; in sd_isoc_nego()
/linux/drivers/net/usb/
H A Dr8152.c10099 desc = &c->intf_cache[0]->altsetting->desc; in rtl8152_cfgselector_choose_configuration()