Searched refs:cec_get_edid_phys_addr (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/include/media/ |
A D | cec.h | 407 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, 439 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() function
|
/linux-6.3-rc2/drivers/media/cec/core/ |
A D | cec-notifier.c | 207 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_notifier_set_phys_addr_from_edid()
|
A D | cec-adap.c | 47 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); 1690 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_s_phys_addr_from_edid()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | hdmi4.c | 473 cec_addr = cec_get_edid_phys_addr((u8 *)edid, len, NULL); in hdmi4_bridge_get_edid()
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | adv7511-v4l2.c | 1678 ed.phys_addr = cec_get_edid_phys_addr(state->edid.data, in adv7511_check_edid_status()
|
A D | tc358743.c | 1780 pa = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in tc358743_s_edid()
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-vid-cap.c | 1821 phys_addr = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in vidioc_s_edid()
|
Completed in 21 milliseconds