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

/linux-4.4.14/drivers/hv/
H A Dchannel.c64 * vmbus_open - Open the specified channel.
66 int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size, vmbus_open() function
219 EXPORT_SYMBOL_GPL(vmbus_open); variable
H A Dhv_util.c364 ret = vmbus_open(dev->channel, 4 * PAGE_SIZE, 4 * PAGE_SIZE, NULL, 0, util_probe()
H A Dhv_balloon.c1451 ret = vmbus_open(dev->channel, dm_ring_size, dm_ring_size, NULL, 0, balloon_probe()
/linux-4.4.14/drivers/hid/
H A Dhid-hyperv.c498 ret = vmbus_open(device->channel, mousevsc_probe()
/linux-4.4.14/drivers/input/serio/
H A Dhyperv-keyboard.c374 error = vmbus_open(hv_dev->channel, hv_kbd_probe()
/linux-4.4.14/drivers/video/fbdev/
H A Dhyperv_fb.c452 ret = vmbus_open(hdev->channel, RING_BUFSIZE, RING_BUFSIZE, synthvid_connect_vsp()
/linux-4.4.14/drivers/scsi/
H A Dstorvsc_drv.c604 vmbus_open(new_sc, handle_sc_creation()
1111 ret = vmbus_open(device->channel, storvsc_connect_to_vsp()
/linux-4.4.14/drivers/net/hyperv/
H A Dnetvsc.c1241 ret = vmbus_open(device->channel, ring_size * PAGE_SIZE, netvsc_device_add()
H A Drndis_filter.c1003 ret = vmbus_open(new_sc, nvscdev->ring_size * PAGE_SIZE, netvsc_sc_open()
/linux-4.4.14/include/linux/
H A Dhyperv.h864 extern int vmbus_open(struct vmbus_channel *channel,

Completed in 440 milliseconds