Searched refs:adv7180_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/media/i2c/ |
| D | adv7180.c | 235 static int adv7180_write(struct adv7180_state *state, unsigned int reg, in adv7180_write() function 497 ret = adv7180_write(state, ADV7180_REG_PWR_MAN, val); in adv7180_set_power() 548 ret = adv7180_write(state, ADV7180_REG_BRI, val); in adv7180_s_ctrl() 552 ret = adv7180_write(state, ADV7180_REG_HUE, -val); in adv7180_s_ctrl() 555 ret = adv7180_write(state, ADV7180_REG_CON, val); in adv7180_s_ctrl() 562 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CB, val); in adv7180_s_ctrl() 565 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CR, val); in adv7180_s_ctrl() 570 adv7180_write(state, 0x80d9, 0x44); in adv7180_s_ctrl() 571 adv7180_write(state, ADV7180_REG_FLCONTROL, in adv7180_s_ctrl() 575 adv7180_write(state, 0x80d9, 0xc4); in adv7180_s_ctrl() [all …]
|