Lines Matching defs:index
314 int index;
393 index = 0;
394 new_slot = cpqhp_slot_find(busnumber, device, index++);
397 new_slot = cpqhp_slot_find(busnumber, device, index++);
559 int index = 0;
563 func = cpqhp_slot_find(func->bus, func->device, index++);
669 func = cpqhp_slot_find(func->bus, func->device, index++);
700 int index = 0;
708 func = cpqhp_slot_find(func->bus, func->device, index++);
932 func = cpqhp_slot_find(func->bus, func->device, index++);
957 int index = 0;
961 func = cpqhp_slot_find(func->bus, func->device, index++);
1010 func = cpqhp_slot_find(func->bus, func->device, index++);
1036 int index = 0;
1043 func = cpqhp_slot_find(func->bus, func->device, index++);
1151 func = cpqhp_slot_find(func->bus, func->device, index++);
1176 int i = 10, index;
1271 index = 0;
1275 dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index);
1276 func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++);