Home
last modified time | relevance | path

Searched refs:ccw_device_set_options (Results 1 – 6 of 6) sorted by relevance

/linux/arch/s390/include/asm/
H A Dccwdev.h158 extern int ccw_device_set_options(struct ccw_device *, unsigned long);
/linux/drivers/s390/cio/
H A Ddevice_ops.c56 * ccw_device_set_options() - set some options
64 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options() function
858 EXPORT_SYMBOL(ccw_device_set_options);
H A Dqdio_main.c1175 ccw_device_set_options(cdev, CCWDEV_REPORT_ALL); in qdio_activate()
/linux/Documentation/arch/s390/
H A Dcds.rst59 * Before initiating an io, the options must be set via ccw_device_set_options().
280 Via ccw_device_set_options(), the device driver may specify the following
/linux/drivers/s390/char/
H A Dtape_core.c575 ccw_device_set_options(cdev, CCWDEV_DO_PATHGROUP | in tape_generic_probe()
/linux/drivers/s390/block/
H A Ddasd_eckd.c136 ret = ccw_device_set_options(cdev, CCWDEV_ALLOW_FORCE | in dasd_eckd_probe()