Home
last modified time | relevance | path

Searched refs:ccwgroup_device (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dccwgroup.h9 * struct ccwgroup_device - ccw group device
17 struct ccwgroup_device { struct
43 int (*setup) (struct ccwgroup_device *);
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 *gde
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dccwgroup.h9 * struct ccwgroup_device - ccw group device
16 struct ccwgroup_device { struct
42 int (*setup) (struct ccwgroup_device *);
43 void (*remove) (struct ccwgroup_device *);
44 int (*set_online) (struct ccwgroup_device *);
45 int (*set_offline) (struct ccwgroup_device *);
46 void (*shutdown)(struct ccwgroup_device *);
57 extern int ccwgroup_set_online(struct ccwgroup_device *gdev);
58 int ccwgroup_set_offline(struct ccwgroup_device *gdev, bool call_gdrv);
63 #define to_ccwgroupdev(x) container_of((x), struct ccwgroup_device, de
[all...]
/kernel/linux/linux-5.10/drivers/s390/cio/
H A 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_wor in ccwgroup_ungroup_workfn()
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dccwgroup.c36 static void __ccwgroup_remove_symlinks(struct ccwgroup_device *gdev) in __ccwgroup_remove_symlinks()
56 int ccwgroup_set_online(struct ccwgroup_device *gdev) in ccwgroup_set_online()
86 int ccwgroup_set_offline(struct ccwgroup_device *gdev, bool call_gdrv) in ccwgroup_set_offline()
116 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_online_store()
145 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_online_show()
157 static void ccwgroup_ungroup(struct ccwgroup_device *gdev) in ccwgroup_ungroup()
171 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_ungroup_store()
206 struct ccwgroup_device *gdev = in ccwgroup_ungroup_workfn()
207 container_of(work, struct ccwgroup_device, ungroup_work); in ccwgroup_ungroup_workfn()
215 struct ccwgroup_device *gde in ccwgroup_release()
[all...]
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dctcm_sysfs.c117 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in stats_show()
181 struct ccwgroup_device *cgdev; in ctcm_type_show()
H A Dlcs.h34 &((struct ccwgroup_device *)dev_get_drvdata(&cdev->dev))->dev);
311 struct ccwgroup_device *gdev;
H A Dlcs.c1951 struct ccwgroup_device *cgdev; in lcs_type_show()
2036 * lcs_probe_device is called on establishing a new ccwgroup_device.
2039 lcs_probe_device(struct ccwgroup_device *ccwgdev) in lcs_probe_device()
2067 lcs_register_netdev(struct ccwgroup_device *ccwgdev) in lcs_register_netdev()
2098 lcs_new_device(struct ccwgroup_device *ccwgdev) in lcs_new_device()
2205 __lcs_shutdown_device(struct ccwgroup_device *ccwgdev, int recovery_mode) in __lcs_shutdown_device()
2237 lcs_shutdown_device(struct ccwgroup_device *ccwgdev) in lcs_shutdown_device()
2249 struct ccwgroup_device *gdev; in lcs_recovery()
2277 lcs_remove_device(struct ccwgroup_device *ccwgdev) in lcs_remove_device()
H A Dctcm_main.c1193 struct ccwgroup_device *cgdev; in ctcm_irq_handler()
1297 * cgdev pointer to ccwgroup_device just added
1301 static int ctcm_probe_device(struct ccwgroup_device *cgdev) in ctcm_probe_device()
1335 * priv Points to the private data of the ccwgroup_device.
1515 static int ctcm_new_device(struct ccwgroup_device *cgdev) in ctcm_new_device()
1638 static int ctcm_shutdown_device(struct ccwgroup_device *cgdev) in ctcm_shutdown_device()
1679 static void ctcm_remove_device(struct ccwgroup_device *cgdev) in ctcm_remove_device()
H A Dqeth_core.h776 int (*setup) (struct ccwgroup_device *);
777 void (*remove) (struct ccwgroup_device *);
823 struct ccwgroup_device *gdev;
H A Dqeth_core_main.c1268 struct ccwgroup_device *gdev; in qeth_irq()
1645 static struct qeth_card *qeth_alloc_card(struct ccwgroup_device *gdev) in qeth_alloc_card()
6312 static int qeth_core_probe_device(struct ccwgroup_device *gdev) in qeth_core_probe_device()
6393 static void qeth_core_remove_device(struct ccwgroup_device *gdev) in qeth_core_remove_device()
6413 static int qeth_core_set_online(struct ccwgroup_device *gdev) in qeth_core_set_online()
6440 static int qeth_core_set_offline(struct ccwgroup_device *gdev) in qeth_core_set_offline()
6452 static void qeth_core_shutdown(struct ccwgroup_device *gdev) in qeth_core_shutdown()
6504 struct ccwgroup_device *gdev; in qeth_get_card_by_busid()
H A 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()
H A Dqeth_l3_main.c1945 static int qeth_l3_probe_device(struct ccwgroup_device *gdev) in qeth_l3_probe_device()
1969 static void qeth_l3_remove_device(struct ccwgroup_device *cgdev) in qeth_l3_remove_device()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dlcs.h34 &((struct ccwgroup_device *)dev_get_drvdata(&cdev->dev))->dev);
311 struct ccwgroup_device *gdev;
H A Dctcm_sysfs.c117 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in stats_show()
181 struct ccwgroup_device *cgdev; in ctcm_type_show()
H A Dlcs.c1934 struct ccwgroup_device *cgdev; in lcs_type_show()
2020 * lcs_probe_device is called on establishing a new ccwgroup_device.
2023 lcs_probe_device(struct ccwgroup_device *ccwgdev) in lcs_probe_device()
2051 lcs_register_netdev(struct ccwgroup_device *ccwgdev) in lcs_register_netdev()
2082 lcs_new_device(struct ccwgroup_device *ccwgdev) in lcs_new_device()
2181 __lcs_shutdown_device(struct ccwgroup_device *ccwgdev, int recovery_mode) in __lcs_shutdown_device()
2213 lcs_shutdown_device(struct ccwgroup_device *ccwgdev) in lcs_shutdown_device()
2225 struct ccwgroup_device *gdev; in lcs_recovery()
2253 lcs_remove_device(struct ccwgroup_device *ccwgdev) in lcs_remove_device()
H A Dqeth_core.h768 int (*setup) (struct ccwgroup_device *);
769 void (*remove) (struct ccwgroup_device *);
806 struct ccwgroup_device *gdev;
H A Dctcm_main.c1153 struct ccwgroup_device *cgdev; in ctcm_irq_handler()
1257 * cgdev pointer to ccwgroup_device just added
1261 static int ctcm_probe_device(struct ccwgroup_device *cgdev) in ctcm_probe_device()
1295 * priv Points to the private data of the ccwgroup_device.
1475 static int ctcm_new_device(struct ccwgroup_device *cgdev) in ctcm_new_device()
1598 static int ctcm_shutdown_device(struct ccwgroup_device *cgdev) in ctcm_shutdown_device()
1639 static void ctcm_remove_device(struct ccwgroup_device *cgdev) in ctcm_remove_device()
H A Dqeth_l3_main.c1926 static int qeth_l3_probe_device(struct ccwgroup_device *gdev) in qeth_l3_probe_device()
1952 static void qeth_l3_remove_device(struct ccwgroup_device *cgdev) in qeth_l3_remove_device()
H A Dqeth_l2_main.c2291 static int qeth_l2_probe_device(struct ccwgroup_device *gdev) in qeth_l2_probe_device()
2311 static void qeth_l2_remove_device(struct ccwgroup_device *gdev) in qeth_l2_remove_device()
H A Dqeth_core_main.c1188 struct ccwgroup_device *gdev; in qeth_irq()
1588 static struct qeth_card *qeth_alloc_card(struct ccwgroup_device *gdev) in qeth_alloc_card()
6310 static int qeth_core_probe_device(struct ccwgroup_device *gdev) in qeth_core_probe_device()
6394 static void qeth_core_remove_device(struct ccwgroup_device *gdev) in qeth_core_remove_device()
6413 static int qeth_core_set_online(struct ccwgroup_device *gdev) in qeth_core_set_online()
6435 static int qeth_core_set_offline(struct ccwgroup_device *gdev) in qeth_core_set_offline()
6447 static void qeth_core_shutdown(struct ccwgroup_device *gdev) in qeth_core_shutdown()
/kernel/linux/linux-5.10/arch/s390/net/
H A Dpnet.c45 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in pnet_ids_by_device()
/kernel/linux/linux-6.6/arch/s390/net/
H A Dpnet.c45 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in pnet_ids_by_device()

Completed in 46 milliseconds