Home
last modified time | relevance | path

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

/linux/include/media/
H A Dcec.h450 * cec_get_edid_phys_addr() - find and return the physical address
460 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size,
492 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size,
493 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, cec_get_edid_phys_addr() function
/linux/drivers/media/cec/core/
H A Dcec-notifier.c213 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_notifier_set_phys_addr_from_edid()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_cec.c382 pa = cec_get_edid_phys_addr((const u8 *)edid, in drm_dp_cec_set_edid()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c481 cec_addr = cec_get_edid_phys_addr((u8 *)edid, len, NULL); in hdmi4_bridge_edid_read()
/linux/drivers/media/i2c/
H A Dadv7511-v4l2.c1697 ed.phys_addr = cec_get_edid_phys_addr(state->edid.data, in adv7511_check_edid_status()
H A Dtc358743.c1816 pa = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in tc358743_s_edid()