curr_slot         836 drivers/usb/isp1760/isp1760-hcd.c 	int curr_slot, free_slot;
curr_slot         860 drivers/usb/isp1760/isp1760-hcd.c 	for (curr_slot = 0; curr_slot < 32; curr_slot++) {
curr_slot         861 drivers/usb/isp1760/isp1760-hcd.c 		if ((free_slot == -1) && (slots[curr_slot].qtd == NULL))
curr_slot         862 drivers/usb/isp1760/isp1760-hcd.c 			free_slot = curr_slot;
curr_slot         863 drivers/usb/isp1760/isp1760-hcd.c 		if (slots[curr_slot].qh == qh)
curr_slot         892 drivers/usb/isp1760/isp1760-hcd.c 			if ((curr_slot > 31) && (free_slot > -1)) {
curr_slot         900 drivers/usb/isp1760/isp1760-hcd.c 				curr_slot = free_slot;