Searched refs:REG_NULL (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
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 …]
|
D | ov8858.c | 79 #define REG_NULL 0xffff macro 397 {REG_NULL, 0x00}, 718 {REG_NULL, 0x00}, 763 {REG_NULL, 0x00}, 801 {REG_NULL, 0x00}, 1123 {REG_NULL, 0x00}, 1161 {REG_NULL, 0x00}, 1198 {REG_NULL, 0x00}, 1275 for (i = 0; ret == 0 && regs[i].addr != REG_NULL; ++i) { in ov8858_write_array()
|
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()
|
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()
|
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()
|