Lines Matching refs:is_tx
927 bool is_tx = vfd->vfl_dir != VFL_DIR_RX; in check_fmt() local
947 if (is_vid && is_tx && in check_fmt()
952 if (is_vid && is_tx && ops->vidioc_g_fmt_vid_out_mplane) in check_fmt()
956 if (is_vid && is_tx && ops->vidioc_g_fmt_vid_out_overlay) in check_fmt()
964 if (is_vbi && is_tx && ops->vidioc_g_fmt_vbi_out) in check_fmt()
972 if (is_vbi && is_tx && ops->vidioc_g_fmt_sliced_vbi_out) in check_fmt()
980 if (is_sdr && is_tx && ops->vidioc_g_fmt_sdr_out) in check_fmt()
1299 bool is_tx = vfd->vfl_dir != VFL_DIR_RX; in v4l_enum_fmt() local
1319 if (unlikely(!is_tx || !is_vid || !ops->vidioc_enum_fmt_vid_out)) in v4l_enum_fmt()
1324 if (unlikely(!is_tx || !is_vid || !ops->vidioc_enum_fmt_vid_out_mplane)) in v4l_enum_fmt()
1334 if (unlikely(!is_tx || !is_sdr || !ops->vidioc_enum_fmt_sdr_out)) in v4l_enum_fmt()
1352 bool is_tx = vfd->vfl_dir != VFL_DIR_RX; in v4l_g_fmt() local
1405 if (unlikely(!is_tx || !is_vid || !ops->vidioc_g_fmt_vid_out)) in v4l_g_fmt()
1413 if (unlikely(!is_tx || !is_vid || !ops->vidioc_g_fmt_vid_out_mplane)) in v4l_g_fmt()
1417 if (unlikely(!is_tx || !is_vid || !ops->vidioc_g_fmt_vid_out_overlay)) in v4l_g_fmt()
1421 if (unlikely(!is_tx || is_vid || !ops->vidioc_g_fmt_vbi_out)) in v4l_g_fmt()
1425 if (unlikely(!is_tx || is_vid || !ops->vidioc_g_fmt_sliced_vbi_out)) in v4l_g_fmt()
1433 if (unlikely(!is_tx || !is_sdr || !ops->vidioc_g_fmt_sdr_out)) in v4l_g_fmt()
1448 bool is_tx = vfd->vfl_dir != VFL_DIR_RX; in v4l_s_fmt() local
1483 if (unlikely(!is_tx || !is_vid || !ops->vidioc_s_fmt_vid_out)) in v4l_s_fmt()
1491 if (unlikely(!is_tx || !is_vid || !ops->vidioc_s_fmt_vid_out_mplane)) in v4l_s_fmt()
1496 if (unlikely(!is_tx || !is_vid || !ops->vidioc_s_fmt_vid_out_overlay)) in v4l_s_fmt()
1501 if (unlikely(!is_tx || is_vid || !ops->vidioc_s_fmt_vbi_out)) in v4l_s_fmt()
1506 if (unlikely(!is_tx || is_vid || !ops->vidioc_s_fmt_sliced_vbi_out)) in v4l_s_fmt()
1516 if (unlikely(!is_tx || !is_sdr || !ops->vidioc_s_fmt_sdr_out)) in v4l_s_fmt()
1532 bool is_tx = vfd->vfl_dir != VFL_DIR_RX; in v4l_try_fmt() local
1567 if (unlikely(!is_tx || !is_vid || !ops->vidioc_try_fmt_vid_out)) in v4l_try_fmt()
1575 if (unlikely(!is_tx || !is_vid || !ops->vidioc_try_fmt_vid_out_mplane)) in v4l_try_fmt()
1580 if (unlikely(!is_tx || !is_vid || !ops->vidioc_try_fmt_vid_out_overlay)) in v4l_try_fmt()
1585 if (unlikely(!is_tx || is_vid || !ops->vidioc_try_fmt_vbi_out)) in v4l_try_fmt()
1590 if (unlikely(!is_tx || is_vid || !ops->vidioc_try_fmt_sliced_vbi_out)) in v4l_try_fmt()
1600 if (unlikely(!is_tx || !is_sdr || !ops->vidioc_try_fmt_sdr_out)) in v4l_try_fmt()