Lines Matching refs:hv_pcibus_device
450 struct hv_pcibus_device { struct
500 struct hv_pcibus_device *bus; argument
539 struct hv_pcibus_device *hbus;
582 static struct hv_pci_dev *get_pcichild_wslot(struct hv_pcibus_device *hbus,
596 static void get_hvpcibus(struct hv_pcibus_device *hv_pcibus);
597 static void put_hvpcibus(struct hv_pcibus_device *hv_pcibus);
815 struct hv_pcibus_device *hbus = in hv_pcifront_read_config()
816 container_of(bus->sysdata, struct hv_pcibus_device, sysdata); in hv_pcifront_read_config()
843 struct hv_pcibus_device *hbus = in hv_pcifront_write_config()
844 container_of(bus->sysdata, struct hv_pcibus_device, sysdata); in hv_pcifront_write_config()
944 struct hv_pcibus_device *hbus = in hv_read_config_block()
945 container_of(pdev->bus->sysdata, struct hv_pcibus_device, in hv_read_config_block()
1024 struct hv_pcibus_device *hbus = in hv_write_config_block()
1025 container_of(pdev->bus->sysdata, struct hv_pcibus_device, in hv_write_config_block()
1094 struct hv_pcibus_device *hbus = in hv_register_block_invalidate()
1095 container_of(pdev->bus->sysdata, struct hv_pcibus_device, in hv_register_block_invalidate()
1150 struct hv_pcibus_device *hbus; in hv_msi_free()
1225 struct hv_pcibus_device *hbus; in hv_irq_unmask()
1238 hbus = container_of(pbus->sysdata, struct hv_pcibus_device, sysdata); in hv_irq_unmask()
1403 struct hv_pcibus_device *hbus; in hv_compose_msi_msg()
1437 hbus = container_of(pbus->sysdata, struct hv_pcibus_device, sysdata); in hv_compose_msi_msg()
1630 static int hv_pcie_init_irq_domain(struct hv_pcibus_device *hbus) in hv_pcie_init_irq_domain()
1676 static void survey_child_resources(struct hv_pcibus_device *hbus) in survey_child_resources()
1748 static void prepopulate_bars(struct hv_pcibus_device *hbus) in prepopulate_bars()
1859 static void hv_pci_assign_slots(struct hv_pcibus_device *hbus) in hv_pci_assign_slots()
1883 static void hv_pci_remove_slots(struct hv_pcibus_device *hbus) in hv_pci_remove_slots()
1898 static void hv_pci_assign_numa_node(struct hv_pcibus_device *hbus) in hv_pci_assign_numa_node()
1931 static int create_root_hv_pci_bus(struct hv_pcibus_device *hbus) in create_root_hv_pci_bus()
2003 static struct hv_pci_dev *new_pcichild_device(struct hv_pcibus_device *hbus, in new_pcichild_device()
2069 static struct hv_pci_dev *get_pcichild_wslot(struct hv_pcibus_device *hbus, in get_pcichild_wslot()
2117 struct hv_pcibus_device *hbus; in pci_devices_present_work()
2241 static int hv_pci_start_relations_work(struct hv_pcibus_device *hbus, in hv_pci_start_relations_work()
2290 static void hv_pci_devices_present(struct hv_pcibus_device *hbus, in hv_pci_devices_present()
2325 static void hv_pci_devices_present2(struct hv_pcibus_device *hbus, in hv_pci_devices_present2()
2368 struct hv_pcibus_device *hbus; in hv_eject_device_work()
2433 struct hv_pcibus_device *hbus = hpdev->hbus; in hv_pci_eject_device()
2459 struct hv_pcibus_device *hbus = context; in hv_pci_onchannelcallback()
2618 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_protocol_negotiation()
2690 static void hv_pci_free_bridge_windows(struct hv_pcibus_device *hbus) in hv_pci_free_bridge_windows()
2735 static int hv_pci_allocate_bridge_windows(struct hv_pcibus_device *hbus) in hv_pci_allocate_bridge_windows()
2800 static int hv_allocate_config_window(struct hv_pcibus_device *hbus) in hv_allocate_config_window()
2826 static void hv_free_config_window(struct hv_pcibus_device *hbus) in hv_free_config_window()
2841 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_enter_d0()
2897 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_query_relations()
2937 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_allocated()
3014 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_released()
3044 static void get_hvpcibus(struct hv_pcibus_device *hbus) in get_hvpcibus()
3049 static void put_hvpcibus(struct hv_pcibus_device *hbus) in put_hvpcibus()
3107 struct hv_pcibus_device *hbus; in hv_pci_probe()
3318 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_bus_exit()
3391 struct hv_pcibus_device *hbus; in hv_pci_remove()
3436 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_suspend()
3504 static void hv_pci_restore_msi_state(struct hv_pcibus_device *hbus) in hv_pci_restore_msi_state()
3511 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_resume()