Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
video_device Struct Reference

Storage type for a wrapper type around a video device. More...

#include <video.h>

Data Fields

const struct devicedev
 Device held by this video device.
const struct devicesrc_dev
 Source device up in the chain, and providing the data.
sys_dlist_t ctrls
 List of video controls supported by this device.

Detailed Description

Storage type for a wrapper type around a video device.

These are connected together as a list of devices, used to propagate controls along a chain of subdevices.

Field Documentation

◆ ctrls

sys_dlist_t video_device::ctrls

List of video controls supported by this device.

◆ dev

const struct device* video_device::dev

Device held by this video device.

◆ src_dev

const struct device* video_device::src_dev

Source device up in the chain, and providing the data.


The documentation for this struct was generated from the following file: