| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-querycap.rst | 119 - ``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 D | dev-meta.rst | 25 ``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 D | open.rst | 38 :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 D | saa7134-core.c | 1182 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 D | efa_verbs.c | 179 ((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 D | ivtvfb.c | 1222 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 D | ivtv-ioctl.c | 441 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 D | glossary.rst | 139 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 D | tea575x.c | 528 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 D | radio-sf16fmi.c | 346 fmi->vdev.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO; in fmi_init()
|
| H A D | radio-ma901.c | 399 radio->vdev.device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER; in usb_ma901radio_probe()
|
| H A D | dsbr100.c | 379 radio->videodev.device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER; in usb_dsbr100_probe()
|
| H A D | radio-tea5764.c | 465 radio->vdev.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO; in tea5764_i2c_probe()
|
| H A D | radio-mr800.c | 545 radio->vdev.device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER | in usb_amradio_probe()
|
| H A D | radio-tea5777.c | 553 tea->vd.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO | in radio_tea5777_init()
|
| H A D | radio-cadet.c | 646 dev->vdev.device_caps = V4L2_CAP_TUNER | V4L2_CAP_RADIO | in cadet_init()
|
| /linux/drivers/media/platform/sunxi/sun4i-csi/ |
| H A D | sun4i_v4l2.c | 355 vdev->device_caps = V4L2_CAP_VIDEO_CAPTURE_MPLANE | V4L2_CAP_STREAMING; in sun4i_csi_v4l2_register()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_common.h | 86 int ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps);
|
| /linux/drivers/media/radio/si470x/ |
| H A D | radio-si470x-i2c.c | 379 radio->videodev.device_caps = in si470x_i2c_probe()
|
| H A D | radio-si470x-usb.c | 670 radio->videodev.device_caps = in si470x_usb_driver_probe()
|
| /linux/drivers/media/radio/si4713/ |
| H A D | radio-usb-si4713.c | 475 radio->vdev.device_caps = V4L2_CAP_MODULATOR | V4L2_CAP_RDS_OUTPUT; in usb_si4713_probe()
|
| /linux/drivers/media/platform/raspberrypi/pisp_be/ |
| H A D | pisp_be.c | 986 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 D | hw_atl2_utils.h | 601 struct device_caps_s device_caps; member
|
| /linux/drivers/dma/ |
| H A D | dmaengine.c | 614 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 D | rkisp1-stats.c | 432 vdev->device_caps = V4L2_CAP_META_CAPTURE | V4L2_CAP_STREAMING; in rkisp1_stats_register()
|