Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/kernel/
Dtime.c726 static struct bus_type stp_subsys = { variable
950 rc = subsys_system_register(&stp_subsys, NULL); in stp_init_sysfs()
954 rc = device_create_file(stp_subsys.dev_root, *attr); in stp_init_sysfs()
961 device_remove_file(stp_subsys.dev_root, *attr); in stp_init_sysfs()
962 bus_unregister(&stp_subsys); in stp_init_sysfs()