Searched refs:ports_max (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Drh.c77 size = wusbhc->ports_max + 1 /* hub bit */;
79 for (cnt = 0; cnt < wusbhc->ports_max; cnt++)
100 u16 temp = 1 + (wusbhc->ports_max / 8);
107 descr->bNbrPorts = wusbhc->ports_max;
168 if (port_idx > wusbhc->ports_max)
213 if (port_idx > wusbhc->ports_max)
261 if (port_idx > wusbhc->ports_max)
363 port_size = wusbhc->ports_max * sizeof(wusbhc->port[0]);
367 for (itr = 0; itr < wusbhc->ports_max; itr++)
H A Ddevconnect.c199 for (idx = 0; idx < wusbhc->ports_max; idx++) {
206 for (idx = 0; idx < wusbhc->ports_max; idx++) {
212 if (idx >= wusbhc->ports_max) {
215 wusbhc->ports_max, pr_cdid);
308 keep_alives < WUIE_ELT_MAX && cnt < wusbhc->ports_max;
371 if (port < 0 || port >= wusbhc->ports_max)
377 for (p = 0; p < wusbhc->ports_max; p++) {
846 BUG_ON(port_idx > wusbhc->ports_max);
933 for (i = 0; i < wusbhc->ports_max; i++) {
H A Dwusbhc.h120 * caps), referred to in wusbhc->ports_max.
165 * @dev_info This array has ports_max elements. It is used to
174 * @ports_max Number of simultaneous device connections (fake
216 * wusbhc_create(): ports_max, mmcies_max, mmcie_{add,rm}.
240 u8 ports_max; member in struct:wusbhc
H A Dsecurity.c531 for (p = 0; p < wusbhc->ports_max; p++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dhcd.c274 wusbhc->ports_max = USB_MAXCHILDREN;
276 wusbhc->ports_max = whc->n_devices;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dhwa-hc.c690 wusbhc->ports_max = USB_MAXCHILDREN;
692 wusbhc->ports_max = wa->wa_descr->bNumPorts;

Completed in 75 milliseconds