cec_get_edid_phys_addr
pa = cec_get_edid_phys_addr((const u8 *)edid,
cec_addr = cec_get_edid_phys_addr((u8 *)edid, len, NULL);
pa = cec_get_edid_phys_addr((const u8 *)edid,
EXPORT_SYMBOL_GPL(cec_get_edid_phys_addr);
pa = cec_get_edid_phys_addr((const u8 *)edid,
ed.phys_addr = cec_get_edid_phys_addr(state->edid.data,
pa = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL);
phys_addr = cec_get_edid_phys_addr(edid->edid,
u16 phys_addr = cec_get_edid_phys_addr(dev->edid, dev->edid_blocks * 128, NULL);
phys_addr = cec_get_edid_phys_addr(edid->edid, edid->blocks * 128, NULL);
u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size,