Lines Matching refs:size
379 * @size: size in bytes of the EDID data
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,
457 * @size: the size of the EDID
463 * The returned location is guaranteed to be <= size-2.
470 unsigned int size)
472 unsigned int blocks = size / 128;
476 /* Sanity check: at least 2 blocks and a multiple of the block size */
477 if (blocks < 2 || size % 128)
481 * If there are fewer extension blocks than the size, then update
482 * 'blocks'. It is allowed to have more extension blocks than the size,
506 /* Note: 'end' is always < 'size' */