Home
last modified time | relevance | path

Searched refs:ccw_device_set_options_mask (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/s390/include/asm/ !
Dccwdev.h157 extern int ccw_device_set_options_mask(struct ccw_device *, unsigned long);
/linux-6.6.21/drivers/s390/cio/ !
Ddevice_ops.c39 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options_mask() function
848 EXPORT_SYMBOL(ccw_device_set_options_mask);
Dqdio_main.c1076 ccw_device_set_options_mask(cdev, 0); in qdio_establish()