Lines Matching refs:i2c_write_buffer
22 mst->i2c_write_buffer[0] = (reg >> 8) & 0xff; in dibx000_write_word()
23 mst->i2c_write_buffer[1] = reg & 0xff; in dibx000_write_word()
24 mst->i2c_write_buffer[2] = (val >> 8) & 0xff; in dibx000_write_word()
25 mst->i2c_write_buffer[3] = val & 0xff; in dibx000_write_word()
30 mst->msg[0].buf = mst->i2c_write_buffer; in dibx000_write_word()
48 mst->i2c_write_buffer[0] = reg >> 8; in dibx000_read_word()
49 mst->i2c_write_buffer[1] = reg & 0xff; in dibx000_read_word()
54 mst->msg[0].buf = mst->i2c_write_buffer; in dibx000_read_word()
300 dibx000_i2c_gate_ctrl(mst, &mst->i2c_write_buffer[0], msg[0].addr, 1); in dibx000_i2c_gated_gpio67_xfer()
302 mst->msg[0].buf = &mst->i2c_write_buffer[0]; in dibx000_i2c_gated_gpio67_xfer()
308 dibx000_i2c_gate_ctrl(mst, &mst->i2c_write_buffer[4], 0, 0); in dibx000_i2c_gated_gpio67_xfer()
310 mst->msg[num + 1].buf = &mst->i2c_write_buffer[4]; in dibx000_i2c_gated_gpio67_xfer()
346 dibx000_i2c_gate_ctrl(mst, &mst->i2c_write_buffer[0], msg[0].addr, 1); in dibx000_i2c_gated_tuner_xfer()
348 mst->msg[0].buf = &mst->i2c_write_buffer[0]; in dibx000_i2c_gated_tuner_xfer()
354 dibx000_i2c_gate_ctrl(mst, &mst->i2c_write_buffer[4], 0, 0); in dibx000_i2c_gated_tuner_xfer()
356 mst->msg[num + 1].buf = &mst->i2c_write_buffer[4]; in dibx000_i2c_gated_tuner_xfer()
443 mst->msg[0].buf = mst->i2c_write_buffer; in dibx000_init_i2c_master()
484 dibx000_i2c_gate_ctrl(mst, mst->i2c_write_buffer, 0, 0); in dibx000_init_i2c_master()