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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dor51211.c72 static int i2c_writebytes (struct or51211_state* state, u8 reg, const u8 *buf, function
83 printk(KERN_WARNING "or51211: i2c_writebytes error "
120 if (i2c_writebytes(state,0x50,tudata,1)) {
138 if (i2c_writebytes(state,state->config->demod_address,tudata,585)) {
144 if (i2c_writebytes(state,state->config->demod_address,
151 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) {
158 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) {
175 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) {
182 if (i2c_writebytes(state,state->config->demod_address,run_buf,2)) {
198 if (i2c_writebytes(stat
[all...]
H A Dsp887x.c39 static int i2c_writebytes (struct sp887x_state* state, u8 *buf, u8 len) function
182 if ((err = i2c_writebytes (state, buf, c+2)) < 0) {
H A Dnxt200x.c70 static int i2c_writebytes (struct nxt200x_state* state, u8 addr, u8 *buf, u8 len) function
340 if (i2c_writebytes(state, data[0], data+1, 4))

Completed in 53 milliseconds