|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Storage type for a wrapper type around a video device. More...
#include <video.h>
Data Fields | |
| const struct device * | dev |
| Device held by this video device. | |
| const struct device * | src_dev |
| Source device up in the chain, and providing the data. | |
| sys_dlist_t | ctrls |
| List of video controls supported by this device. | |
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.
| sys_dlist_t video_device::ctrls |
List of video controls supported by this device.
| const struct device* video_device::dev |
Device held by this video device.
| const struct device* video_device::src_dev |
Source device up in the chain, and providing the data.