Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dccwgroup.h44 int (*set_online) (struct ccwgroup_device *); member
H A Dccwdev.h139 int (*set_online) (struct ccw_device *); member
/openbmc/linux/Documentation/arch/s390/
H A Ddriver-model.rst104 int (*set_online) (struct ccw_device *);
159 set_online:
166 int (*set_online) (struct ccw_device *);
223 The handler is registered with the common layer during set_online() processing
H A Dcds.rst52 * The oper_handler is (kindof) replaced by the probe() and set_online() functions
/openbmc/linux/drivers/s390/cio/
H A Dccwgroup.c65 if (gdrv->set_online) in ccwgroup_set_online()
66 ret = gdrv->set_online(gdev); in ccwgroup_set_online()
H A Ddevice.c399 if (cdev->drv->set_online) in ccw_device_set_online()
400 ret = cdev->drv->set_online(cdev); in ccw_device_set_online()
467 if (cdev->drv && cdev->drv->set_online) in online_store_recog_and_online()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_ccw.c287 .set_online = zfcp_ccw_set_online,
/openbmc/linux/drivers/s390/char/
H A Dvmur.c76 .set_online = ur_set_online,
H A Dtape_34xx.c1192 .set_online = tape_34xx_online,
H A Dcon3215.c822 .set_online = &raw3215_set_online,
H A Draw3270.c1305 .set_online = &raw3270_set_online,
H A Dtape_3590.c1653 .set_online = tape_3590_online,
/openbmc/linux/drivers/s390/block/
H A Ddasd_fba.c73 .set_online = dasd_fba_set_online,
H A Ddasd_eckd.c6903 .set_online = dasd_eckd_set_online,
/openbmc/linux/drivers/s390/net/
H A Dqeth_core.h770 int (*set_online)(struct qeth_card *card, bool carrier_ok); member
H A Dctcm_main.c1681 .set_online = ctcm_new_device,
H A Dqeth_l3_main.c2067 .set_online = qeth_l3_set_online,
H A Dqeth_l2_main.c2449 .set_online = qeth_l2_set_online,
H A Dlcs.c2304 .set_online = lcs_new_device,
H A Dqeth_core_main.c5361 rc = disc->set_online(card, carrier_ok); in qeth_set_online()
6519 .set_online = qeth_core_set_online,
/openbmc/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1425 .set_online = virtio_ccw_online,