Home
last modified time | relevance | path

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

/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
/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
/linux/drivers/s390/char/
H A Dvmur.c78 .set_online = ur_set_online,
H A Dcon3215.c823 .set_online = &raw3215_set_online,
H A Draw3270.c1311 .set_online = &raw3270_set_online,
/linux/drivers/s390/net/
H A Dqeth_core.h770 int (*set_online)(struct qeth_card *card, bool carrier_ok); member
/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1472 .set_online = virtio_ccw_online,