Lines Matching defs:v4l2_bt_timings
699 struct v4l2_bt_timings { struct
700 __u32 width;
701 __u32 height;
702 __u32 interlaced;
704 __u32 polarities;
705 __u64 pixelclock;
706 __u32 hfrontporch;
707 __u32 hsync;
709 __u32 hbackporch;
710 __u32 vfrontporch;
711 __u32 vsync;
712 __u32 vbackporch;
714 __u32 il_vfrontporch;
715 __u32 il_vsync;
716 __u32 il_vbackporch;
717 __u32 standards;
741 struct v4l2_bt_timings bt; argument