Searched refs:hmcdrv_dev (Results 1 – 1 of 1) sorted by relevance
62 static struct hmcdrv_dev_node hmcdrv_dev; /* HMC device struct (static) */ variable233 hmcdrv_dev.dev.minor = MISC_DYNAMIC_MINOR; in hmcdrv_dev_init()234 hmcdrv_dev.dev.name = HMCDRV_DEV_NAME; in hmcdrv_dev_init()235 hmcdrv_dev.dev.fops = &hmcdrv_dev_fops; in hmcdrv_dev_init()236 hmcdrv_dev.dev.mode = 0; /* finally produces 0600 */ in hmcdrv_dev_init()237 return misc_register(&hmcdrv_dev.dev); in hmcdrv_dev_init()245 misc_deregister(&hmcdrv_dev.dev); in hmcdrv_dev_exit()