Home
last modified time | relevance | path

Searched refs:mshv_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hv/
H A Dmshv_vtl_main.c184 static struct miscdevice mshv_dev = { variable
1297 struct device *dev = mshv_dev.this_device; in mshv_vtl_init()
1302 ret = misc_register(&mshv_dev); in mshv_vtl_init()
1382 misc_deregister(&mshv_dev); in mshv_vtl_init()
1395 misc_deregister(&mshv_dev); in mshv_vtl_exit()
H A Dmshv_root_main.c102 static struct miscdevice mshv_dev = { variable
2349 ret = misc_register(&mshv_dev); in mshv_parent_partition_init()
2353 dev = mshv_dev.this_device; in mshv_parent_partition_init()
2401 misc_deregister(&mshv_dev); in mshv_parent_partition_init()
2410 misc_deregister(&mshv_dev); in mshv_parent_partition_exit()