Lines Matching refs:is_tx

924 	bool is_tx = vfd->vfl_dir != VFL_DIR_RX;  in check_fmt()  local
944 if (is_vid && is_tx && in check_fmt()
949 if (is_vid && is_tx && ops->vidioc_g_fmt_vid_out_mplane) in check_fmt()
953 if (is_vid && is_tx && ops->vidioc_g_fmt_vid_out_overlay) in check_fmt()
961 if (is_vbi && is_tx && ops->vidioc_g_fmt_vbi_out) in check_fmt()
969 if (is_vbi && is_tx && ops->vidioc_g_fmt_sliced_vbi_out) in check_fmt()
1114 bool is_tx = vfd->vfl_dir != VFL_DIR_RX; in v4l_enum_fmt() local
1130 if (unlikely(!is_tx || !is_vid || !ops->vidioc_enum_fmt_vid_out)) in v4l_enum_fmt()
1134 if (unlikely(!is_tx || !is_vid || !ops->vidioc_enum_fmt_vid_out_mplane)) in v4l_enum_fmt()
1153 bool is_tx = vfd->vfl_dir != VFL_DIR_RX; in v4l_g_fmt() local
1206 if (unlikely(!is_tx || !is_vid || !ops->vidioc_g_fmt_vid_out)) in v4l_g_fmt()
1214 if (unlikely(!is_tx || !is_vid || !ops->vidioc_g_fmt_vid_out_mplane)) in v4l_g_fmt()
1218 if (unlikely(!is_tx || !is_vid || !ops->vidioc_g_fmt_vid_out_overlay)) in v4l_g_fmt()
1222 if (unlikely(!is_tx || is_vid || !ops->vidioc_g_fmt_vbi_out)) in v4l_g_fmt()
1226 if (unlikely(!is_tx || is_vid || !ops->vidioc_g_fmt_sliced_vbi_out)) in v4l_g_fmt()
1245 bool is_tx = vfd->vfl_dir != VFL_DIR_RX; in v4l_s_fmt() local
1280 if (unlikely(!is_tx || !is_vid || !ops->vidioc_s_fmt_vid_out)) in v4l_s_fmt()
1288 if (unlikely(!is_tx || !is_vid || !ops->vidioc_s_fmt_vid_out_mplane)) in v4l_s_fmt()
1293 if (unlikely(!is_tx || !is_vid || !ops->vidioc_s_fmt_vid_out_overlay)) in v4l_s_fmt()
1298 if (unlikely(!is_tx || is_vid || !ops->vidioc_s_fmt_vbi_out)) in v4l_s_fmt()
1303 if (unlikely(!is_tx || is_vid || !ops->vidioc_s_fmt_sliced_vbi_out)) in v4l_s_fmt()
1324 bool is_tx = vfd->vfl_dir != VFL_DIR_RX; in v4l_try_fmt() local
1359 if (unlikely(!is_tx || !is_vid || !ops->vidioc_try_fmt_vid_out)) in v4l_try_fmt()
1367 if (unlikely(!is_tx || !is_vid || !ops->vidioc_try_fmt_vid_out_mplane)) in v4l_try_fmt()
1372 if (unlikely(!is_tx || !is_vid || !ops->vidioc_try_fmt_vid_out_overlay)) in v4l_try_fmt()
1377 if (unlikely(!is_tx || is_vid || !ops->vidioc_try_fmt_vbi_out)) in v4l_try_fmt()
1382 if (unlikely(!is_tx || is_vid || !ops->vidioc_try_fmt_sliced_vbi_out)) in v4l_try_fmt()