Lines Matching defs:index
1062 * @index: is %0 for first function found, %1 for the second...
1066 struct pci_func *cpqhp_slot_find(u8 bus, u8 device, u8 index)
1073 if ((func == NULL) || ((func->device == device) && (index == 0)))
1085 if (found == index)
1409 int index;
1565 index = 0;
1567 new_slot = cpqhp_slot_find(ctrl->bus, func->device, index++);
1610 int index;
1635 index = 0;
1636 temp_func = cpqhp_slot_find(func->bus, func->device, index++);
1643 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++);
2031 u8 index = 0;
2039 func = cpqhp_slot_find(ctrl->bus, device, index++);
2074 func = cpqhp_slot_find(ctrl->bus, device, index++);
2217 int index;
2242 index = 0;
2245 new_slot = cpqhp_slot_find(new_slot->bus, new_slot->device, index++);