Lines Matching refs:is_rx

926 	bool is_rx = vfd->vfl_dir != VFL_DIR_TX;  in check_fmt()  local
934 if (is_vid && is_rx && in check_fmt()
939 if (is_vid && is_rx && ops->vidioc_g_fmt_vid_cap_mplane) in check_fmt()
943 if (is_vid && is_rx && ops->vidioc_g_fmt_vid_overlay) in check_fmt()
960 if (is_vbi && is_rx && ops->vidioc_g_fmt_vbi_cap) in check_fmt()
968 if (is_vbi && is_rx && ops->vidioc_g_fmt_sliced_vbi_cap) in check_fmt()
976 if (is_sdr && is_rx && ops->vidioc_g_fmt_sdr_cap) in check_fmt()
1298 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; in v4l_enum_fmt() local
1304 if (unlikely(!is_rx || !is_vid || !ops->vidioc_enum_fmt_vid_cap)) in v4l_enum_fmt()
1309 if (unlikely(!is_rx || !is_vid || !ops->vidioc_enum_fmt_vid_cap_mplane)) in v4l_enum_fmt()
1314 if (unlikely(!is_rx || !is_vid || !ops->vidioc_enum_fmt_vid_overlay)) in v4l_enum_fmt()
1329 if (unlikely(!is_rx || !is_sdr || !ops->vidioc_enum_fmt_sdr_cap)) in v4l_enum_fmt()
1351 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; in v4l_g_fmt() local
1381 if (unlikely(!is_rx || !is_vid || !ops->vidioc_g_fmt_vid_cap)) in v4l_g_fmt()
1389 if (unlikely(!is_rx || !is_vid || !ops->vidioc_g_fmt_vid_cap_mplane)) in v4l_g_fmt()
1393 if (unlikely(!is_rx || !is_vid || !ops->vidioc_g_fmt_vid_overlay)) in v4l_g_fmt()
1397 if (unlikely(!is_rx || is_vid || !ops->vidioc_g_fmt_vbi_cap)) in v4l_g_fmt()
1401 if (unlikely(!is_rx || is_vid || !ops->vidioc_g_fmt_sliced_vbi_cap)) in v4l_g_fmt()
1429 if (unlikely(!is_rx || !is_sdr || !ops->vidioc_g_fmt_sdr_cap)) in v4l_g_fmt()
1447 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; in v4l_s_fmt() local
1455 if (unlikely(!is_rx || !is_vid || !ops->vidioc_s_fmt_vid_cap)) in v4l_s_fmt()
1463 if (unlikely(!is_rx || !is_vid || !ops->vidioc_s_fmt_vid_cap_mplane)) in v4l_s_fmt()
1468 if (unlikely(!is_rx || !is_vid || !ops->vidioc_s_fmt_vid_overlay)) in v4l_s_fmt()
1473 if (unlikely(!is_rx || is_vid || !ops->vidioc_s_fmt_vbi_cap)) in v4l_s_fmt()
1478 if (unlikely(!is_rx || is_vid || !ops->vidioc_s_fmt_sliced_vbi_cap)) in v4l_s_fmt()
1511 if (unlikely(!is_rx || !is_sdr || !ops->vidioc_s_fmt_sdr_cap)) in v4l_s_fmt()
1531 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; in v4l_try_fmt() local
1539 if (unlikely(!is_rx || !is_vid || !ops->vidioc_try_fmt_vid_cap)) in v4l_try_fmt()
1547 if (unlikely(!is_rx || !is_vid || !ops->vidioc_try_fmt_vid_cap_mplane)) in v4l_try_fmt()
1552 if (unlikely(!is_rx || !is_vid || !ops->vidioc_try_fmt_vid_overlay)) in v4l_try_fmt()
1557 if (unlikely(!is_rx || is_vid || !ops->vidioc_try_fmt_vbi_cap)) in v4l_try_fmt()
1562 if (unlikely(!is_rx || is_vid || !ops->vidioc_try_fmt_sliced_vbi_cap)) in v4l_try_fmt()
1595 if (unlikely(!is_rx || !is_sdr || !ops->vidioc_try_fmt_sdr_cap)) in v4l_try_fmt()