Searched refs:max_root_hub (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dr8a66597-hcd.c212 for (port = 0; port < r8a66597->max_root_hub; port++)
234 for (port = 0; port < r8a66597->max_root_hub; port++)
270 if (*root_port >= r8a66597->max_root_hub)
444 for (port = 0; port < r8a66597->max_root_hub; port++) {
1823 for (port = 0; port < r8a66597->max_root_hub; port++)
2134 for (i = 0; i < r8a66597->max_root_hub; i++) {
2149 desc->bNbrPorts = r8a66597->max_root_hub;
2153 desc->bitmap[0] = ((1 << r8a66597->max_root_hub) - 1) << 1;
2181 if (wIndex > r8a66597->max_root_hub)
2214 if (wIndex > r8a66597->max_root_hub)
[all...]
H A Dr8a66597.h133 unsigned int max_root_hub; member in struct:r8a66597

Completed in 100 milliseconds