Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dvmbus_drv.c1138 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio() function
1192 EXPORT_SYMBOL_GPL(vmbus_allocate_mmio);
/linux-4.4.14/include/linux/
Dhyperv.h999 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
/linux-4.4.14/drivers/video/fbdev/
Dhyperv_fb.c708 ret = vmbus_allocate_mmio(&par->mem, hdev, pot_start, pot_end, in hvfb_getmem()