Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 */
/rk3399_rockchip-uboot/drivers/core/
H A Dofnode.c419 struct timing_entry *result) in decode_timing_property()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c1061 struct timing_entry *result) in decode_timing_property()
/rk3399_rockchip-uboot/common/
H A Dedid.c1756 static void set_entry(struct timing_entry *entry, u32 value) in set_entry()