Searched refs:cec_get_edid_phys_addr (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | cec.h | 376 * cec_get_edid_phys_addr() - find and return the physical address 386 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, 418 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() function
|
/kernel/linux/linux-6.6/include/media/ |
H A D | cec.h | 400 * cec_get_edid_phys_addr() - find and return the physical address 410 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, 442 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() function
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-notifier.c | 206 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_notifier_set_phys_addr_from_edid()
|
H A D | cec-adap.c | 68 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() function 79 EXPORT_SYMBOL_GPL(cec_get_edid_phys_addr); variable 1630 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_s_phys_addr_from_edid()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-notifier.c | 208 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_notifier_set_phys_addr_from_edid()
|
H 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); variable 1697 pa = cec_get_edid_phys_addr((const u8 *)edid, in cec_s_phys_addr_from_edid()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4.c | 472 cec_addr = cec_get_edid_phys_addr((u8 *)edid, len, NULL); in hdmi4_bridge_get_edid()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi4.c | 473 cec_addr = cec_get_edid_phys_addr((u8 *)edid, len, NULL); in hdmi4_bridge_get_edid()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7511-v4l2.c | 1707 ed.phys_addr = cec_get_edid_phys_addr(state->edid.data, in adv7511_check_edid_status()
|
H A D | tc358743.c | 1794 pa = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in tc358743_s_edid()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-cap.c | 1813 phys_addr = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in vidioc_s_edid()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-cap.c | 1568 phys_addr = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in vidioc_s_edid()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tc358743.c | 1780 pa = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL); in tc358743_s_edid()
|
H A D | adv7511-v4l2.c | 1678 ed.phys_addr = cec_get_edid_phys_addr(state->edid.data, in adv7511_check_edid_status()
|
Completed in 29 milliseconds