Searched refs:ccw_device_set_options (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | ccwdev.h | 167 extern int ccw_device_set_options(struct ccw_device *, unsigned long);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | ccwdev.h | 158 extern int ccw_device_set_options(struct ccw_device *, unsigned long);
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device_ops.c | 56 * 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 849 EXPORT_SYMBOL(ccw_device_set_options); variable
|
H A D | qdio_main.c | 1369 ccw_device_set_options(cdev, CCWDEV_REPORT_ALL); in qdio_activate()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device_ops.c | 56 * 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 849 EXPORT_SYMBOL(ccw_device_set_options); variable
|
H A D | qdio_main.c | 1157 ccw_device_set_options(cdev, CCWDEV_REPORT_ALL); in qdio_activate()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | tape_core.c | 623 ccw_device_set_options(cdev, CCWDEV_DO_PATHGROUP | in tape_generic_probe()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | tape_core.c | 574 ccw_device_set_options(cdev, CCWDEV_DO_PATHGROUP | in tape_generic_probe()
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eckd.c | 138 ret = ccw_device_set_options(cdev, CCWDEV_ALLOW_FORCE | in dasd_eckd_probe()
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.c | 141 ret = ccw_device_set_options(cdev, CCWDEV_ALLOW_FORCE | in dasd_eckd_probe()
|
Completed in 27 milliseconds