Lines Matching defs:index
316 int index;
395 index = 0;
396 new_slot = cpqhp_slot_find(busnumber, device, index++);
399 new_slot = cpqhp_slot_find(busnumber, device, index++);
561 int index = 0;
565 func = cpqhp_slot_find(func->bus, func->device, index++);
671 func = cpqhp_slot_find(func->bus, func->device, index++);
702 int index = 0;
710 func = cpqhp_slot_find(func->bus, func->device, index++);
934 func = cpqhp_slot_find(func->bus, func->device, index++);
959 int index = 0;
963 func = cpqhp_slot_find(func->bus, func->device, index++);
1012 func = cpqhp_slot_find(func->bus, func->device, index++);
1038 int index = 0;
1045 func = cpqhp_slot_find(func->bus, func->device, index++);
1153 func = cpqhp_slot_find(func->bus, func->device, index++);
1178 int i = 10, index;
1273 index = 0;
1277 dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index);
1278 func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++);