Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/net/
Dctcm_main.c61 static struct device *ctcm_root_dev; variable
1780 err = ccwgroup_create_dev(ctcm_root_dev, &ctcm_group_driver, 2, buf); in group_store()
1811 root_device_unregister(ctcm_root_dev); in ctcm_exit()
1839 ctcm_root_dev = root_device_register("ctcm"); in ctcm_init()
1840 ret = PTR_ERR_OR_ZERO(ctcm_root_dev); in ctcm_init()
1856 root_device_unregister(ctcm_root_dev); in ctcm_init()