Lines Matching refs:is_rx
923 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; in check_fmt() local
931 if (is_vid && is_rx && in check_fmt()
936 if (is_vid && is_rx && ops->vidioc_g_fmt_vid_cap_mplane) in check_fmt()
940 if (is_vid && is_rx && ops->vidioc_g_fmt_vid_overlay) in check_fmt()
957 if (is_vbi && is_rx && ops->vidioc_g_fmt_vbi_cap) in check_fmt()
965 if (is_vbi && is_rx && ops->vidioc_g_fmt_sliced_vbi_cap) in check_fmt()
973 if (is_sdr && is_rx && ops->vidioc_g_fmt_sdr_cap) in check_fmt()
1113 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; in v4l_enum_fmt() local
1118 if (unlikely(!is_rx || !is_vid || !ops->vidioc_enum_fmt_vid_cap)) in v4l_enum_fmt()
1122 if (unlikely(!is_rx || !is_vid || !ops->vidioc_enum_fmt_vid_cap_mplane)) in v4l_enum_fmt()
1126 if (unlikely(!is_rx || !is_vid || !ops->vidioc_enum_fmt_vid_overlay)) in v4l_enum_fmt()
1138 if (unlikely(!is_rx || !is_sdr || !ops->vidioc_enum_fmt_sdr_cap)) in v4l_enum_fmt()
1152 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; in v4l_g_fmt() local
1182 if (unlikely(!is_rx || !is_vid || !ops->vidioc_g_fmt_vid_cap)) in v4l_g_fmt()
1190 if (unlikely(!is_rx || !is_vid || !ops->vidioc_g_fmt_vid_cap_mplane)) in v4l_g_fmt()
1194 if (unlikely(!is_rx || !is_vid || !ops->vidioc_g_fmt_vid_overlay)) in v4l_g_fmt()
1198 if (unlikely(!is_rx || is_vid || !ops->vidioc_g_fmt_vbi_cap)) in v4l_g_fmt()
1202 if (unlikely(!is_rx || is_vid || !ops->vidioc_g_fmt_sliced_vbi_cap)) in v4l_g_fmt()
1230 if (unlikely(!is_rx || !is_sdr || !ops->vidioc_g_fmt_sdr_cap)) in v4l_g_fmt()
1244 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; in v4l_s_fmt() local
1252 if (unlikely(!is_rx || !is_vid || !ops->vidioc_s_fmt_vid_cap)) in v4l_s_fmt()
1260 if (unlikely(!is_rx || !is_vid || !ops->vidioc_s_fmt_vid_cap_mplane)) in v4l_s_fmt()
1265 if (unlikely(!is_rx || !is_vid || !ops->vidioc_s_fmt_vid_overlay)) in v4l_s_fmt()
1270 if (unlikely(!is_rx || is_vid || !ops->vidioc_s_fmt_vbi_cap)) in v4l_s_fmt()
1275 if (unlikely(!is_rx || is_vid || !ops->vidioc_s_fmt_sliced_vbi_cap)) in v4l_s_fmt()
1308 if (unlikely(!is_rx || !is_sdr || !ops->vidioc_s_fmt_sdr_cap)) in v4l_s_fmt()
1323 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; in v4l_try_fmt() local
1331 if (unlikely(!is_rx || !is_vid || !ops->vidioc_try_fmt_vid_cap)) in v4l_try_fmt()
1339 if (unlikely(!is_rx || !is_vid || !ops->vidioc_try_fmt_vid_cap_mplane)) in v4l_try_fmt()
1344 if (unlikely(!is_rx || !is_vid || !ops->vidioc_try_fmt_vid_overlay)) in v4l_try_fmt()
1349 if (unlikely(!is_rx || is_vid || !ops->vidioc_try_fmt_vbi_cap)) in v4l_try_fmt()
1354 if (unlikely(!is_rx || is_vid || !ops->vidioc_try_fmt_sliced_vbi_cap)) in v4l_try_fmt()
1387 if (unlikely(!is_rx || !is_sdr || !ops->vidioc_try_fmt_sdr_cap)) in v4l_try_fmt()