scm_root           18 drivers/s390/cio/scm.c static struct device *scm_root;
scm_root          147 drivers/s390/cio/scm.c 	scmdev->dev.parent = scm_root;
scm_root          280 drivers/s390/cio/scm.c 	scm_root = root_device_register("scm");
scm_root          281 drivers/s390/cio/scm.c 	if (IS_ERR(scm_root)) {
scm_root          283 drivers/s390/cio/scm.c 		return PTR_ERR(scm_root);