Searched refs:device_caps (Results 1 - 25 of 181) sorted by relevance

12345678

/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_fops.c367 vfd->device_caps = V4L2_CAP_VIDEO_CAPTURE |
369 vfd->device_caps |= dev->ext_vv_data->capabilities;
371 vfd->device_caps &=
373 } else if (vfd->device_caps & V4L2_CAP_SLICED_VBI_OUTPUT) {
375 vfd->device_caps &= ~(V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_STREAMING |
378 vfd->device_caps &= ~V4L2_CAP_VIDEO_CAPTURE;
/linux-master/include/uapi/rdma/
H A Defa-abi.h135 __u32 device_caps; member in struct:efa_ibv_ex_query_device_resp
/linux-master/include/media/
H A Dv4l2-dev.h230 * @device_caps: device capabilities as used in v4l2_capabilities
271 u32 device_caps; member in struct:video_device
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-empress.c294 dev->empress_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
297 dev->empress_dev->device_caps |= V4L2_CAP_TUNER;
H A Dsaa7134-core.c1182 dev->video_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1185 dev->video_dev->device_caps |= V4L2_CAP_TUNER;
1201 dev->vbi_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1204 dev->vbi_dev->device_caps |= V4L2_CAP_TUNER;
1217 dev->radio_dev->device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER;
1219 dev->radio_dev->device_caps |= V4L2_CAP_RDS_CAPTURE;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c210 pr_cont("driver=%.*s, card=%.*s, bus=%.*s, version=0x%08x, capabilities=0x%08x, device_caps=0x%08x\n",
214 p->version, p->capabilities, p->device_caps);
924 (vfd->device_caps & vid_caps);
929 (vfd->device_caps & meta_caps);
1089 cap->device_caps = vfd->device_caps;
1090 cap->capabilities = vfd->device_caps | V4L2_CAP_DEVICE_CAPS;
1098 * Drivers must not change device_caps, so check for this and
1101 WARN_ON(cap->device_caps != vfd->device_caps);
[all...]
H A Dv4l2-dev.c549 (vdev->device_caps & vid_caps);
555 (vdev->device_caps & meta_caps);
558 bool is_io_mc = vdev->device_caps & V4L2_CAP_IO_MC;
559 bool has_streaming = vdev->device_caps & V4L2_CAP_STREAMING;
903 /* the device_caps field MUST be set for all but subdevs */
904 if (WARN_ON(type != VFL_TYPE_SUBDEV && !vdev->device_caps))
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-dma.c675 dma->video.device_caps = V4L2_CAP_STREAMING;
677 dma->video.device_caps |= V4L2_CAP_VIDEO_CAPTURE;
679 dma->video.device_caps |= V4L2_CAP_VIDEO_OUTPUT;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-video.c1362 dev->video_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1369 dev->video_dev->device_caps |= V4L2_CAP_TUNER;
1373 dev->video_dev->device_caps |= V4L2_CAP_TUNER;
1394 dev->vbi_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1401 dev->vbi_dev->device_caps |= V4L2_CAP_TUNER;
1405 dev->vbi_dev->device_caps |= V4L2_CAP_TUNER;
/linux-master/drivers/media/radio/
H A Dradio-timb.c115 tr->video_dev.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO;
H A Dtea575x.c528 tea->vd.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO;
530 tea->vd.device_caps |= V4L2_CAP_HW_FREQ_SEEK;
H A Ddsbr100.c379 radio->videodev.device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER;
H A Dradio-raremono.c357 radio->vdev.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO;
H A Dradio-sf16fmi.c346 fmi->vdev.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO;
/linux-master/drivers/media/radio/si4713/
H A Dradio-platform-si4713.c175 rsdev->radio_dev.device_caps = V4L2_CAP_MODULATOR | V4L2_CAP_RDS_OUTPUT;
/linux-master/drivers/infiniband/hw/efa/
H A Defa_com_cmd.h132 u32 device_caps; member in struct:efa_com_get_device_attr_result
H A Defa_admin_cmds_defs.h668 u32 device_caps; member in struct:efa_admin_feature_device_attr_desc
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c1820 dev->vdev.device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1829 dev->vdev.device_caps |= V4L2_CAP_TUNER;
1833 dev->vdev.device_caps |= V4L2_CAP_TUNER;
1880 dev->vbi_dev.device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1888 dev->vbi_dev.device_caps |= V4L2_CAP_TUNER;
1892 dev->vbi_dev.device_caps |= V4L2_CAP_TUNER;
1910 dev->radio_dev.device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1410 vfd->device_caps = dev->vid_cap_caps;
1461 vfd->device_caps = dev->vid_out_caps;
1513 vfd->device_caps = dev->vbi_cap_caps;
1545 vfd->device_caps = dev->vbi_out_caps;
1576 vfd->device_caps = dev->sdr_cap_caps;
1603 vfd->device_caps = dev->radio_rx_caps;
1623 vfd->device_caps = dev->radio_tx_caps;
1642 vfd->device_caps = dev->meta_cap_caps;
1672 vfd->device_caps = dev->meta_out_caps;
1701 vfd->device_caps
[all...]
/linux-master/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_v4l2.c355 vdev->device_caps = V4L2_CAP_VIDEO_CAPTURE_MPLANE | V4L2_CAP_STREAMING;
/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c1221 itv->streams[IVTV_DEC_STREAM_TYPE_YUV].vdev.device_caps |=
1223 itv->streams[IVTV_DEC_STREAM_TYPE_MPG].vdev.device_caps |=
1252 itv->streams[IVTV_DEC_STREAM_TYPE_YUV].vdev.device_caps &=
1254 itv->streams[IVTV_DEC_STREAM_TYPE_MPG].vdev.device_caps &=
H A Divtv-ioctl.c441 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY))
552 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY))
1385 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY))
1452 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY))
1472 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY))
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h86 int ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c386 cap->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_VIDEO_M2M_MPLANE;
387 cap->capabilities = cap->device_caps | V4L2_CAP_DEVICE_CAPS;
751 vdev->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_VIDEO_M2M_MPLANE;
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c1450 dev->video_dev.device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1453 dev->video_dev.device_caps |= V4L2_CAP_TUNER;
1467 dev->vbi_dev.device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING |
1470 dev->vbi_dev.device_caps |= V4L2_CAP_TUNER;
1485 dev->radio_dev.device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER;

Completed in 315 milliseconds

12345678