Searched refs:timing_entry (Results 1 – 2 of 2) sorted by relevance
37 struct timing_entry { struct61 struct timing_entry pixelclock;63 struct timing_entry hactive; /* hor. active video */64 struct timing_entry hfront_porch; /* hor. front porch */65 struct timing_entry hback_porch; /* hor. back porch */66 struct timing_entry hsync_len; /* hor. sync len */68 struct timing_entry vactive; /* ver. active video */69 struct timing_entry vfront_porch; /* ver. front porch */70 struct timing_entry vback_porch; /* ver. back porch */71 struct timing_entry vsync_len; /* ver. sync len */
27 struct timing_entry *result) in parse_timing_property()