Searched refs:type_index (Results 1 – 3 of 3) sorted by relevance
52 dev->type_index++; in pci_probe()100 dev->type_index++; in isa_probe()
55 int type_index; /* Index of this device (within type) */ member
1459 int type_index; in is_ctrl() local1462 type_index = 0; in is_ctrl()1464 while (ctrltypes[type_index] != NULL) { in is_ctrl()1465 if (libdiskmgt_str_eq(type, ctrltypes[type_index])) { in is_ctrl()1468 type_index++; in is_ctrl()