Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/cio/
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()
Dqdio_main.c1157 ccw_device_set_options(cdev, CCWDEV_REPORT_ALL); in qdio_activate()
/linux-6.1.9/arch/s390/include/asm/
Dccwdev.h164 #define CCWDEV_REPORT_ALL 0x0002 macro