Symbol: vmbus_open
drivers/gpu/drm/hyperv/hyperv_drm_proto.c
476
ret = vmbus_open(hdev->channel, VMBUS_RING_BUFSIZE, VMBUS_RING_BUFSIZE,
drivers/hid/hid-hyperv.c
476
ret = vmbus_open(device->channel,
drivers/hid/hid-hyperv.c
560
ret = vmbus_open(dev->channel,
drivers/hv/channel.c
823
EXPORT_SYMBOL_GPL(vmbus_open);
drivers/hv/hv_balloon.c
1731
ret = vmbus_open(dev->channel, dm_ring_size, dm_ring_size, NULL, 0,
drivers/hv/hv_trace.h
148
TRACE_EVENT(vmbus_open,
drivers/hv/hv_util.c
610
ret = vmbus_open(dev->channel, HV_UTIL_RING_SEND_SIZE,
drivers/hv/hv_util.c
675
ret = vmbus_open(dev->channel, HV_UTIL_RING_SEND_SIZE,
drivers/input/serio/hyperv-keyboard.c
343
error = vmbus_open(hv_dev->channel,
drivers/input/serio/hyperv-keyboard.c
392
ret = vmbus_open(hv_dev->channel,
drivers/net/hyperv/netvsc.c
1826
ret = vmbus_open(device->channel, netvsc_ring_bytes,
drivers/net/hyperv/rndis_filter.c
1265
ret = vmbus_open(new_sc, netvsc_ring_bytes,
drivers/pci/controller/pci-hyperv.c
3796
ret = vmbus_open(hdev->channel, pci_ring_size, pci_ring_size, NULL, 0,
drivers/pci/controller/pci-hyperv.c
4101
ret = vmbus_open(hdev->channel, pci_ring_size, pci_ring_size, NULL, 0,
drivers/scsi/storvsc_drv.c
1343
ret = vmbus_open(device->channel,
drivers/scsi/storvsc_drv.c
698
ret = vmbus_open(new_sc,
drivers/uio/uio_hv_generic.c
178
ret = vmbus_open(new_sc, ring_bytes, ring_bytes, NULL, 0,
include/linux/hyperv.h
1172
extern int vmbus_open(struct vmbus_channel *channel,
net/vmw_vsock/hyperv_transport.c
386
ret = vmbus_open(chan, sndbuf, rcvbuf, NULL, 0, hvs_channel_cb,