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

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

Completed in 128 milliseconds