Searched refs:adv7180_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/media/i2c/ |
| D | adv7180.c | 238 static int adv7180_write(struct adv7180_state *state, unsigned int reg, in adv7180_write() function 513 ret = adv7180_write(state, ADV7180_REG_PWR_MAN, val); in adv7180_set_power() 564 ret = adv7180_write(state, ADV7180_REG_BRI, val); in adv7180_s_ctrl() 568 ret = adv7180_write(state, ADV7180_REG_HUE, -val); in adv7180_s_ctrl() 571 ret = adv7180_write(state, ADV7180_REG_CON, val); in adv7180_s_ctrl() 578 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CB, val); in adv7180_s_ctrl() 581 ret = adv7180_write(state, ADV7180_REG_SD_SAT_CR, val); in adv7180_s_ctrl() 586 adv7180_write(state, 0x80d9, 0x44); in adv7180_s_ctrl() 587 adv7180_write(state, ADV7180_REG_FLCONTROL, in adv7180_s_ctrl() 591 adv7180_write(state, 0x80d9, 0xc4); in adv7180_s_ctrl() [all …]
|