Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/include/asm/
Dccwdev.h155 extern int ccw_device_set_options_mask(struct ccw_device *, unsigned long);
/Linux-v6.1/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()