Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c59 #define SBPROF_TB_MAJOR 240 macro
559 if (register_chrdev(SBPROF_TB_MAJOR, DEVNAME, &sbprof_tb_fops)) { in sbprof_tb_init()
561 SBPROF_TB_MAJOR); in sbprof_tb_init()
573 dev = device_create(tbc, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb"); in sbprof_tb_init()
590 unregister_chrdev(SBPROF_TB_MAJOR, DEVNAME); in sbprof_tb_init()
597 device_destroy(tb_class, MKDEV(SBPROF_TB_MAJOR, 0)); in sbprof_tb_cleanup()
598 unregister_chrdev(SBPROF_TB_MAJOR, DEVNAME); in sbprof_tb_cleanup()
605 MODULE_ALIAS_CHARDEV_MAJOR(SBPROF_TB_MAJOR);