SBPROF_TB_MAJOR 547 arch/mips/sibyte/common/sb_tbprof.c if (register_chrdev(SBPROF_TB_MAJOR, DEVNAME, &sbprof_tb_fops)) { SBPROF_TB_MAJOR 549 arch/mips/sibyte/common/sb_tbprof.c SBPROF_TB_MAJOR); SBPROF_TB_MAJOR 561 arch/mips/sibyte/common/sb_tbprof.c dev = device_create(tbc, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb"); SBPROF_TB_MAJOR 578 arch/mips/sibyte/common/sb_tbprof.c unregister_chrdev(SBPROF_TB_MAJOR, DEVNAME); SBPROF_TB_MAJOR 585 arch/mips/sibyte/common/sb_tbprof.c device_destroy(tb_class, MKDEV(SBPROF_TB_MAJOR, 0)); SBPROF_TB_MAJOR 586 arch/mips/sibyte/common/sb_tbprof.c unregister_chrdev(SBPROF_TB_MAJOR, DEVNAME); SBPROF_TB_MAJOR 593 arch/mips/sibyte/common/sb_tbprof.c MODULE_ALIAS_CHARDEV_MAJOR(SBPROF_TB_MAJOR);