Searched refs:vmbus_allocate_mmio (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 2742 ret = vmbus_allocate_mmio(&hbus->low_mmio_res, hbus->hdev, 0, in hv_pci_allocate_bridge_windows() 2762 ret = vmbus_allocate_mmio(&hbus->high_mmio_res, hbus->hdev, in hv_pci_allocate_bridge_windows() 2808 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hyperv.h | 1282 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | vmbus_drv.c | 2249 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() function 2318 EXPORT_SYMBOL_GPL(vmbus_allocate_mmio);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | hyperv_fb.c | 1061 ret = vmbus_allocate_mmio(&par->mem, hdev, 0, -1, in hvfb_getmem()
|