Lines Matching refs:device_caps
218 p->version, p->capabilities, p->device_caps); in v4l_print_querycap()
912 (vfd->device_caps & vid_caps); in check_fmt()
917 (vfd->device_caps & meta_caps); in check_fmt()
1032 cap->device_caps = vfd->device_caps; in v4l_querycap()
1033 cap->capabilities = vfd->device_caps | V4L2_CAP_DEVICE_CAPS; in v4l_querycap()
1041 WARN_ON(cap->device_caps != vfd->device_caps); in v4l_querycap()
1047 (vfd->device_caps | V4L2_CAP_DEVICE_CAPS)) != in v4l_querycap()
1048 (vfd->device_caps | V4L2_CAP_DEVICE_CAPS)); in v4l_querycap()
1050 cap->device_caps |= V4L2_CAP_EXT_PIX_FORMAT; in v4l_querycap()
1060 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_input()
1073 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_output()
1091 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_input()
1102 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_output()
1148 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enuminput()
1174 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enumoutput()
1448 if (!(vdev->device_caps & V4L2_CAP_IO_MC)) in v4l_enum_fmt()
1460 if (!!(vdev->device_caps & cap_mask) != in v4l_enum_fmt()
1477 if (!!(vdev->device_caps & cap_mask) != in v4l_enum_fmt()