Home
last modified time | relevance | path

Searched refs:timing_entry (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/video/
H A Ddisplay_timing.h40 struct timing_entry { struct
64 struct timing_entry pixelclock;
66 struct timing_entry hactive; /* hor. active video */
67 struct timing_entry hfront_porch; /* hor. front porch */
68 struct timing_entry hback_porch; /* hor. back porch */
69 struct timing_entry hsync_len; /* hor. sync len */
71 struct timing_entry vactive; /* ver. active video */
72 struct timing_entry vfront_porch; /* ver. front porch */
73 struct timing_entry vback_porch; /* ver. back porch */
74 struct timing_entry vsync_len; /* ver. sync len */
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h900 struct timing_entry { struct
924 struct timing_entry pixelclock;
926 struct timing_entry hactive; /* hor. active video */
927 struct timing_entry hfront_porch; /* hor. front porch */
928 struct timing_entry hback_porch; /* hor. back porch */
929 struct timing_entry hsync_len; /* hor. sync len */
931 struct timing_entry vactive; /* ver. active video */
932 struct timing_entry vfront_porch; /* ver. front porch */
933 struct timing_entry vback_porch; /* ver. back porch */
934 struct timing_entry vsync_len; /* ver. sync len */
/OK3568_Linux_fs/kernel/drivers/video/
H A Dof_display_timing.c26 struct timing_entry *result) in parse_timing_property()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dofnode.c419 struct timing_entry *result) in decode_timing_property()
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c1050 struct timing_entry *result) in decode_timing_property()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c1756 static void set_entry(struct timing_entry *entry, u32 value) in set_entry()