Lines Matching refs:hv_pci_dev
558 struct hv_pci_dev { struct
609 static struct hv_pci_dev *get_pcichild_wslot(struct hv_pcibus_device *hbus,
612 static void get_pcichild(struct hv_pci_dev *hpdev) in get_pcichild()
617 static void put_pcichild(struct hv_pci_dev *hpdev) in put_pcichild()
693 static void _hv_pcifront_read_config(struct hv_pci_dev *hpdev, int where, in _hv_pcifront_read_config()
754 static u16 hv_pcifront_get_vendor_id(struct hv_pci_dev *hpdev) in hv_pcifront_get_vendor_id()
786 static void _hv_pcifront_write_config(struct hv_pci_dev *hpdev, int where, in _hv_pcifront_write_config()
841 struct hv_pci_dev *hpdev; in hv_pcifront_read_config()
869 struct hv_pci_dev *hpdev; in hv_pcifront_write_config()
1121 struct hv_pci_dev *hpdev; in hv_register_block_invalidate()
1136 static void hv_int_desc_free(struct hv_pci_dev *hpdev, in hv_int_desc_free()
1171 struct hv_pci_dev *hpdev; in hv_msi_free()
1425 struct hv_pci_dev *hpdev; in hv_compose_msi_msg()
1671 struct hv_pci_dev *hpdev; in survey_child_resources()
1748 struct hv_pci_dev *hpdev; in prepopulate_bars()
1854 struct hv_pci_dev *hpdev; in hv_pci_assign_slots()
1878 struct hv_pci_dev *hpdev; in hv_pci_remove_slots()
1895 struct hv_pci_dev *hv_dev; in hv_pci_assign_numa_node()
1940 struct hv_pci_dev *hpdev;
1985 static struct hv_pci_dev *new_pcichild_device(struct hv_pcibus_device *hbus, in new_pcichild_device()
1988 struct hv_pci_dev *hpdev; in new_pcichild_device()
2051 static struct hv_pci_dev *get_pcichild_wslot(struct hv_pcibus_device *hbus, in get_pcichild_wslot()
2055 struct hv_pci_dev *iter, *hpdev = NULL; in get_pcichild_wslot()
2098 struct hv_pci_dev *hpdev; in pci_devices_present_work()
2178 hpdev = list_first_entry(&removed, struct hv_pci_dev, in pci_devices_present_work()
2346 struct hv_pci_dev *hpdev; in hv_eject_device_work()
2355 hpdev = container_of(work, struct hv_pci_dev, wrk); in hv_eject_device_work()
2406 static void hv_pci_eject_device(struct hv_pci_dev *hpdev) in hv_pci_eject_device()
2446 struct hv_pci_dev *hpdev; in hv_pci_onchannelcallback()
2913 struct hv_pci_dev *hpdev; in hv_send_resources_allocated()
2988 struct hv_pci_dev *hpdev; in hv_send_resources_released()
3292 struct hv_pci_dev *hpdev, *tmp; in hv_pci_bus_exit()