Searched refs:adv7180_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | adv7180.c | 242 static int adv7180_write(struct adv7180_state *state, unsigned int reg, in adv7180_write() function 517 ret = adv7180_write(state, ADV7180_REG_PWR_MAN, val); in adv7180_set_power() 574 adv7180_write(state, ADV7180_REG_ANALOG_CLAMP_CTL, reg); in adv7180_test_pattern() 579 adv7180_write(state, ADV7180_REG_DEF_VALUE_Y, reg); in adv7180_test_pattern() 585 adv7180_write(state, ADV7180_REG_DEF_VALUE_Y, reg); in adv7180_test_pattern() 602 ret = adv7180_write(state, ADV7180_REG_BRI, val); in adv7180_s_ctrl() 606 ret = adv7180_write(state, ADV7180_REG_HUE, -val); in adv7180_s_ctrl() 609 ret = adv7180_write(state, ADV7180_REG_CON, val); in adv7180_s_ctrl() 616 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CB, val); in adv7180_s_ctrl() 619 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CR, val); in adv7180_s_ctrl() [all …]
|