Lines Matching refs:device_count
348 u32 device_count; member
354 u32 device_count; member
548 u32 device_count; member
549 struct hv_pcidev_description func[] __counted_by(device_count);
2615 for (child_no = 0; child_no < dr->device_count; child_no++) { in pci_devices_present_work()
2753 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present()
2758 dr->device_count = relations->device_count; in hv_pci_devices_present()
2759 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present()
2788 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present2()
2793 dr->device_count = relations->device_count; in hv_pci_devices_present2()
2794 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present2()
2999 bus_rel->device_count)) { in hv_pci_onchannelcallback()
3014 bus_rel2->device_count)) { in hv_pci_onchannelcallback()