Lines Matching defs:v4l2_bt_timings
603 struct v4l2_bt_timings { struct
604 __u32 width;
605 __u32 height;
606 __u32 interlaced;
607 __u32 polarities;
608 __u64 pixelclock;
609 __u32 hfrontporch;
610 __u32 hsync;
611 __u32 hbackporch;
612 __u32 vfrontporch;
613 __u32 vsync;
614 __u32 vbackporch;
615 __u32 il_vfrontporch;
616 __u32 il_vsync;
617 __u32 il_vbackporch;
641 struct v4l2_bt_timings bt; argument