Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/input/serio/
H A Dhyperv-keyboard.c345 error = vmbus_open(hv_dev->channel, in hv_kbd_probe()
396 ret = vmbus_open(hv_dev->channel, in hv_kbd_resume()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dhyperv-keyboard.c345 error = vmbus_open(hv_dev->channel, in hv_kbd_probe()
394 ret = vmbus_open(hv_dev->channel, in hv_kbd_resume()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-hyperv.c460 ret = vmbus_open(device->channel, in mousevsc_probe()
561 ret = vmbus_open(dev->channel, in mousevsc_resume()
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_util.c536 ret = vmbus_open(dev->channel, HV_UTIL_RING_SEND_SIZE, in util_probe()
596 ret = vmbus_open(dev->channel, HV_UTIL_RING_SEND_SIZE, in util_resume()
H A Dchannel.c644 * vmbus_open - Open the specified channel.
646 int vmbus_open(struct vmbus_channel *newchannel, in vmbus_open() function
665 EXPORT_SYMBOL_GPL(vmbus_open); variable
766 * util_probe() -> vmbus_open() returns -ENOMEM) and the device is in vmbus_close_internal()
H A Dhv_trace.h133 TRACE_EVENT(vmbus_open,
H A Dhv_balloon.c1575 ret = vmbus_open(dev->channel, dm_ring_size, dm_ring_size, NULL, 0, in balloon_connect_vsp()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-hyperv.c448 ret = vmbus_open(device->channel, in mousevsc_probe()
547 ret = vmbus_open(dev->channel, in mousevsc_resume()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_util.c589 ret = vmbus_open(dev->channel, HV_UTIL_RING_SEND_SIZE, in util_probe()
647 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.c802 * vmbus_open - Open the specified channel.
804 int vmbus_open(struct vmbus_channel *newchannel, in vmbus_open() function
823 EXPORT_SYMBOL_GPL(vmbus_open); variable
932 * util_probe() -> vmbus_open() returns -ENOMEM) and the device is in vmbus_close_internal()
/kernel/linux/linux-6.6/drivers/uio/
H A Duio_hv_generic.c124 * The ring buffer is allocated as contiguous memory by vmbus_open
160 ret = vmbus_open(new_sc, ring_bytes, ring_bytes, NULL, 0, in hv_uio_new_channel()
163 dev_err(device, "vmbus_open subchannel failed: %d\n", ret); in hv_uio_new_channel()
/kernel/linux/linux-5.10/drivers/uio/
H A Duio_hv_generic.c125 * The ring buffer is allocated as contiguous memory by vmbus_open
161 ret = vmbus_open(new_sc, ring_bytes, ring_bytes, NULL, 0, in hv_uio_new_channel()
164 dev_err(device, "vmbus_open subchannel failed: %d\n", ret); in hv_uio_new_channel()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dhyperv_transport.c375 ret = vmbus_open(chan, sndbuf, rcvbuf, NULL, 0, hvs_channel_cb, in hvs_open_connection()
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dhyperv_transport.c386 ret = vmbus_open(chan, sndbuf, rcvbuf, NULL, 0, hvs_channel_cb, in hvs_open_connection()
/kernel/linux/linux-5.10/include/linux/
H A Dhyperv.h1123 extern int vmbus_open(struct vmbus_channel *channel,
/kernel/linux/linux-5.10/drivers/scsi/
H A Dstorvsc_drv.c706 ret = vmbus_open(new_sc, in handle_sc_creation()
713 /* In case vmbus_open() fails, we don't use the sub-channel. */ in handle_sc_creation()
1288 ret = vmbus_open(device->channel, in storvsc_connect_to_vsp()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dstorvsc_drv.c690 ret = vmbus_open(new_sc, in handle_sc_creation()
697 /* In case vmbus_open() fails, we don't use the sub-channel. */ in handle_sc_creation()
1332 ret = vmbus_open(device->channel, in storvsc_connect_to_vsp()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-hyperv.c3227 ret = vmbus_open(hdev->channel, pci_ring_size, pci_ring_size, NULL, 0, in hv_pci_probe()
3519 ret = vmbus_open(hdev->channel, pci_ring_size, pci_ring_size, NULL, 0, in hv_pci_resume()
/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Drndis_filter.c1173 ret = vmbus_open(new_sc, netvsc_ring_bytes, in netvsc_sc_open()
H A Dnetvsc.c1533 ret = vmbus_open(device->channel, netvsc_ring_bytes, in netvsc_device_add()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dhyperv_fb.c628 ret = vmbus_open(hdev->channel, RING_BUFSIZE, RING_BUFSIZE, in synthvid_connect_vsp()
/kernel/linux/linux-6.6/include/linux/
H A Dhyperv.h1182 extern int vmbus_open(struct vmbus_channel *channel,
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dhyperv_fb.c620 ret = vmbus_open(hdev->channel, RING_BUFSIZE, RING_BUFSIZE, in synthvid_connect_vsp()

Completed in 42 milliseconds

12