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

/linux-master/drivers/s390/net/
H A Dctcm_main.c1153 struct ccwgroup_device *cgdev; local
1163 cgdev = dev_get_drvdata(&cdev->dev);
1169 if (cgdev == NULL) {
1178 priv = dev_get_drvdata(&cgdev->dev);
1257 * cgdev pointer to ccwgroup_device just added
1261 static int ctcm_probe_device(struct ccwgroup_device *cgdev) argument
1267 __func__, cgdev);
1269 if (!get_device(&cgdev->dev))
1277 put_device(&cgdev->dev);
1281 cgdev
1475 ctcm_new_device(struct ccwgroup_device *cgdev) argument
1598 ctcm_shutdown_device(struct ccwgroup_device *cgdev) argument
1639 ctcm_remove_device(struct ccwgroup_device *cgdev) argument
[all...]
H A Dctcm_sysfs.c181 struct ccwgroup_device *cgdev; local
183 cgdev = to_ccwgroupdev(dev);
184 if (!cgdev)
188 ctcm_type[cgdev->cdev[0]->id.driver_info]);
H A Dqeth_l3_main.c1952 static void qeth_l3_remove_device(struct ccwgroup_device *cgdev) argument
1954 struct qeth_card *card = dev_get_drvdata(&cgdev->dev);
1956 if (cgdev->dev.type != &qeth_l3_devtype)
1957 device_remove_groups(&cgdev->dev, qeth_l3_attr_groups);
1962 if (cgdev->state == CCWGROUP_ONLINE)
H A Dlcs.c1932 struct ccwgroup_device *cgdev; local
1934 cgdev = to_ccwgroupdev(dev);
1935 if (!cgdev)
1939 lcs_type[cgdev->cdev[0]->id.driver_info]);

Completed in 118 milliseconds