Lines Matching defs:data
75 u8 data[EDID_MAX_SEGM * 256];
160 union i2c_smbus_data data;
164 I2C_SMBUS_BYTE_DATA, &data))
165 return data.byte;
808 /* write data */
812 /* set length (data + header) */
1189 memcpy(edid->edid, &state->edid.data[edid->start_block * 128],
1601 u8 *data = state->edid.data;
1603 if (!edid_block_verify_crc(&data[segment * 256]))
1606 return edid_block_verify_crc(&data[segment * 256 + 128]);
1616 u8 *data = state->edid.data;
1620 return !memcmp(data, hdmi_header, sizeof(hdmi_header));
1644 err = adv7511_edid_rd(sd, 256, &state->edid.data[segment * 256]);
1646 adv7511_dbg_dump_edid(2, debug, sd, segment, &state->edid.data[segment * 256]);
1648 state->edid.blocks = state->edid.data[0x7e] + 1;
1666 if (((state->edid.data[0x7e] >> 1) + 1) > state->edid.segments) {
1678 ed.phys_addr = cec_get_edid_phys_addr(state->edid.data,
1783 /* Platform data */
1785 v4l_err(client, "No platform data!\n");