Name
cec_get_edid_phys_addr —
find and return the physical address
Synopsis
u16 cec_get_edid_phys_addr ( | const u8 * edid, |
| unsigned int size, |
| unsigned int * offset) ; |
Arguments
edid
pointer to the EDID data
size
size in bytes of the EDID data
offset
If not NULL
then the location of the physical address
bytes in the EDID will be returned here. This is set to 0
if there is no physical address found.
Return
the physical address or CEC_PHYS_ADDR_INVALID if there is none.