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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dusb.c77 struct usb_interface_cache *intf_cache = NULL; local
81 if (config->intf_cache[i]->altsetting[0].desc.bInterfaceNumber
83 intf_cache = config->intf_cache[i];
87 if (!intf_cache)
89 for (i = 0; i < intf_cache->num_altsetting; i++)
90 if (intf_cache->altsetting[i].desc.bAlternateSetting == alt_num)
91 return &intf_cache->altsetting[i];
H A Dgeneric.c58 desc = &c->intf_cache[0]->altsetting->desc;
H A Dconfig.c326 intfc = config->intf_cache[i];
565 config->intf_cache[i] = intfc = kzalloc(len, GFP_KERNEL);
597 intfc = config->intf_cache[i];
636 if (cf->intf_cache[i])
637 kref_put(&cf->intf_cache[i]->ref,
H A Ddevices.c348 intfc = config->intf_cache[i];
H A Dmessage.c1775 intfc = cp->intf_cache[i];
H A Dhcd.c1714 first_alt = &new_config->intf_cache[i]->altsetting[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusb.h244 * @intf_cache: array of pointers to usb_interface_cache structures, one
288 struct usb_interface_cache *intf_cache[USB_MAXINTERFACES]; member in struct:usb_host_config

Completed in 134 milliseconds