Searched refs:vmbus_open (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/hv/ |
D | hv_util.c | 364 ret = vmbus_open(dev->channel, 4 * PAGE_SIZE, 4 * PAGE_SIZE, NULL, 0, in util_probe()
|
D | channel.c | 66 int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size, in vmbus_open() function 219 EXPORT_SYMBOL_GPL(vmbus_open);
|
D | hv_balloon.c | 1451 ret = vmbus_open(dev->channel, dm_ring_size, dm_ring_size, NULL, 0, in balloon_probe()
|
/linux-4.4.14/drivers/input/serio/ |
D | hyperv-keyboard.c | 374 error = vmbus_open(hv_dev->channel, in hv_kbd_probe()
|
/linux-4.4.14/drivers/hid/ |
D | hid-hyperv.c | 498 ret = vmbus_open(device->channel, in mousevsc_probe()
|
/linux-4.4.14/drivers/scsi/ |
D | storvsc_drv.c | 604 vmbus_open(new_sc, in handle_sc_creation() 1111 ret = vmbus_open(device->channel, in storvsc_connect_to_vsp()
|
/linux-4.4.14/include/linux/ |
D | hyperv.h | 864 extern int vmbus_open(struct vmbus_channel *channel,
|
/linux-4.4.14/drivers/video/fbdev/ |
D | hyperv_fb.c | 452 ret = vmbus_open(hdev->channel, RING_BUFSIZE, RING_BUFSIZE, in synthvid_connect_vsp()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | rndis_filter.c | 1003 ret = vmbus_open(new_sc, nvscdev->ring_size * PAGE_SIZE, in netvsc_sc_open()
|
D | netvsc.c | 1241 ret = vmbus_open(device->channel, ring_size * PAGE_SIZE, in netvsc_device_add()
|