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

/linux-master/drivers/s390/net/
H A Dqeth_core_main.c64 static struct device *qeth_core_root_dev; variable in typeref:struct:device
6491 err = ccwgroup_create_dev(qeth_core_root_dev, to_ccwgroupdrv(ddrv), 3,
7109 qeth_core_root_dev = root_device_register("qeth");
7110 rc = PTR_ERR_OR_ZERO(qeth_core_root_dev);
7155 root_device_unregister(qeth_core_root_dev);
7172 root_device_unregister(qeth_core_root_dev);

Completed in 131 milliseconds