Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/serio/
Dhyperv-keyboard.c343 error = vmbus_open(hv_dev->channel, in hv_kbd_probe()
/Linux-v5.4/drivers/hv/
Dchannel.c251 int vmbus_open(struct vmbus_channel *newchannel, in vmbus_open() function
270 EXPORT_SYMBOL_GPL(vmbus_open);
Dhv_util.c416 ret = vmbus_open(dev->channel, 4 * PAGE_SIZE, 4 * PAGE_SIZE, NULL, 0, in util_probe()
Dhv_trace.h135 TRACE_EVENT(vmbus_open,
Dhv_balloon.c1574 ret = vmbus_open(dev->channel, dm_ring_size, dm_ring_size, NULL, 0, in balloon_connect_vsp()
/Linux-v5.4/drivers/uio/
Duio_hv_generic.c160 ret = vmbus_open(new_sc, ring_bytes, ring_bytes, NULL, 0, in hv_uio_new_channel()
/Linux-v5.4/drivers/hid/
Dhid-hyperv.c454 ret = vmbus_open(device->channel, in mousevsc_probe()
/Linux-v5.4/drivers/scsi/
Dstorvsc_drv.c638 ret = vmbus_open(new_sc, in handle_sc_creation()
1192 ret = vmbus_open(device->channel, in storvsc_connect_to_vsp()
/Linux-v5.4/net/vmw_vsock/
Dhyperv_transport.c402 ret = vmbus_open(chan, sndbuf, rcvbuf, NULL, 0, hvs_channel_cb, in hvs_open_connection()
/Linux-v5.4/include/linux/
Dhyperv.h1073 extern int vmbus_open(struct vmbus_channel *channel,
/Linux-v5.4/drivers/video/fbdev/
Dhyperv_fb.c443 ret = vmbus_open(hdev->channel, RING_BUFSIZE, RING_BUFSIZE, in synthvid_connect_vsp()
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc.c1402 ret = vmbus_open(device->channel, netvsc_ring_bytes, in netvsc_device_add()
Drndis_filter.c1110 ret = vmbus_open(new_sc, netvsc_ring_bytes, in netvsc_sc_open()
/Linux-v5.4/drivers/pci/controller/
Dpci-hyperv.c2926 ret = vmbus_open(hdev->channel, pci_ring_size, pci_ring_size, NULL, 0, in hv_pci_probe()