Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/net/
Dqeth_core_main.c62 static struct device *qeth_core_root_dev; variable
5908 err = ccwgroup_create_dev(qeth_core_root_dev, to_ccwgroupdrv(ddrv), 3, in group_store()
6618 qeth_core_root_dev = root_device_register("qeth"); in qeth_core_init()
6619 rc = PTR_ERR_OR_ZERO(qeth_core_root_dev); in qeth_core_init()
6650 root_device_unregister(qeth_core_root_dev); in qeth_core_init()
6668 root_device_unregister(qeth_core_root_dev); in qeth_core_exit()