Lines Matching defs:data
50 /* Default number of MIPI CSI-2 data lanes used */
340 * u16 offset; sequence offset in data array
342 * u16 data[*]; array containing sequences
346 size_t count, const __le16 *data)
357 ret = memcmp(data, S5K5BAF_FW_TAG, S5K5BAG_FW_TAG_LEN * sizeof(u16));
363 data += S5K5BAG_FW_TAG_LEN;
371 d[i] = le16_to_cpu(data[i]);
553 u16 *data;
559 data = &fw->seq[0].id + 2 * fw->count;
563 return data + fw->seq[i].offset;
1029 (__le16 *)fw->data);