Searched defs:intf_timing_params (Results 1 – 1 of 1) sorted by relevance
16 struct intf_timing_params { struct17 u32 width; /* active width */18 u32 height; /* active height */19 u32 xres; /* Display panel width */20 u32 yres; /* Display panel height */22 u32 h_back_porch;23 u32 h_front_porch;24 u32 v_back_porch;25 u32 v_front_porch;26 u32 hsync_pulse_width;[all …]