Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dcec.h411 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size,
443 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() function
/openbmc/linux/drivers/media/cec/core/
H A Dcec-notifier.c208 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_notifier_set_phys_addr_from_edid()
H A Dcec-adap.c47 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() function
58 EXPORT_SYMBOL_GPL(cec_get_edid_phys_addr);
1699 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_s_phys_addr_from_edid()
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c473 cec_addr = cec_get_edid_phys_addr((u8 *)edid, len, NULL); in hdmi4_bridge_get_edid()
/openbmc/linux/drivers/media/i2c/
H A Dadv7511-v4l2.c1678 ed.phys_addr = cec_get_edid_phys_addr(state->edid.data, in adv7511_check_edid_status()
H A Dtc358743.c1780 pa = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in tc358743_s_edid()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1571 phys_addr = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in vidioc_s_edid()