Searched refs:S5K5BAG_FW_TAG_LEN (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Ds5k5baf.c40 #define S5K5BAG_FW_TAG_LEN 2 macro
352 if (count < S5K5BAG_FW_TAG_LEN + 1) {
357 ret = memcmp(data, S5K5BAF_FW_TAG, S5K5BAG_FW_TAG_LEN * sizeof(u16));
363 data += S5K5BAG_FW_TAG_LEN;
364 count -= S5K5BAG_FW_TAG_LEN;
376 f->count, 2 * (count + S5K5BAG_FW_TAG_LEN));

Completed in 150 milliseconds