Lines Matching defs:device_count
331 uint32_t device_count;
337 uint32_t device_count;
474 uint32_t device_count;
759 for (child_no = 0; child_no < dr->device_count; child_no++) {
832 if (hbus->detaching && relations->device_count > 0)
836 (sizeof(struct pci_func_desc) * relations->device_count);
839 dr->device_count = relations->device_count;
840 if (dr->device_count != 0)
842 sizeof(struct hv_pcidev_desc) * dr->device_count);
862 if (hbus->detaching && relations->device_count > 0)
866 (sizeof(struct pci_func_desc2) * relations->device_count);
869 dr->device_count = relations->device_count;
870 if (dr->device_count != 0)
872 sizeof(struct pci_func_desc2) * dr->device_count);
991 if (bus_rel->device_count == 0)
997 (bus_rel->device_count)))
1006 if (bus_rel2->device_count == 0)
1012 (bus_rel2->device_count)))