Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dccwdev.h166 extern int ccw_device_set_options_mask(struct ccw_device *, unsigned long);
/kernel/linux/linux-5.10/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.c1289 ccw_device_set_options_mask(cdev, 0); in qdio_establish()