Searched refs:adv7180_write (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | adv7180.c | 242 static int adv7180_write(struct adv7180_state *state, unsigned int reg, in adv7180_write() function 285 ret = adv7180_write(state, ADV7180_REG_PWR_MAN, val); in adv7180_set_power() 563 adv7180_write(state, ADV7180_REG_ANALOG_CLAMP_CTL, reg); in adv7180_test_pattern() 568 adv7180_write(state, ADV7180_REG_DEF_VALUE_Y, reg); in adv7180_test_pattern() 574 adv7180_write(state, ADV7180_REG_DEF_VALUE_Y, reg); in adv7180_test_pattern() 591 ret = adv7180_write(state, ADV7180_REG_BRI, val); in adv7180_s_ctrl() 595 ret = adv7180_write(state, ADV7180_REG_HUE, -val); in adv7180_s_ctrl() 598 ret = adv7180_write(state, ADV7180_REG_CON, val); in adv7180_s_ctrl() 605 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CB, val); in adv7180_s_ctrl() 608 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CR, val); in adv7180_s_ctrl() [all …]
|