Searched refs:SBPROF_TB_MAJOR (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/sibyte/common/ |
H A D | sb_tbprof.c | 47 #define SBPROF_TB_MAJOR 240 macro 548 if (register_chrdev(SBPROF_TB_MAJOR, DEVNAME, &sbprof_tb_fops)) { in sbprof_tb_init() 550 SBPROF_TB_MAJOR); in sbprof_tb_init() 558 dev = device_create(&tb_class, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb"); in sbprof_tb_init() 575 unregister_chrdev(SBPROF_TB_MAJOR, DEVNAME); in sbprof_tb_init() 582 device_destroy(&tb_class, MKDEV(SBPROF_TB_MAJOR, 0)); in sbprof_tb_cleanup() 583 unregister_chrdev(SBPROF_TB_MAJOR, DEVNAME); in sbprof_tb_cleanup() 590 MODULE_ALIAS_CHARDEV_MAJOR(SBPROF_TB_MAJOR);
|