Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/net/
Dqeth_core.h964 extern const struct device_type qeth_generic_devtype;
Dqeth_l2_main.c836 if (gdev->dev.type == &qeth_generic_devtype) { in qeth_l2_probe_device()
853 if (cgdev->dev.type == &qeth_generic_devtype) in qeth_l2_remove_device()
Dqeth_l3_main.c2594 if (gdev->dev.type == &qeth_generic_devtype) { in qeth_l3_probe_device()
2610 if (cgdev->dev.type == &qeth_generic_devtype) in qeth_l3_remove_device()
Dqeth_core_main.c5615 const struct device_type qeth_generic_devtype = { variable
5619 EXPORT_SYMBOL_GPL(qeth_generic_devtype);
5792 gdev->dev.type = &qeth_generic_devtype; in qeth_core_probe_device()