Searched refs:vmbus_allocate_mmio (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_drv.c | 77 ret = vmbus_allocate_mmio(&hv->mem, hdev, 0, -1, hv->fb_size, 0x100000, in hyperv_setup_vram()
|
/linux/drivers/hv/ |
H A D | vmbus_drv.c | 2181 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() function 2250 EXPORT_SYMBOL_GPL(vmbus_allocate_mmio);
|
/linux/include/linux/ |
H A D | hyperv.h | 1360 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
|
/linux/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 1047 ret = vmbus_allocate_mmio(&par->mem, hdev, 0, -1, in hvfb_getmem()
|