Searched refs:adv7180_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/i2c/ |
D | adv7180.c | 221 static int adv7180_write(struct adv7180_state *state, unsigned int reg, in adv7180_write() function 447 ret = adv7180_write(state, ADV7180_REG_PWR_MAN, val); in adv7180_set_power() 498 ret = adv7180_write(state, ADV7180_REG_BRI, val); in adv7180_s_ctrl() 502 ret = adv7180_write(state, ADV7180_REG_HUE, -val); in adv7180_s_ctrl() 505 ret = adv7180_write(state, ADV7180_REG_CON, val); in adv7180_s_ctrl() 512 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CB, val); in adv7180_s_ctrl() 515 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CR, val); in adv7180_s_ctrl() 520 adv7180_write(state, 0x80d9, 0x44); in adv7180_s_ctrl() 521 adv7180_write(state, ADV7180_REG_FLCONTROL, in adv7180_s_ctrl() 525 adv7180_write(state, 0x80d9, 0xc4); in adv7180_s_ctrl() [all …]
|