Searched refs:vmbus_allocate_mmio (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/hyperv/ |
D | hyperv_drm_drv.c | 82 ret = vmbus_allocate_mmio(&hv->mem, hdev, 0, -1, hv->fb_size, 0x100000, in hyperv_setup_vram()
|
/linux-6.1.9/drivers/pci/controller/ |
D | pci-hyperv.c | 3153 ret = vmbus_allocate_mmio(&hbus->low_mmio_res, hbus->hdev, 0, in hv_pci_allocate_bridge_windows() 3172 ret = vmbus_allocate_mmio(&hbus->high_mmio_res, hbus->hdev, in hv_pci_allocate_bridge_windows() 3217 ret = vmbus_allocate_mmio(&hbus->mem_config, hbus->hdev, 0, -1, in hv_allocate_config_window()
|
/linux-6.1.9/include/linux/ |
D | hyperv.h | 1356 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
|
/linux-6.1.9/drivers/hv/ |
D | vmbus_drv.c | 2328 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() function 2397 EXPORT_SYMBOL_GPL(vmbus_allocate_mmio);
|
/linux-6.1.9/drivers/video/fbdev/ |
D | hyperv_fb.c | 1048 ret = vmbus_allocate_mmio(&par->mem, hdev, 0, -1, in hvfb_getmem()
|