Searched defs:read_edid (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/ |
H A D | display.h | 71 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
|
H A D | video_bridge.h | 64 int (*read_edid)(struct udevice *dev, u8 *buf, int buf_size); member
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi5.c | 306 static int read_edid(u8 *buf, int len) in read_edid() function
|
H A D | hdmi4.c | 285 static int read_edid(u8 *buf, int len) in read_edid() function
|
/openbmc/linux/include/video/ |
H A D | omapfb_dss.h | 533 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member 733 int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len); member
|