Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
A Ddevice_ops.c45 (flags & CCWDEV_REPORT_ALL)) in ccw_device_set_options_mask()
48 cdev->private->options.repall = (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options_mask()
70 (flags & CCWDEV_REPORT_ALL)) || in ccw_device_set_options()
73 ((flags & CCWDEV_REPORT_ALL) && in ccw_device_set_options()
77 cdev->private->options.repall |= (flags & CCWDEV_REPORT_ALL) != 0; in ccw_device_set_options()
94 cdev->private->options.repall &= (flags & CCWDEV_REPORT_ALL) == 0; in ccw_device_clear_options()
A Dqdio_main.c1088 ccw_device_set_options(cdev, CCWDEV_REPORT_ALL); in qdio_activate()
/linux/arch/s390/include/asm/
A Dccwdev.h164 #define CCWDEV_REPORT_ALL 0x0002 macro

Completed in 16 milliseconds