Lines Matching full:vmbus
3 * uio_hv_generic - generic UIO driver for VMBus
13 * > /sys/bus/vmbus/drivers/uio_hv_generic/new_id
16 * > /sys/bus/vmbus/drivers/hv_netvsc/unbind
18 * > /sys/bus/vmbus/drivers/uio_hv_generic/bind
37 #define DRIVER_DESC "Generic UIO driver for VMBus devices"
125 * from vmbus when the primary channel is rescinded. in hv_uio_rescind()
127 * Unregister the device from vmbus here. in hv_uio_rescind()
159 /* Callback from VMBUS subsystem when new channel created. */
204 /* VMBus primary channel is opened on first use */
229 /* VMBus primary channel is closed on last close */
256 dev_err(&dev->device, "vmbus channel requires hypercall\n"); in hv_uio_probe()