Searched defs:is_rx (Results 1 - 5 of 5) sorted by relevance

/drivers/media/v4l2-core/
H A Dv4l2-dev.c558 bool is_rx = vdev->vfl_dir != VFL_DIR_TX; local
607 if ((is_rx && (ops->vidioc_enum_fmt_vid_cap ||
613 if ((is_rx && (ops->vidioc_g_fmt_vid_cap ||
620 if ((is_rx && (ops->vidioc_s_fmt_vid_cap ||
627 if ((is_rx && (ops->vidioc_try_fmt_vid_cap ||
648 if ((is_rx && (ops->vidioc_g_fmt_vbi_cap ||
653 if ((is_rx && (ops->vidioc_s_fmt_vbi_cap ||
658 if ((is_rx && (ops->vidioc_try_fmt_vbi_cap ||
695 if (is_rx) {
737 if (is_rx) {
[all...]
H A Dv4l2-ioctl.c918 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; local
926 if (is_vid && is_rx &&
931 if (is_vid && is_rx && ops->vidioc_g_fmt_vid_cap_mplane)
935 if (is_vid && is_rx && ops->vidioc_g_fmt_vid_overlay)
952 if (is_vbi && is_rx && ops->vidioc_g_fmt_vbi_cap)
960 if (is_vbi && is_rx && ops->vidioc_g_fmt_sliced_vbi_cap)
968 if (is_sdr && is_rx && ops->vidioc_g_fmt_sdr_cap)
1104 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; local
1109 if (unlikely(!is_rx || !is_vid || !ops->vidioc_enum_fmt_vid_cap))
1113 if (unlikely(!is_rx || !is_vi
1143 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; local
1235 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; local
1314 bool is_rx = vfd->vfl_dir != VFL_DIR_TX; local
[all...]
/drivers/usb/musb/
H A Dcppi_dma.c410 cppi_rndis_update(struct cppi_channel *c, int is_rx, argument
418 if (is_rx)
/drivers/i2c/busses/
H A Di2c-omap.c468 static void omap_i2c_resize_fifo(struct omap_i2c_dev *dev, u8 size, bool is_rx) argument
486 if (is_rx) {
/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c223 cpdma_desc_alloc(struct cpdma_desc_pool *pool, int num_desc, bool is_rx) argument
233 if (is_rx) {

Completed in 1227 milliseconds