Searched refs:cec_get_edid_phys_addr (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/media/cec/ |
D | cec-edid.c | 73 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() function 84 EXPORT_SYMBOL_GPL(cec_get_edid_phys_addr);
|
D | cec-notifier.c | 103 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_notifier_set_phys_addr_from_edid()
|
D | cec-adap.c | 1547 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_s_phys_addr_from_edid()
|
/Linux-v4.19/include/media/ |
D | cec.h | 332 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, 422 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() function
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi4.c | 517 cec_get_edid_phys_addr(edid, r, NULL)); in hdmi_read_edid()
|
/Linux-v4.19/drivers/media/i2c/ |
D | adv7511.c | 1702 ed.phys_addr = cec_get_edid_phys_addr(state->edid.data, in adv7511_check_edid_status()
|
D | tc358743.c | 1791 pa = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in tc358743_s_edid()
|
D | adv7604.c | 2298 pa = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, &spa_loc); in adv76xx_set_edid()
|
D | adv7842.c | 792 pa = cec_get_edid_phys_addr(edid, 256, &spa_loc); in edid_write_hdmi_segment()
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-vid-cap.c | 1724 phys_addr = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in vidioc_s_edid()
|