Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dccwdev.h156 extern int ccw_device_set_options(struct ccw_device *, unsigned long);
/linux-6.1.9/drivers/s390/cio/
Ddevice_ops.c64 int ccw_device_set_options(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options() function
849 EXPORT_SYMBOL(ccw_device_set_options);
Dqdio_main.c1157 ccw_device_set_options(cdev, CCWDEV_REPORT_ALL); in qdio_activate()
/linux-6.1.9/Documentation/s390/
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-6.1.9/drivers/s390/char/
Dtape_core.c574 ccw_device_set_options(cdev, CCWDEV_DO_PATHGROUP | in tape_generic_probe()
/linux-6.1.9/drivers/s390/block/
Ddasd_eckd.c139 ret = ccw_device_set_options(cdev, CCWDEV_ALLOW_FORCE | in dasd_eckd_probe()