Searched refs:vmbus_open (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/uio/ |
D | uio_hv_generic.c | 161 ret = vmbus_open(new_sc, ring_bytes, ring_bytes, NULL, 0, in hv_uio_new_channel() 202 ret = vmbus_open(dev->channel, HV_RING_SIZE * PAGE_SIZE, in hv_uio_probe()
|
/Linux-v4.19/drivers/hv/ |
D | channel.c | 85 int vmbus_open(struct vmbus_channel *newchannel, u32 send_ringbuffer_size, in vmbus_open() function 248 EXPORT_SYMBOL_GPL(vmbus_open);
|
D | hv_util.c | 427 ret = vmbus_open(dev->channel, 4 * PAGE_SIZE, 4 * PAGE_SIZE, NULL, 0, in util_probe()
|
D | hv_trace.h | 135 TRACE_EVENT(vmbus_open,
|
D | hv_balloon.c | 1585 ret = vmbus_open(dev->channel, dm_ring_size, dm_ring_size, NULL, 0, in balloon_probe()
|
/Linux-v4.19/drivers/input/serio/ |
D | hyperv-keyboard.c | 374 error = vmbus_open(hv_dev->channel, in hv_kbd_probe()
|
/Linux-v4.19/drivers/hid/ |
D | hid-hyperv.c | 498 ret = vmbus_open(device->channel, in mousevsc_probe()
|
/Linux-v4.19/drivers/scsi/ |
D | storvsc_drv.c | 651 vmbus_open(new_sc, in handle_sc_creation() 1194 ret = vmbus_open(device->channel, in storvsc_connect_to_vsp()
|
/Linux-v4.19/net/vmw_vsock/ |
D | hyperv_transport.c | 375 ret = vmbus_open(chan, RINGBUFFER_HVS_SND_SIZE, in hvs_open_connection()
|
/Linux-v4.19/include/linux/ |
D | hyperv.h | 1025 extern int vmbus_open(struct vmbus_channel *channel,
|
/Linux-v4.19/drivers/video/fbdev/ |
D | hyperv_fb.c | 452 ret = vmbus_open(hdev->channel, RING_BUFSIZE, RING_BUFSIZE, in synthvid_connect_vsp()
|
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc.c | 1378 ret = vmbus_open(device->channel, netvsc_ring_bytes, in netvsc_device_add()
|
D | rndis_filter.c | 1049 ret = vmbus_open(new_sc, netvsc_ring_bytes, in netvsc_sc_open()
|
/Linux-v4.19/drivers/pci/controller/ |
D | pci-hyperv.c | 2548 ret = vmbus_open(hdev->channel, pci_ring_size, pci_ring_size, NULL, 0, in hv_pci_probe()
|