Home
last modified time | relevance | path

Searched refs:REG_NULL (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
Dov2659.c187 #define REG_NULL 0x0000 /* Array end token */ macro
395 { REG_NULL, 0x00 },
426 { REG_NULL, 0x00 },
474 { REG_NULL, 0x00 },
522 { REG_NULL, 0x00 },
570 { REG_NULL, 0x00 },
618 { REG_NULL, 0x00 },
666 { REG_NULL, 0x00 },
714 { REG_NULL, 0x00 },
795 { REG_NULL, 0x0 },
[all …]
Dov9650.c193 #define REG_NULL 0xff /* Array end token */ macro
338 { REG_NULL, 0 }
466 for (i = 0; ret == 0 && regs[i].addr != REG_NULL; i++) in ov965x_write_array()