Lines Matching refs:device_caps
219 p->version, p->capabilities, p->device_caps); in v4l_print_querycap()
933 (vfd->device_caps & vid_caps); in check_fmt()
938 (vfd->device_caps & meta_caps); in check_fmt()
1098 cap->device_caps = vfd->device_caps; in v4l_querycap()
1099 cap->capabilities = vfd->device_caps | V4L2_CAP_DEVICE_CAPS; in v4l_querycap()
1110 WARN_ON(cap->device_caps != vfd->device_caps); in v4l_querycap()
1116 (vfd->device_caps | V4L2_CAP_DEVICE_CAPS)) != in v4l_querycap()
1117 (vfd->device_caps | V4L2_CAP_DEVICE_CAPS)); in v4l_querycap()
1119 cap->device_caps |= V4L2_CAP_EXT_PIX_FORMAT; in v4l_querycap()
1129 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_input()
1142 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_output()
1160 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_input()
1171 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_output()
1217 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enuminput()
1243 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enumoutput()
1529 if (!(vdev->device_caps & V4L2_CAP_IO_MC)) in v4l_enum_fmt()
1541 if (!!(vdev->device_caps & cap_mask) != in v4l_enum_fmt()
1558 if (!!(vdev->device_caps & cap_mask) != in v4l_enum_fmt()
2166 if (vfd->device_caps & V4L2_CAP_READWRITE) in v4l_g_parm()