Searched refs:adv_smbus_write_byte_data (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | adv7842.c | 269 static s32 adv_smbus_write_byte_data(struct i2c_client *client, in adv_smbus_write_byte_data() function 330 return adv_smbus_write_byte_data(client, reg, val); in io_write() 349 return adv_smbus_write_byte_data(state->i2c_avlink, reg, val); in avlink_write() 363 return adv_smbus_write_byte_data(state->i2c_cec, reg, val); in cec_write() 382 return adv_smbus_write_byte_data(state->i2c_infoframe, reg, val); in infoframe_write() 396 return adv_smbus_write_byte_data(state->i2c_sdp_io, reg, val); in sdp_io_write() 415 return adv_smbus_write_byte_data(state->i2c_sdp, reg, val); in sdp_write() 434 return adv_smbus_write_byte_data(state->i2c_afe, reg, val); in afe_write() 453 return adv_smbus_write_byte_data(state->i2c_repeater, reg, val); in rep_write() 472 return adv_smbus_write_byte_data(state->i2c_edid, reg, val); in edid_write() [all …]
|
D | adv7604.c | 371 static s32 adv_smbus_write_byte_data(struct adv76xx_state *state, in adv_smbus_write_byte_data() function 424 return adv_smbus_write_byte_data(state, ADV76XX_PAGE_IO, reg, val); in io_write() 443 return adv_smbus_write_byte_data(state, ADV7604_PAGE_AVLINK, reg, val); in avlink_write() 457 return adv_smbus_write_byte_data(state, ADV76XX_PAGE_CEC, reg, val); in cec_write() 471 return adv_smbus_write_byte_data(state, ADV76XX_PAGE_INFOFRAME, in infoframe_write() 486 return adv_smbus_write_byte_data(state, ADV76XX_PAGE_AFE, reg, val); in afe_write() 500 return adv_smbus_write_byte_data(state, ADV76XX_PAGE_REP, reg, val); in rep_write() 519 return adv_smbus_write_byte_data(state, ADV76XX_PAGE_EDID, reg, val); in edid_write() 575 return adv_smbus_write_byte_data(state, ADV76XX_PAGE_HDMI, reg, val); in hdmi_write() 587 return adv_smbus_write_byte_data(state, ADV76XX_PAGE_TEST, reg, val); in test_write() [all …]
|