Home
last modified time | relevance | path

Searched refs:hv_get_vmbus_root_device (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dhyperv.h1305 struct device *hv_get_vmbus_root_device(void);
/linux/drivers/hv/
H A Dvmbus_drv.c98 struct device *hv_get_vmbus_root_device(void) in hv_get_vmbus_root_device() function
102 EXPORT_SYMBOL_GPL(hv_get_vmbus_root_device);
/linux/drivers/pci/controller/
H A Dpci-hyperv.c915 parent = of_irq_find_parent(hv_get_vmbus_root_device()->of_node); in hv_pci_of_irq_domain_parent()