Searched refs:ccwgroup_device (Results 1 – 10 of 10) sorted by relevance
16 struct ccwgroup_device { struct46 int (*setup) (struct ccwgroup_device *); argument47 void (*remove) (struct ccwgroup_device *);48 int (*set_online) (struct ccwgroup_device *);49 int (*set_offline) (struct ccwgroup_device *);50 void (*shutdown)(struct ccwgroup_device *);51 int (*prepare) (struct ccwgroup_device *);52 void (*complete) (struct ccwgroup_device *);53 int (*freeze)(struct ccwgroup_device *);54 int (*thaw) (struct ccwgroup_device *);[all …]
35 static void __ccwgroup_remove_symlinks(struct ccwgroup_device *gdev) in __ccwgroup_remove_symlinks()51 static void __ccwgroup_remove_cdev_refs(struct ccwgroup_device *gdev) in __ccwgroup_remove_cdev_refs()76 int ccwgroup_set_online(struct ccwgroup_device *gdev) in ccwgroup_set_online()105 int ccwgroup_set_offline(struct ccwgroup_device *gdev) in ccwgroup_set_offline()130 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_online_store()159 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_online_show()171 static void ccwgroup_ungroup(struct ccwgroup_device *gdev) in ccwgroup_ungroup()186 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_ungroup_store()227 struct ccwgroup_device *gdev = in ccwgroup_ungroup_workfn()228 container_of(work, struct ccwgroup_device, ungroup_work); in ccwgroup_ungroup_workfn()[all …]
724 int (*setup) (struct ccwgroup_device *);725 void (*remove) (struct ccwgroup_device *);726 int (*set_online) (struct ccwgroup_device *);727 int (*set_offline) (struct ccwgroup_device *);728 void (*shutdown)(struct ccwgroup_device *);729 int (*prepare) (struct ccwgroup_device *);730 void (*complete) (struct ccwgroup_device *);731 int (*freeze)(struct ccwgroup_device *);732 int (*thaw) (struct ccwgroup_device *);733 int (*restore)(struct ccwgroup_device *);[all …]
115 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in stats_show()179 struct ccwgroup_device *cgdev; in ctcm_type_show()
32 &((struct ccwgroup_device *)dev_get_drvdata(&cdev->dev))->dev);308 struct ccwgroup_device *gdev;
1976 struct ccwgroup_device *cgdev; in lcs_type_show()2064 lcs_probe_device(struct ccwgroup_device *ccwgdev) in lcs_probe_device()2092 lcs_register_netdev(struct ccwgroup_device *ccwgdev) in lcs_register_netdev()2123 lcs_new_device(struct ccwgroup_device *ccwgdev) in lcs_new_device()2229 __lcs_shutdown_device(struct ccwgroup_device *ccwgdev, int recovery_mode) in __lcs_shutdown_device()2261 lcs_shutdown_device(struct ccwgroup_device *ccwgdev) in lcs_shutdown_device()2273 struct ccwgroup_device *gdev; in lcs_recovery()2301 lcs_remove_device(struct ccwgroup_device *ccwgdev) in lcs_remove_device()2348 static int lcs_prepare(struct ccwgroup_device *gdev) in lcs_prepare()2353 static void lcs_complete(struct ccwgroup_device *gdev) in lcs_complete()[all …]
28 static int qeth_l2_set_offline(struct ccwgroup_device *);1030 static int qeth_l2_probe_device(struct ccwgroup_device *gdev) in qeth_l2_probe_device()1042 static void qeth_l2_remove_device(struct ccwgroup_device *cgdev) in qeth_l2_remove_device()1143 static int __qeth_l2_set_online(struct ccwgroup_device *gdev, int recovery_mode) in __qeth_l2_set_online()1264 static int qeth_l2_set_online(struct ccwgroup_device *gdev) in qeth_l2_set_online()1269 static int __qeth_l2_set_offline(struct ccwgroup_device *cgdev, in __qeth_l2_set_offline()1306 static int qeth_l2_set_offline(struct ccwgroup_device *cgdev) in qeth_l2_set_offline()1351 static void qeth_l2_shutdown(struct ccwgroup_device *gdev) in qeth_l2_shutdown()1362 static int qeth_l2_pm_suspend(struct ccwgroup_device *gdev) in qeth_l2_pm_suspend()1381 static int qeth_l2_pm_resume(struct ccwgroup_device *gdev) in qeth_l2_pm_resume()
1204 struct ccwgroup_device *cgdev; in ctcm_irq_handler()1312 static int ctcm_probe_device(struct ccwgroup_device *cgdev) in ctcm_probe_device()1526 static int ctcm_new_device(struct ccwgroup_device *cgdev) in ctcm_new_device()1648 static int ctcm_shutdown_device(struct ccwgroup_device *cgdev) in ctcm_shutdown_device()1692 static void ctcm_remove_device(struct ccwgroup_device *cgdev) in ctcm_remove_device()1707 static int ctcm_pm_suspend(struct ccwgroup_device *gdev) in ctcm_pm_suspend()1725 static int ctcm_pm_resume(struct ccwgroup_device *gdev) in ctcm_pm_resume()
37 static int qeth_l3_set_offline(struct ccwgroup_device *);46 static int __qeth_l3_set_online(struct ccwgroup_device *, int);47 static int __qeth_l3_set_offline(struct ccwgroup_device *, int);3226 static int qeth_l3_probe_device(struct ccwgroup_device *gdev) in qeth_l3_probe_device()3236 static void qeth_l3_remove_device(struct ccwgroup_device *cgdev) in qeth_l3_remove_device()3258 static int __qeth_l3_set_online(struct ccwgroup_device *gdev, int recovery_mode) in __qeth_l3_set_online()3373 static int qeth_l3_set_online(struct ccwgroup_device *gdev) in qeth_l3_set_online()3378 static int __qeth_l3_set_offline(struct ccwgroup_device *cgdev, in __qeth_l3_set_offline()3420 static int qeth_l3_set_offline(struct ccwgroup_device *cgdev) in qeth_l3_set_offline()3455 static void qeth_l3_shutdown(struct ccwgroup_device *gdev) in qeth_l3_shutdown()[all …]
724 struct qeth_card *card = dev_get_drvdata(&((struct ccwgroup_device *) in CARD_FROM_CDEV()5529 static int qeth_core_probe_device(struct ccwgroup_device *gdev) in qeth_core_probe_device()5617 static void qeth_core_remove_device(struct ccwgroup_device *gdev) in qeth_core_remove_device()5638 static int qeth_core_set_online(struct ccwgroup_device *gdev) in qeth_core_set_online()5661 static int qeth_core_set_offline(struct ccwgroup_device *gdev) in qeth_core_set_offline()5667 static void qeth_core_shutdown(struct ccwgroup_device *gdev) in qeth_core_shutdown()5674 static int qeth_core_prepare(struct ccwgroup_device *gdev) in qeth_core_prepare()5682 static void qeth_core_complete(struct ccwgroup_device *gdev) in qeth_core_complete()5689 static int qeth_core_freeze(struct ccwgroup_device *gdev) in qeth_core_freeze()5697 static int qeth_core_thaw(struct ccwgroup_device *gdev) in qeth_core_thaw()[all …]