Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dtime.c1621 static struct bus_type stp_subsys = { variable
1785 rc = subsys_system_register(&stp_subsys, NULL); in stp_init_sysfs()
1789 rc = device_create_file(stp_subsys.dev_root, *attr); in stp_init_sysfs()
1796 device_remove_file(stp_subsys.dev_root, *attr); in stp_init_sysfs()
1797 bus_unregister(&stp_subsys); in stp_init_sysfs()