Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
H A Dhyperv-keyboard.c343 error = vmbus_open(hv_dev->channel, in hv_kbd_probe()
392 ret = vmbus_open(hv_dev->channel, in hv_kbd_resume()
/linux/drivers/hv/
H A Dhv_util.c610 ret = vmbus_open(dev->channel, HV_UTIL_RING_SEND_SIZE, in util_probe()
675 ret = vmbus_open(dev->channel, HV_UTIL_RING_SEND_SIZE, in util_resume()
H A Dhv_trace.h148 TRACE_EVENT(vmbus_open,
H A Dchannel.c804 int vmbus_open(struct vmbus_channel *newchannel, in vmbus_open() function
823 EXPORT_SYMBOL_GPL(vmbus_open);
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c481 ret = vmbus_open(hdev->channel, VMBUS_RING_BUFSIZE, VMBUS_RING_BUFSIZE, in hyperv_connect_vsp()
/linux/net/vmw_vsock/
H A Dhyperv_transport.c386 ret = vmbus_open(chan, sndbuf, rcvbuf, NULL, 0, hvs_channel_cb, in hvs_open_connection()
/linux/drivers/scsi/
H A Dstorvsc_drv.c698 ret = vmbus_open(new_sc, in handle_sc_creation()
1343 ret = vmbus_open(device->channel, in storvsc_connect_to_vsp()
/linux/include/linux/
H A Dhyperv.h1172 extern int vmbus_open(struct vmbus_channel *channel,
/linux/drivers/video/fbdev/
H A Dhyperv_fb.c621 ret = vmbus_open(hdev->channel, RING_BUFSIZE, RING_BUFSIZE, in synthvid_connect_vsp()
/linux/drivers/net/hyperv/
H A Drndis_filter.c1265 ret = vmbus_open(new_sc, netvsc_ring_bytes, in netvsc_sc_open()
H A Dnetvsc.c1827 ret = vmbus_open(device->channel, netvsc_ring_bytes, in netvsc_device_add()