Searched refs:REG_NULL (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
D | ov2659.c | 187 #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 …]
|
D | ov9650.c | 193 #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()
|