Home
last modified time | relevance | path

Searched refs:i2c_writebytes (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/media/dvb-frontends/
Dor51211.c58 static int i2c_writebytes (struct or51211_state* state, u8 reg, const u8 *buf, in i2c_writebytes() function
104 if (i2c_writebytes(state,0x50,tudata,1)) { in or51211_load_firmware()
122 if (i2c_writebytes(state,state->config->demod_address,tudata,585)) { in or51211_load_firmware()
128 if (i2c_writebytes(state,state->config->demod_address, in or51211_load_firmware()
135 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_load_firmware()
142 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_load_firmware()
159 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_setmode()
166 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_setmode()
182 if (i2c_writebytes(state,state->config->demod_address,cmd_buf,3)) { in or51211_setmode()
192 if (i2c_writebytes(state,state->config->demod_address,rec_buf,3)) { in or51211_setmode()
[all …]
Dsp887x.c40 static int i2c_writebytes (struct sp887x_state* state, u8 *buf, u8 len) in i2c_writebytes() function
180 if ((err = i2c_writebytes (state, buf, c+2)) < 0) { in sp887x_initial_setup()
Dnxt200x.c58 static int i2c_writebytes (struct nxt200x_state* state, u8 addr, u8 *buf, u8 len) in i2c_writebytes() function
329 if (i2c_writebytes(state, data[0], data+1, 4)) in nxt200x_writetuner()