Home
last modified time | relevance | path

Searched defs:v4l2_event_ctrl (Results 1 – 3 of 3) sorted by relevance

/external/v4l-utils/include/linux/
Dvideodev2.h2461 struct v4l2_event_ctrl { struct
2462 __u32 changes;
2463 __u32 type;
2464 union {
2468 __u32 flags;
2469 __s32 minimum;
2470 __s32 maximum;
2471 __s32 step;
2472 __s32 default_value;
/external/v4l-utils/contrib/freebsd/include/linux/
Dvideodev2.h2495 struct v4l2_event_ctrl { struct
2496 uint32_t changes;
2497 uint32_t type;
2498 union {
2502 uint32_t flags;
2503 int32_t minimum;
2504 int32_t maximum;
2505 int32_t step;
2506 int32_t default_value;
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h2532 struct v4l2_event_ctrl { struct
2533 __u32 changes;
2534 __u32 type;
2535 union {
2539 __u32 flags;
2540 __s32 minimum;
2541 __s32 maximum;
2542 __s32 step;
2543 __s32 default_value;