Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dusb.c302 struct usb_interface_cache *intf_cache = NULL; in usb_find_alt_setting() local
308 if (config->intf_cache[i]->altsetting[0].desc.bInterfaceNumber in usb_find_alt_setting()
310 intf_cache = config->intf_cache[i]; in usb_find_alt_setting()
314 if (!intf_cache) in usb_find_alt_setting()
316 for (i = 0; i < intf_cache->num_altsetting; i++) in usb_find_alt_setting()
317 if (intf_cache->altsetting[i].desc.bAlternateSetting == alt_num) in usb_find_alt_setting()
318 return &intf_cache->altsetting[i]; in usb_find_alt_setting()
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.c644 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.c1898 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/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.c10121 desc = &c->intf_cache[0]->altsetting->desc; in rtl8152_cfgselector_choose_configuration()