Searched refs:adv7180_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | adv7180.c | 241 static int adv7180_write(struct adv7180_state *state, unsigned int reg, in adv7180_write() function 503 ret = adv7180_write(state, ADV7180_REG_PWR_MAN, val); in adv7180_set_power() 554 ret = adv7180_write(state, ADV7180_REG_BRI, val); in adv7180_s_ctrl() 558 ret = adv7180_write(state, ADV7180_REG_HUE, -val); in adv7180_s_ctrl() 561 ret = adv7180_write(state, ADV7180_REG_CON, val); in adv7180_s_ctrl() 568 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CB, val); in adv7180_s_ctrl() 571 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CR, val); in adv7180_s_ctrl() 576 adv7180_write(state, 0x80d9, 0x44); in adv7180_s_ctrl() 577 adv7180_write(state, ADV7180_REG_FLCONTROL, in adv7180_s_ctrl() 581 adv7180_write(state, 0x80d9, 0xc4); in adv7180_s_ctrl() [all …]
|