Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov5645.c1016 u8 chip_id_high, chip_id_low; in ov5645_probe() local
1147 ret = ov5645_read_reg(ov5645, OV5645_CHIP_ID_LOW, &chip_id_low); in ov5645_probe()
1148 if (ret < 0 || chip_id_low != OV5645_CHIP_ID_LOW_BYTE) { in ov5645_probe()
H A Dov7251.c1528 u8 chip_id_high, chip_id_low, chip_rev; in ov7251_detect_chip() local
1536 ret = ov7251_read_reg(ov7251, OV7251_CHIP_ID_LOW, &chip_id_low); in ov7251_detect_chip()
1537 if (ret < 0 || chip_id_low != OV7251_CHIP_ID_LOW_BYTE) in ov7251_detect_chip()