Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dctcm_main.c1200 struct ccwgroup_device *cgdev; in ctcm_irq_handler() local
1210 cgdev = dev_get_drvdata(&cdev->dev); in ctcm_irq_handler()
1216 if (cgdev == NULL) { in ctcm_irq_handler()
1225 priv = dev_get_drvdata(&cgdev->dev); in ctcm_irq_handler()
1308 static int ctcm_probe_device(struct ccwgroup_device *cgdev) in ctcm_probe_device() argument
1314 __func__, cgdev); in ctcm_probe_device()
1316 if (!get_device(&cgdev->dev)) in ctcm_probe_device()
1324 put_device(&cgdev->dev); in ctcm_probe_device()
1328 cgdev->cdev[0]->handler = ctcm_irq_handler; in ctcm_probe_device()
1329 cgdev->cdev[1]->handler = ctcm_irq_handler; in ctcm_probe_device()
[all …]
H A Dctcm_sysfs.c181 struct ccwgroup_device *cgdev; in ctcm_type_show() local
183 cgdev = to_ccwgroupdev(dev); in ctcm_type_show()
184 if (!cgdev) in ctcm_type_show()
188 ctcm_type[cgdev->cdev[0]->id.driver_info]); in ctcm_type_show()
H A Dqeth_l3_main.c1966 static void qeth_l3_remove_device(struct ccwgroup_device *cgdev) in qeth_l3_remove_device() argument
1968 struct qeth_card *card = dev_get_drvdata(&cgdev->dev); in qeth_l3_remove_device()
1970 if (cgdev->dev.type == &qeth_generic_devtype) in qeth_l3_remove_device()
1971 qeth_l3_remove_device_attributes(&cgdev->dev); in qeth_l3_remove_device()
1976 if (cgdev->state == CCWGROUP_ONLINE) in qeth_l3_remove_device()
H A Dlcs.c1953 struct ccwgroup_device *cgdev; in lcs_type_show() local
1955 cgdev = to_ccwgroupdev(dev); in lcs_type_show()
1956 if (!cgdev) in lcs_type_show()
1959 return sprintf(buf, "%s\n", lcs_type[cgdev->cdev[0]->id.driver_info]); in lcs_type_show()