Searched refs:adv7180_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | adv7180.c | 220 static int adv7180_write(struct adv7180_state *state, unsigned int reg, in adv7180_write() function 446 ret = adv7180_write(state, ADV7180_REG_PWR_MAN, val); in adv7180_set_power() 497 ret = adv7180_write(state, ADV7180_REG_BRI, val); in adv7180_s_ctrl() 501 ret = adv7180_write(state, ADV7180_REG_HUE, -val); in adv7180_s_ctrl() 504 ret = adv7180_write(state, ADV7180_REG_CON, val); in adv7180_s_ctrl() 511 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CB, val); in adv7180_s_ctrl() 514 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CR, val); in adv7180_s_ctrl() 519 adv7180_write(state, 0x80d9, 0x44); in adv7180_s_ctrl() 520 adv7180_write(state, ADV7180_REG_FLCONTROL, in adv7180_s_ctrl() 524 adv7180_write(state, 0x80d9, 0xc4); in adv7180_s_ctrl() [all …]
|