Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dtime.c683 static struct bus_type stp_subsys = { variable
847 rc = subsys_system_register(&stp_subsys, NULL); in stp_init_sysfs()
851 rc = device_create_file(stp_subsys.dev_root, *attr); in stp_init_sysfs()
858 device_remove_file(stp_subsys.dev_root, *attr); in stp_init_sysfs()
859 bus_unregister(&stp_subsys); in stp_init_sysfs()