Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dccwdev.h164 extern int ccw_device_set_options_mask(struct ccw_device *, unsigned long);
/linux-4.4.14/drivers/s390/cio/
Ddevice_ops.c38 int ccw_device_set_options_mask(struct ccw_device *cdev, unsigned long flags) in ccw_device_set_options_mask() function
680 EXPORT_SYMBOL(ccw_device_set_options_mask);
Dqdio_main.c1365 ccw_device_set_options_mask(cdev, 0); in qdio_establish()