Lines Matching refs:hv_pci_dev
552 struct hv_pci_dev { struct
960 static struct hv_pci_dev *get_pcichild_wslot(struct hv_pcibus_device *hbus,
963 static void get_pcichild(struct hv_pci_dev *hpdev) in get_pcichild()
968 static void put_pcichild(struct hv_pci_dev *hpdev) in put_pcichild()
1108 static void _hv_pcifront_read_config(struct hv_pci_dev *hpdev, int where, in _hv_pcifront_read_config()
1181 static u16 hv_pcifront_get_vendor_id(struct hv_pci_dev *hpdev) in hv_pcifront_get_vendor_id()
1226 static void _hv_pcifront_write_config(struct hv_pci_dev *hpdev, int where, in _hv_pcifront_write_config()
1293 struct hv_pci_dev *hpdev; in hv_pcifront_read_config()
1321 struct hv_pci_dev *hpdev; in hv_pcifront_write_config()
1573 struct hv_pci_dev *hpdev; in hv_register_block_invalidate()
1588 static void hv_int_desc_free(struct hv_pci_dev *hpdev, in hv_int_desc_free()
1627 struct hv_pci_dev *hpdev; in hv_msi_free()
1817 struct hv_pci_dev *hpdev; in hv_compose_msi_msg()
2131 struct hv_pci_dev *hpdev; in survey_child_resources()
2208 struct hv_pci_dev *hpdev; in prepopulate_bars()
2319 struct hv_pci_dev *hpdev; in hv_pci_assign_slots()
2343 struct hv_pci_dev *hpdev; in hv_pci_remove_slots()
2360 struct hv_pci_dev *hv_dev; in hv_pci_assign_numa_node()
2414 struct hv_pci_dev *hpdev;
2461 static struct hv_pci_dev *new_pcichild_device(struct hv_pcibus_device *hbus, in new_pcichild_device()
2464 struct hv_pci_dev *hpdev; in new_pcichild_device()
2527 static struct hv_pci_dev *get_pcichild_wslot(struct hv_pcibus_device *hbus, in get_pcichild_wslot()
2531 struct hv_pci_dev *iter, *hpdev = NULL; in get_pcichild_wslot()
2574 struct hv_pci_dev *hpdev; in pci_devices_present_work()
2656 hpdev = list_first_entry(&removed, struct hv_pci_dev, in pci_devices_present_work()
2826 struct hv_pci_dev *hpdev; in hv_eject_device_work()
2835 hpdev = container_of(work, struct hv_pci_dev, wrk); in hv_eject_device_work()
2888 static void hv_pci_eject_device(struct hv_pci_dev *hpdev) in hv_pci_eject_device()
2928 struct hv_pci_dev *hpdev; in hv_pci_onchannelcallback()
3474 struct hv_pci_dev *hpdev; in hv_send_resources_allocated()
3549 struct hv_pci_dev *hpdev; in hv_send_resources_released()
3813 struct hv_pci_dev *hpdev, *tmp; in hv_pci_bus_exit()