Searched refs:REG_NULL (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov2659.c | 163 #define REG_NULL 0x0000 /* Array end token */ macro 376 { REG_NULL, 0x00 }, 411 { REG_NULL, 0x00 }, 459 { REG_NULL, 0x00 }, 507 { REG_NULL, 0x00 }, 555 { REG_NULL, 0x00 }, 603 { REG_NULL, 0x00 }, 651 { REG_NULL, 0x00 }, 699 { REG_NULL, 0x00 }, 780 { REG_NULL, 0x0 }, [all …]
|
| H A D | ov8858.c | 78 #define REG_NULL 0xffff macro 396 {REG_NULL, 0x00}, 717 {REG_NULL, 0x00}, 762 {REG_NULL, 0x00}, 800 {REG_NULL, 0x00}, 1122 {REG_NULL, 0x00}, 1160 {REG_NULL, 0x00}, 1197 {REG_NULL, 0x00}, 1274 for (i = 0; ret == 0 && regs[i].addr != REG_NULL; ++i) { in ov8858_write_array()
|
| H A D | ov5695.c | 63 #define REG_NULL 0xFFFF macro 288 {REG_NULL, 0x00}, 330 {REG_NULL, 0x00}, 372 {REG_NULL, 0x00} 555 {REG_NULL, 0x00} 597 {REG_NULL, 0x00} 639 {REG_NULL, 0x00} 738 for (i = 0; ret == 0 && regs[i].addr != REG_NULL; i++) in ov5695_write_array()
|
| H A D | ov2685.c | 53 #define REG_NULL 0xFFFF macro 211 {REG_NULL, 0x00} 291 for (i = 0; ret == 0 && regs[i].addr != REG_NULL; i++) in ov2685_write_array()
|
| H A D | ov9650.c | 192 #define REG_NULL 0xff /* Array end token */ macro 338 { REG_NULL, 0 } 457 for (i = 0; ret == 0 && regs[i].addr != REG_NULL; i++) in ov965x_write_array()
|