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