Searched defs:v4l2_event_ctrl (Results 1 – 3 of 3) sorted by relevance
2461 struct v4l2_event_ctrl { struct2462 __u32 changes;2463 __u32 type;2464 union {2468 __u32 flags;2469 __s32 minimum;2470 __s32 maximum;2471 __s32 step;2472 __s32 default_value;
2495 struct v4l2_event_ctrl { struct2496 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;
2532 struct v4l2_event_ctrl { struct2533 __u32 changes;2534 __u32 type;2535 union {2539 __u32 flags;2540 __s32 minimum;2541 __s32 maximum;2542 __s32 step;2543 __s32 default_value;