Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Dor51211.c68 static int i2c_writebytes (struct or51211_state* state, u8 reg, const u8 *buf, in i2c_writebytes() function
114 if (i2c_writebytes(state,0x50,tudata,1)) { in or51211_load_firmware()
132 if (i2c_writebytes(state,state->config->demod_address,tudata,585)) { in or51211_load_firmware()
138 if (i2c_writebytes(state,state->config->demod_address, in or51211_load_firmware()
145 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_load_firmware()
152 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_load_firmware()
169 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_setmode()
176 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) { in or51211_setmode()
192 if (i2c_writebytes(state,state->config->demod_address,cmd_buf,3)) { in or51211_setmode()
202 if (i2c_writebytes(state,state->config->demod_address,rec_buf,3)) { in or51211_setmode()
[all …]
Dsp887x.c39 static int i2c_writebytes (struct sp887x_state* state, u8 *buf, u8 len) in i2c_writebytes() function
181 if ((err = i2c_writebytes (state, buf, c+2)) < 0) { in sp887x_initial_setup()
Dnxt200x.c68 static int i2c_writebytes (struct nxt200x_state* state, u8 addr, u8 *buf, u8 len) in i2c_writebytes() function
344 if (i2c_writebytes(state, data[0], data+1, 4)) in nxt200x_writetuner()