Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dccwgroup.h16 struct ccwgroup_device { struct
42 int (*setup) (struct ccwgroup_device *); argument
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, dev)
/linux/drivers/s390/cio/
A Dccwgroup.c56 int ccwgroup_set_online(struct ccwgroup_device *gdev) in ccwgroup_set_online()
116 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_online_store()
145 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_online_show()
171 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_ungroup_store()
206 struct ccwgroup_device *gdev = in ccwgroup_ungroup_workfn()
215 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_release()
316 struct ccwgroup_device *gdev; in ccwgroup_create_dev()
408 struct ccwgroup_device *gdev = to_ccwgroupdev(data); in ccwgroup_notifier()
450 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_remove()
459 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in ccwgroup_shutdown()
[all …]
/linux/drivers/s390/net/
A Dctcm_sysfs.c116 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in stats_show()
180 struct ccwgroup_device *cgdev; in ctcm_type_show()
A Dlcs.h34 &((struct ccwgroup_device *)dev_get_drvdata(&cdev->dev))->dev);
311 struct ccwgroup_device *gdev;
A Dlcs.c1953 struct ccwgroup_device *cgdev; in lcs_type_show()
2041 lcs_probe_device(struct ccwgroup_device *ccwgdev) in lcs_probe_device()
2069 lcs_register_netdev(struct ccwgroup_device *ccwgdev) in lcs_register_netdev()
2100 lcs_new_device(struct ccwgroup_device *ccwgdev) in lcs_new_device()
2207 __lcs_shutdown_device(struct ccwgroup_device *ccwgdev, int recovery_mode) in __lcs_shutdown_device()
2239 lcs_shutdown_device(struct ccwgroup_device *ccwgdev) in lcs_shutdown_device()
2251 struct ccwgroup_device *gdev; in lcs_recovery()
2279 lcs_remove_device(struct ccwgroup_device *ccwgdev) in lcs_remove_device()
A Dqeth_core.h769 int (*setup) (struct ccwgroup_device *);
770 void (*remove) (struct ccwgroup_device *);
809 struct ccwgroup_device *gdev;
A Dctcm_main.c1160 struct ccwgroup_device *cgdev; in ctcm_irq_handler()
1268 static int ctcm_probe_device(struct ccwgroup_device *cgdev) in ctcm_probe_device()
1482 static int ctcm_new_device(struct ccwgroup_device *cgdev) in ctcm_new_device()
1605 static int ctcm_shutdown_device(struct ccwgroup_device *cgdev) in ctcm_shutdown_device()
1646 static void ctcm_remove_device(struct ccwgroup_device *cgdev) in ctcm_remove_device()
A Dqeth_core_main.c1147 struct ccwgroup_device *gdev; in qeth_irq()
1547 static struct qeth_card *qeth_alloc_card(struct ccwgroup_device *gdev) in qeth_alloc_card()
6408 static int qeth_core_probe_device(struct ccwgroup_device *gdev) in qeth_core_probe_device()
6484 static void qeth_core_remove_device(struct ccwgroup_device *gdev) in qeth_core_remove_device()
6502 static int qeth_core_set_online(struct ccwgroup_device *gdev) in qeth_core_set_online()
6524 static int qeth_core_set_offline(struct ccwgroup_device *gdev) in qeth_core_set_offline()
6536 static void qeth_core_shutdown(struct ccwgroup_device *gdev) in qeth_core_shutdown()
A Dqeth_l3_main.c1933 static int qeth_l3_probe_device(struct ccwgroup_device *gdev) in qeth_l3_probe_device()
1959 static void qeth_l3_remove_device(struct ccwgroup_device *cgdev) in qeth_l3_remove_device()
A Dqeth_l2_main.c2276 static int qeth_l2_probe_device(struct ccwgroup_device *gdev) in qeth_l2_probe_device()
2296 static void qeth_l2_remove_device(struct ccwgroup_device *gdev) in qeth_l2_remove_device()
/linux/arch/s390/net/
A Dpnet.c45 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); in pnet_ids_by_device()

Completed in 38 milliseconds