Home
last modified time | relevance | path

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

/linux-3.4.99/arch/s390/include/asm/
Dccwdev.h163 extern int ccw_device_set_options_mask(struct ccw_device *, unsigned long);
/linux-3.4.99/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
768 EXPORT_SYMBOL(ccw_device_set_options_mask);
Dqdio_main.c1435 ccw_device_set_options_mask(cdev, 0); in qdio_establish()