Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_ad_nvp6188.c461 static int nvp6188_write_reg(struct vehicle_ad_dev *ad, u8 reg, u8 val) in nvp6188_write_reg() function
493 ret = nvp6188_write_reg(ad, regs[i].addr, regs[i].val); in nvp6188_write_array()
538 nvp6188_write_reg(ad, 0xff, 0x05 + ch); in nv6188_read_vfc()
591 nvp6188_write_reg(ad, 0xFF, 0x13); in nvp6188_auto_detect_fmt()
594 nvp6188_write_reg(ad, 0x70, val_13x70); in nvp6188_auto_detect_fmt()
597 nvp6188_write_reg(ad, 0x71, val_13x71); in nvp6188_auto_detect_fmt()
652 nvp6188_write_reg(ad, 0xff, 0x00); in nv6188_set_chn_960h()
653 nvp6188_write_reg(ad, 0x08 + ch, ntpal ? 0xdd : 0xa0); in nv6188_set_chn_960h()
654 nvp6188_write_reg(ad, 0x18 + ch, 0x08); in nv6188_set_chn_960h()
655 nvp6188_write_reg(ad, 0x22 + ch * 4, 0x0b); in nv6188_set_chn_960h()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dnvp6188.c860 static int nvp6188_write_reg(struct i2c_client *client, u8 reg, u8 val) in nvp6188_write_reg() function
893 ret = nvp6188_write_reg(client, regs[i].addr, regs[i].val); in nvp6188_write_array()
940 nvp6188_write_reg(client, 0xff, 0x05 + ch); in nv6188_read_htotal()
953 nvp6188_write_reg(client, 0xff, 0x05 + ch); in nv6188_read_vfc()
963 nvp6188_write_reg(client, 0xff, 0x00); in nvp6188_auto_detect_hotplug()
1431 nvp6188_write_reg(client, 0xff, 0x00); in nv6188_set_chn_960p()
1432 nvp6188_write_reg(client, 0x00 + ch, 0x10); in nv6188_set_chn_960p()
1433 nvp6188_write_reg(client, 0x08 + ch, 0x00); in nv6188_set_chn_960p()
1434 nvp6188_write_reg(client, 0x18 + ch, 0x0f); in nv6188_set_chn_960p()
1435 nvp6188_write_reg(client, 0x30 + ch, 0x12); in nv6188_set_chn_960p()
[all …]