Home
last modified time | relevance | path

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

/arch/mips/sibyte/common/
A Dsb_tbprof.c538 static const struct class tb_class = { variable
554 err = class_register(&tb_class); in sbprof_tb_init()
558 dev = device_create(&tb_class, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb"); in sbprof_tb_init()
573 class_unregister(&tb_class); in sbprof_tb_init()
582 device_destroy(&tb_class, MKDEV(SBPROF_TB_MAJOR, 0)); in sbprof_tb_cleanup()
584 class_unregister(&tb_class); in sbprof_tb_cleanup()

Completed in 4 milliseconds