Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/rockchip/
H A Drk_hdmi.h38 int rk_hdmi_read_edid(struct udevice *dev, u8 *buf, int buf_size);
H A Drk3399_hdmi.c63 .read_edid = rk_hdmi_read_edid,
H A Drk3288_hdmi.c98 .read_edid = rk_hdmi_read_edid,
H A Drk_hdmi.c74 int rk_hdmi_read_edid(struct udevice *dev, u8 *buf, int buf_size) in rk_hdmi_read_edid() function