Lines Matching full:vmbus
224 return sprintf(buf, "vmbus:%*phN\n", UUID_SIZE, &hv_dev->dev_type); in modalias_show()
614 /* Set up per device attributes in /sys/bus/vmbus/devices/<bus device> */
681 * This routine is invoked when a device is added or removed on the vmbus to
685 * The alias string will be of the form vmbus:guid where guid is the string
692 const char *format = "MODALIAS=vmbus:%*phN"; in vmbus_uevent()
874 * vmbus_probe - Add the new vmbus's child device
900 * vmbus_remove - Remove a vmbus device
918 * vmbus_shutdown - Shutdown a vmbus device
938 * vmbus_suspend - Suspend a vmbus device
957 * vmbus_resume - Resume a vmbus device
980 * vmbus_device_release - Final callback release of the vmbus child device
999 * shouldn't suspend the vmbus devices upon Suspend-to-Idle, otherwise there
1016 .name = "vmbus",
1247 /* Special case - vmbus channel protocol msg */ in vmbus_chan_sched()
1416 * vmbus_bus_init -Main vmbus driver initialization routine.
1419 * - initialize the vmbus driver context
1420 * - invoke the vmbus hv main init routine
1449 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "hyperv/vmbus:online", in vmbus_bus_init()
1498 * the VMbus channel connection to prevent any VMbus in vmbus_bus_init()
1522 * __vmbus_child_driver_register() - Register a vmbus's driver
1528 * and sets up the hyper-v vmbus handling for this driver.
1557 * vmbus_driver_unregister() - Unregister a vmbus's driver
1979 * on the vmbus.
2054 * from the vmbus.
2072 * VMBUS is an acpi enumerated device. Get the information we
2113 /* ARM64 INTID for VMbus */ in vmbus_walk_resources()
2239 * This function walks the resources granted to VMBus by the
2359 * Some ancestor of the vmbus acpi device (Gen1 or Gen2 in vmbus_acpi_add()
2500 pr_err("Some vmbus device is missing after suspending?\n"); in vmbus_bus_resume()
2513 {"VMBUS", 0},
2514 {"VMBus", 0},
2541 .name = "vmbus",
2706 MODULE_DESCRIPTION("Microsoft Hyper-V VMBus Driver");