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