Home
last modified time | relevance | path

Searched refs:set_offline (Results 1 – 21 of 21) sorted by relevance

/linux/arch/s390/include/asm/
H A Dccwgroup.h45 int (*set_offline) (struct ccwgroup_device *); member
H A Dccwdev.h140 int (*set_offline) (struct ccw_device *); member
/linux/Documentation/arch/s390/
H A Ddriver-model.rst105 int (*set_offline) (struct ccw_device *);
174 set_offline: This function is called by the common I/O layer when the device is
180 int (*set_offline) (struct ccw_device *);
224 before the driver is called, and is deregistered during set_offline() after the
H A Dcds.rst54 * The not_oper_handler is (kindof) replaced by the remove() and set_offline()
/linux/drivers/s390/cio/
H A Dccwgroup.c99 if (gdrv->set_offline) in ccwgroup_set_offline()
100 ret = gdrv->set_offline(gdev); in ccwgroup_set_offline()
H A Ddevice.c284 if (cdev->drv->set_offline) { in ccw_device_set_offline()
285 ret = cdev->drv->set_offline(cdev); in ccw_device_set_offline()
449 if (cdev->drv && cdev->drv->set_offline) in online_store_handle_offline()
/linux/drivers/s390/scsi/
H A Dzfcp_ccw.c288 .set_offline = zfcp_ccw_set_offline,
/linux/drivers/s390/char/
H A Dvmur.c79 .set_offline = ur_set_offline,
H A Dtape_34xx.c1193 .set_offline = tape_generic_offline,
H A Dcon3215.c824 .set_offline = &raw3215_set_offline,
H A Draw3270.c1310 .set_offline = &raw3270_set_offline,
H A Dtape_3590.c1652 .set_offline = tape_generic_offline,
/linux/drivers/s390/block/
H A Ddasd_fba.c68 .set_offline = dasd_generic_set_offline,
H A Ddasd_eckd.c6846 .set_offline = dasd_generic_set_offline,
/linux/drivers/s390/net/
H A Dqeth_core.h771 void (*set_offline)(struct qeth_card *card); member
H A Dctcm_main.c1682 .set_offline = ctcm_shutdown_device,
H A Dqeth_l3_main.c2068 .set_offline = qeth_l3_set_offline,
H A Dqeth_l2_main.c2450 .set_offline = qeth_l2_set_offline,
H A Dlcs.c2303 .set_offline = lcs_shutdown_device,
H A Dqeth_core_main.c5409 disc->set_offline(card); in qeth_set_offline()
6520 .set_offline = qeth_core_set_offline,
/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1459 .set_offline = virtio_ccw_offline,