Searched refs:cgdev (Results 1 – 4 of 4) sorted by relevance
1160 struct ccwgroup_device *cgdev; in ctcm_irq_handler() local1176 if (cgdev == NULL) { in ctcm_irq_handler()1274 __func__, cgdev); in ctcm_probe_device()1276 if (!get_device(&cgdev->dev)) in ctcm_probe_device()1284 put_device(&cgdev->dev); in ctcm_probe_device()1291 cgdev->dev.type = &ctcm_devtype; in ctcm_probe_device()1503 cdev0 = cgdev->cdev[0]; in ctcm_new_device()1504 cdev1 = cgdev->cdev[1]; in ctcm_new_device()1652 cgdev, priv->protocol); in ctcm_remove_device()1655 ctcm_shutdown_device(cgdev); in ctcm_remove_device()[all …]
180 struct ccwgroup_device *cgdev; in ctcm_type_show() local182 cgdev = to_ccwgroupdev(dev); in ctcm_type_show()183 if (!cgdev) in ctcm_type_show()187 ctcm_type[cgdev->cdev[0]->id.driver_info]); in ctcm_type_show()
1959 static void qeth_l3_remove_device(struct ccwgroup_device *cgdev) in qeth_l3_remove_device() argument1961 struct qeth_card *card = dev_get_drvdata(&cgdev->dev); in qeth_l3_remove_device()1963 if (cgdev->dev.type != &qeth_l3_devtype) in qeth_l3_remove_device()1964 device_remove_groups(&cgdev->dev, qeth_l3_attr_groups); in qeth_l3_remove_device()1969 if (cgdev->state == CCWGROUP_ONLINE) in qeth_l3_remove_device()
1953 struct ccwgroup_device *cgdev; in lcs_type_show() local1955 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()
Completed in 13 milliseconds