Lines Matching refs:device_count
348 u32 device_count; member
354 u32 device_count; member
547 u32 device_count; member
548 struct hv_pcidev_description func[] __counted_by(device_count);
2741 for (child_no = 0; child_no < dr->device_count; child_no++) { in pci_devices_present_work()
2879 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present()
2884 dr->device_count = relations->device_count; in hv_pci_devices_present()
2885 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present()
2914 dr = kzalloc(struct_size(dr, func, relations->device_count), in hv_pci_devices_present2()
2919 dr->device_count = relations->device_count; in hv_pci_devices_present2()
2920 for (i = 0; i < dr->device_count; i++) { in hv_pci_devices_present2()
3125 bus_rel->device_count)) { in hv_pci_onchannelcallback()
3140 bus_rel2->device_count)) { in hv_pci_onchannelcallback()