Home
last modified time | relevance | path

Searched refs:device_caps (Results 1 – 25 of 38) sorted by relevance

12

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-querycap.rst119 - ``device_caps``
123 ``device_caps`` of a radio device will only contain radio related
128 ``device_caps`` will never set ``V4L2_CAP_DEVICE_CAPS``.
275 - The driver fills the ``device_caps`` field. This capability can
277 ``device_caps`` field.
H A Ddev-meta.rst25 ``V4L2_CAP_META_CAPTURE`` flag in the ``device_caps`` field of the
29 ``V4L2_CAP_META_OUTPUT`` flag in the ``device_caps`` field of
H A Dopen.rst38 :ref:`device_caps field <device-capabilities>`.
40 If the device returns ``V4L2_CAP_IO_MC`` flag at ``device_caps``,
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-core.c1182 dev->video_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING | in saa7134_initdev()
1185 dev->video_dev->device_caps |= V4L2_CAP_TUNER; in saa7134_initdev()
1201 dev->vbi_dev->device_caps = V4L2_CAP_READWRITE | V4L2_CAP_STREAMING | in saa7134_initdev()
1204 dev->vbi_dev->device_caps |= V4L2_CAP_TUNER; in saa7134_initdev()
1217 dev->radio_dev->device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER; in saa7134_initdev()
1219 dev->radio_dev->device_caps |= V4L2_CAP_RDS_CAPTURE; in saa7134_initdev()
/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c179 ((dev)->dev_attr.device_caps & \
256 resp.device_caps |= EFA_QUERY_DEVICE_CAPS_CQ_WITH_SGID; in efa_query_device()
257 resp.device_caps |= EFA_QUERY_DEVICE_CAPS_CQ_WITH_EXT_MEM; in efa_query_device()
259 resp.device_caps |= EFA_QUERY_DEVICE_CAPS_RDMA_READ; in efa_query_device()
262 resp.device_caps |= EFA_QUERY_DEVICE_CAPS_RNR_RETRY; in efa_query_device()
265 resp.device_caps |= EFA_QUERY_DEVICE_CAPS_DATA_POLLING_128; in efa_query_device()
268 resp.device_caps |= EFA_QUERY_DEVICE_CAPS_RDMA_WRITE; in efa_query_device()
271 resp.device_caps |= EFA_QUERY_DEVICE_CAPS_UNSOLICITED_WRITE_RECV; in efa_query_device()
274 resp.device_caps |= EFA_QUERY_DEVICE_CAPS_CQ_NOTIFICATIONS; in efa_query_device()
/linux/drivers/media/pci/ivtv/
H A Divtvfb.c1222 itv->streams[IVTV_DEC_STREAM_TYPE_YUV].vdev.device_caps |= in ivtvfb_init_card()
1224 itv->streams[IVTV_DEC_STREAM_TYPE_MPG].vdev.device_caps |= in ivtvfb_init_card()
1253 itv->streams[IVTV_DEC_STREAM_TYPE_YUV].vdev.device_caps &= in ivtvfb_callback_cleanup()
1255 itv->streams[IVTV_DEC_STREAM_TYPE_MPG].vdev.device_caps &= in ivtvfb_callback_cleanup()
H A Divtv-ioctl.c441 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) in ivtv_g_fmt_vid_out_overlay()
552 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) in ivtv_try_fmt_vid_out_overlay()
1397 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) in ivtv_g_fbuf()
1464 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) in ivtv_s_fbuf()
1484 if (!(s->vdev.device_caps & V4L2_CAP_VIDEO_OUTPUT_OVERLAY)) in ivtv_overlay()
/linux/Documentation/userspace-api/media/
H A Dglossary.rst139 Such drivers have ``V4L2_CAP_IO_MC`` device_caps field set
209 Such drivers have the ``V4L2_CAP_IO_MC`` device_caps field unset
/linux/drivers/media/radio/
H A Dtea575x.c528 tea->vd.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO; in snd_tea575x_init()
530 tea->vd.device_caps |= V4L2_CAP_HW_FREQ_SEEK; in snd_tea575x_init()
H A Dradio-sf16fmi.c346 fmi->vdev.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO; in fmi_init()
H A Dradio-ma901.c399 radio->vdev.device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER; in usb_ma901radio_probe()
H A Ddsbr100.c379 radio->videodev.device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER; in usb_dsbr100_probe()
H A Dradio-tea5764.c465 radio->vdev.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO; in tea5764_i2c_probe()
H A Dradio-mr800.c545 radio->vdev.device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER | in usb_amradio_probe()
H A Dradio-tea5777.c553 tea->vd.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO | in radio_tea5777_init()
H A Dradio-cadet.c646 dev->vdev.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO | in cadet_init()
/linux/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_v4l2.c355 vdev->device_caps = V4L2_CAP_VIDEO_CAPTURE_MPLANE | V4L2_CAP_STREAMING; in sun4i_csi_v4l2_register()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h86 int ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
/linux/drivers/media/radio/si470x/
H A Dradio-si470x-i2c.c379 radio->videodev.device_caps = in si470x_i2c_probe()
H A Dradio-si470x-usb.c670 radio->videodev.device_caps = in si470x_usb_driver_probe()
/linux/drivers/media/radio/si4713/
H A Dradio-usb-si4713.c475 radio->vdev.device_caps = V4L2_CAP_MODULATOR | V4L2_CAP_RDS_OUTPUT; in usb_si4713_probe()
/linux/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be.c986 NODE_NAME(node), cap->capabilities, cap->device_caps, in pispbe_node_querycap()
987 node->vfd.device_caps); in pispbe_node_querycap()
1438 vdev->device_caps = V4L2_CAP_STREAMING | node_desc[id].caps; in pispbe_init_node()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.h601 struct device_caps_s device_caps; member
/linux/drivers/dma/
H A Ddmaengine.c614 if (device->device_caps) in dma_get_slave_caps()
615 device->device_caps(chan, caps); in dma_get_slave_caps()
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-stats.c432 vdev->device_caps = V4L2_CAP_META_CAPTURE | V4L2_CAP_STREAMING; in rkisp1_stats_register()

12