Lines Matching refs:device_caps
217 p->version, p->capabilities, p->device_caps); in v4l_print_querycap()
950 (vfd->device_caps & vid_caps); in check_fmt()
955 (vfd->device_caps & meta_caps); in check_fmt()
1070 cap->device_caps = vfd->device_caps; in v4l_querycap()
1071 cap->capabilities = vfd->device_caps | V4L2_CAP_DEVICE_CAPS; in v4l_querycap()
1079 WARN_ON(cap->device_caps != vfd->device_caps); in v4l_querycap()
1085 (vfd->device_caps | V4L2_CAP_DEVICE_CAPS)) != in v4l_querycap()
1086 (vfd->device_caps | V4L2_CAP_DEVICE_CAPS)); in v4l_querycap()
1088 cap->device_caps |= V4L2_CAP_EXT_PIX_FORMAT; in v4l_querycap()
1098 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_input()
1111 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_output()
1129 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_input()
1140 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_output()
1186 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enuminput()
1212 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enumoutput()
1487 if (!(vdev->device_caps & V4L2_CAP_IO_MC)) in v4l_enum_fmt()
1499 if (!!(vdev->device_caps & cap_mask) != in v4l_enum_fmt()
1516 if (!!(vdev->device_caps & cap_mask) != in v4l_enum_fmt()