Searched defs:hdmi_timings (Results 1 – 1 of 1) sorted by relevance
53 struct hdmi_timings { struct54 struct hdmi_pulse hact;55 u32 hsyn_pol; /* 0 - high, 1 - low */56 struct hdmi_pulse hsyn;57 u32 interlaced;58 struct hdmi_pulse vact[2];59 u32 vsyn_pol; /* 0 - high, 1 - low */60 u32 vsyn_off;61 struct hdmi_pulse vsyn[2];482 const struct hdmi_timings *hdmi_timings; member[all …]