Home
last modified time | relevance | path

Searched refs:vmbus_open (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/hv/
Dhv_util.c364 ret = vmbus_open(dev->channel, 4 * PAGE_SIZE, 4 * PAGE_SIZE, NULL, 0, in util_probe()
Dchannel.c66 int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size, in vmbus_open() function
219 EXPORT_SYMBOL_GPL(vmbus_open);
Dhv_balloon.c1451 ret = vmbus_open(dev->channel, dm_ring_size, dm_ring_size, NULL, 0, in balloon_probe()
/linux-4.4.14/drivers/input/serio/
Dhyperv-keyboard.c374 error = vmbus_open(hv_dev->channel, in hv_kbd_probe()
/linux-4.4.14/drivers/hid/
Dhid-hyperv.c498 ret = vmbus_open(device->channel, in mousevsc_probe()
/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c604 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/
Dhyperv.h864 extern int vmbus_open(struct vmbus_channel *channel,
/linux-4.4.14/drivers/video/fbdev/
Dhyperv_fb.c452 ret = vmbus_open(hdev->channel, RING_BUFSIZE, RING_BUFSIZE, in synthvid_connect_vsp()
/linux-4.4.14/drivers/net/hyperv/
Drndis_filter.c1003 ret = vmbus_open(new_sc, nvscdev->ring_size * PAGE_SIZE, in netvsc_sc_open()
Dnetvsc.c1241 ret = vmbus_open(device->channel, ring_size * PAGE_SIZE, in netvsc_device_add()