Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dccwgroup.h45 int (*set_online) (struct ccwgroup_device *); member
H A Dccwdev.h140 int (*set_online) (struct ccw_device *); member
/OK3568_Linux_fs/kernel/Documentation/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
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dccwgroup.c86 if (gdrv->set_online) in ccwgroup_set_online()
87 ret = gdrv->set_online(gdev); in ccwgroup_set_online()
H A Ddevice.c407 if (cdev->drv->set_online) in ccw_device_set_online()
408 ret = cdev->drv->set_online(cdev); in ccw_device_set_online()
475 if (cdev->drv && cdev->drv->set_online) in online_store_recog_and_online()
/OK3568_Linux_fs/kernel/drivers/s390/scsi/
H A Dzfcp_ccw.c333 .set_online = zfcp_ccw_set_online,
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dvmur.c75 .set_online = ur_set_online,
H A Dtape_34xx.c1192 .set_online = tape_34xx_online,
H A Dcon3215.c809 .set_online = &raw3215_set_online,
H A Draw3270.c1295 .set_online = &raw3270_set_online,
H A Dtape_3590.c1653 .set_online = tape_3590_online,
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_fba.c79 .set_online = dasd_fba_set_online,
H A Ddasd_eckd.c6679 .set_online = dasd_eckd_set_online,
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dqeth_core.h779 int (*set_online)(struct qeth_card *card, bool carrier_ok); member
H A Dctcm_main.c1728 .set_online = ctcm_new_device,
H A Dqeth_l3_main.c2082 .set_online = qeth_l3_set_online,
H A Dlcs.c2330 .set_online = lcs_new_device,
H A Dqeth_l2_main.c2332 .set_online = qeth_l2_set_online,
H A Dqeth_core_main.c5312 rc = disc->set_online(card, carrier_ok); in qeth_set_online()
6499 .set_online = qeth_core_set_online,
/OK3568_Linux_fs/kernel/drivers/s390/virtio/
H A Dvirtio_ccw.c1384 .set_online = virtio_ccw_online,