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

/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c1123 int curr_slot, free_slot; local
1147 for (curr_slot = 0; curr_slot < slot_num; curr_slot++) {
1148 if ((free_slot == -1) && (slots[curr_slot].qtd == NULL))
1149 free_slot = curr_slot;
1150 if (slots[curr_slot].qh == qh)
1173 if ((curr_slot > 31) && (free_slot == -1))
1178 if ((curr_slot > slot_num - 1) && (free_slot > -1)) {
1186 curr_slot
[all...]

Completed in 134 milliseconds