ports_max         278 drivers/staging/wusbcore/devconnect.c 	for (idx = 0; idx < wusbhc->ports_max; idx++) {
ports_max         285 drivers/staging/wusbcore/devconnect.c 	for (idx = 0; idx < wusbhc->ports_max; idx++) {
ports_max         291 drivers/staging/wusbcore/devconnect.c 	if (idx >= wusbhc->ports_max) {
ports_max         294 drivers/staging/wusbcore/devconnect.c 			wusbhc->ports_max, pr_cdid);
ports_max         401 drivers/staging/wusbcore/devconnect.c 	     keep_alives < WUIE_ELT_MAX && cnt < wusbhc->ports_max;
ports_max         464 drivers/staging/wusbcore/devconnect.c 		if (port < 0 || port >= wusbhc->ports_max)
ports_max         470 drivers/staging/wusbcore/devconnect.c 	for (p = 0; p < wusbhc->ports_max; p++) {
ports_max         955 drivers/staging/wusbcore/devconnect.c 	BUG_ON(port_idx > wusbhc->ports_max);
ports_max        1051 drivers/staging/wusbcore/devconnect.c 	for (i = 0; i < wusbhc->ports_max; i++) {
ports_max         724 drivers/staging/wusbcore/host/hwa-hc.c 		wusbhc->ports_max = USB_MAXCHILDREN;
ports_max         726 drivers/staging/wusbcore/host/hwa-hc.c 		wusbhc->ports_max = wa->wa_descr->bNumPorts;
ports_max         262 drivers/staging/wusbcore/host/whci/hcd.c 		wusbhc->ports_max = USB_MAXCHILDREN;
ports_max         264 drivers/staging/wusbcore/host/whci/hcd.c 		wusbhc->ports_max = whc->n_devices;
ports_max         134 drivers/staging/wusbcore/rh.c 	size = DIV_ROUND_UP(wusbhc->ports_max + 1, 8);
ports_max         139 drivers/staging/wusbcore/rh.c 	for (cnt = 0; cnt < wusbhc->ports_max; cnt++) {
ports_max         165 drivers/staging/wusbcore/rh.c 	u16 temp = 1 + (wusbhc->ports_max / 8);
ports_max         172 drivers/staging/wusbcore/rh.c 	descr->bNbrPorts = wusbhc->ports_max;
ports_max         237 drivers/staging/wusbcore/rh.c 	if (port_idx > wusbhc->ports_max)
ports_max         282 drivers/staging/wusbcore/rh.c 	if (port_idx > wusbhc->ports_max)
ports_max         330 drivers/staging/wusbcore/rh.c 	if (port_idx > wusbhc->ports_max)
ports_max         412 drivers/staging/wusbcore/rh.c 	port_size = wusbhc->ports_max * sizeof(wusbhc->port[0]);
ports_max         416 drivers/staging/wusbcore/rh.c 	for (itr = 0; itr < wusbhc->ports_max; itr++)
ports_max         544 drivers/staging/wusbcore/security.c 	for (port_idx = 0; port_idx < wusbhc->ports_max; port_idx++) {
ports_max         251 drivers/staging/wusbcore/wusbhc.h 	u8 ports_max;