Home
last modified time | relevance | path

Searched refs:ccwgroup_device (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/arch/s390/include/asm/
Dccwgroup.h17 struct ccwgroup_device { struct
43 int (*setup) (struct ccwgroup_device *); argument
44 void (*remove) (struct ccwgroup_device *);
45 int (*set_online) (struct ccwgroup_device *);
46 int (*set_offline) (struct ccwgroup_device *);
47 void (*shutdown)(struct ccwgroup_device *);
57 struct ccwgroup_device *get_ccwgroupdev_by_busid(struct ccwgroup_driver *gdrv,
60 extern int ccwgroup_set_online(struct ccwgroup_device *gdev);
61 extern int ccwgroup_set_offline(struct ccwgroup_device *gdev);
66 #define to_ccwgroupdev(x) container_of((x), struct ccwgroup_device, dev)
/Linux-v5.10/drivers/s390/cio/
Dccwgroup.c36 static void __ccwgroup_remove_symlinks(struct ccwgroup_device *gdev) in __ccwgroup_remove_symlinks()
52 static void __ccwgroup_remove_cdev_refs(struct ccwgroup_device *gdev) in __ccwgroup_remove_cdev_refs()
77 int ccwgroup_set_online(struct ccwgroup_device *gdev) in ccwgroup_set_online()
106 int ccwgroup_set_offline(struct ccwgroup_device *gdev) in ccwgroup_set_offline()
131 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_online_store()
160 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_online_show()
172 static void ccwgroup_ungroup(struct ccwgroup_device *gdev) in ccwgroup_ungroup()
187 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_ungroup_store()
228 struct ccwgroup_device *gdev = in ccwgroup_ungroup_workfn()
229 container_of(work, struct ccwgroup_device, ungroup_work); in ccwgroup_ungroup_workfn()
[all …]
/Linux-v5.10/drivers/s390/net/
Dctcm_sysfs.c116 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in stats_show()
180 struct ccwgroup_device *cgdev; in ctcm_type_show()
Dlcs.h34 &((struct ccwgroup_device *)dev_get_drvdata(&cdev->dev))->dev);
311 struct ccwgroup_device *gdev;
Dlcs.c1952 struct ccwgroup_device *cgdev; in lcs_type_show()
2040 lcs_probe_device(struct ccwgroup_device *ccwgdev) in lcs_probe_device()
2068 lcs_register_netdev(struct ccwgroup_device *ccwgdev) in lcs_register_netdev()
2099 lcs_new_device(struct ccwgroup_device *ccwgdev) in lcs_new_device()
2206 __lcs_shutdown_device(struct ccwgroup_device *ccwgdev, int recovery_mode) in __lcs_shutdown_device()
2238 lcs_shutdown_device(struct ccwgroup_device *ccwgdev) in lcs_shutdown_device()
2250 struct ccwgroup_device *gdev; in lcs_recovery()
2278 lcs_remove_device(struct ccwgroup_device *ccwgdev) in lcs_remove_device()
Dctcm_main.c1200 struct ccwgroup_device *cgdev; in ctcm_irq_handler()
1308 static int ctcm_probe_device(struct ccwgroup_device *cgdev) in ctcm_probe_device()
1522 static int ctcm_new_device(struct ccwgroup_device *cgdev) in ctcm_new_device()
1645 static int ctcm_shutdown_device(struct ccwgroup_device *cgdev) in ctcm_shutdown_device()
1686 static void ctcm_remove_device(struct ccwgroup_device *cgdev) in ctcm_remove_device()
Dqeth_core.h778 int (*setup) (struct ccwgroup_device *);
779 void (*remove) (struct ccwgroup_device *);
825 struct ccwgroup_device *gdev;
Dqeth_core_main.c1301 struct ccwgroup_device *gdev; in qeth_irq()
1657 static struct qeth_card *qeth_alloc_card(struct ccwgroup_device *gdev) in qeth_alloc_card()
6309 static int qeth_core_probe_device(struct ccwgroup_device *gdev) in qeth_core_probe_device()
6389 static void qeth_core_remove_device(struct ccwgroup_device *gdev) in qeth_core_remove_device()
6407 static int qeth_core_set_online(struct ccwgroup_device *gdev) in qeth_core_set_online()
6431 static int qeth_core_set_offline(struct ccwgroup_device *gdev) in qeth_core_set_offline()
6438 static void qeth_core_shutdown(struct ccwgroup_device *gdev) in qeth_core_shutdown()
6490 struct ccwgroup_device *gdev; in qeth_get_card_by_busid()
Dqeth_l3_main.c1942 static int qeth_l3_probe_device(struct ccwgroup_device *gdev) in qeth_l3_probe_device()
1966 static void qeth_l3_remove_device(struct ccwgroup_device *cgdev) in qeth_l3_remove_device()
Dqeth_l2_main.c2180 static int qeth_l2_probe_device(struct ccwgroup_device *gdev) in qeth_l2_probe_device()
2201 static void qeth_l2_remove_device(struct ccwgroup_device *gdev) in qeth_l2_remove_device()
/Linux-v5.10/arch/s390/net/
Dpnet.c45 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in pnet_ids_by_device()