Symbol: i2c_write
drivers/comedi/drivers/cb_pcidas64.c
1832
i2c_write(dev, RANGE_CAL_I2C_ADDR, &i2c_data,
drivers/comedi/drivers/cb_pcidas64.c
2512
i2c_write(dev, RANGE_CAL_I2C_ADDR, &i2c_data,
drivers/comedi/drivers/cb_pcidas64.c
3595
i2c_write(dev, i2c_addr, serial_bytes, 3);
drivers/comedi/drivers/cb_pcidas64.c
3816
i2c_write(dev, RANGE_CAL_I2C_ADDR, &data, sizeof(data));
drivers/gpu/drm/display/drm_dp_mst_topology.c
436
buf[idx] = (req->u.i2c_write.port_number & 0xf) << 4;
drivers/gpu/drm/display/drm_dp_mst_topology.c
438
buf[idx] = (req->u.i2c_write.write_i2c_device_id) & 0x7f;
drivers/gpu/drm/display/drm_dp_mst_topology.c
440
buf[idx] = (req->u.i2c_write.num_bytes);
drivers/gpu/drm/display/drm_dp_mst_topology.c
442
memcpy(&buf[idx], req->u.i2c_write.bytes, req->u.i2c_write.num_bytes);
drivers/gpu/drm/display/drm_dp_mst_topology.c
443
idx += req->u.i2c_write.num_bytes;
drivers/gpu/drm/display/drm_dp_mst_topology.c
578
struct drm_dp_remote_i2c_write *w = &req->u.i2c_write;
drivers/gpu/drm/display/drm_dp_mst_topology.c
5894
msg.u.i2c_write.port_number = port->port_num;
drivers/gpu/drm/display/drm_dp_mst_topology.c
5895
msg.u.i2c_write.write_i2c_device_id = msgs[i].addr;
drivers/gpu/drm/display/drm_dp_mst_topology.c
5896
msg.u.i2c_write.num_bytes = msgs[i].len;
drivers/gpu/drm/display/drm_dp_mst_topology.c
5897
msg.u.i2c_write.bytes = msgs[i].buf;
drivers/gpu/drm/display/drm_dp_mst_topology.c
676
req->u.i2c_write.port_number,
drivers/gpu/drm/display/drm_dp_mst_topology.c
677
req->u.i2c_write.write_i2c_device_id,
drivers/gpu/drm/display/drm_dp_mst_topology.c
678
req->u.i2c_write.num_bytes, req->u.i2c_write.num_bytes,
drivers/gpu/drm/display/drm_dp_mst_topology.c
679
req->u.i2c_write.bytes);
drivers/gpu/drm/display/drm_dp_mst_topology.c
731
kfree(req.u.i2c_write.bytes);
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
364
.u.i2c_write.port_number = 0xf,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
371
.u.i2c_write.write_i2c_device_id = 0x7f,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
378
.u.i2c_write.num_bytes = ARRAY_SIZE(data),
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
379
.u.i2c_write.bytes = data,
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
483
#define IN in->u.i2c_write
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
484
#define OUT out->u.i2c_write
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
547
kfree(out->u.i2c_write.bytes);
drivers/i2c/busses/i2c-amd-mp2-pci.c
160
case i2c_write:
drivers/i2c/busses/i2c-amd-mp2-pci.c
96
if (reqcmd == i2c_write)
drivers/i2c/busses/i2c-amd-mp2-plat.c
106
i2c_common->reqcmd == i2c_write) &&
drivers/i2c/busses/i2c-amd-mp2-plat.c
147
amd_mp2_rw(i2c_common, i2c_write);
drivers/i2c/busses/i2c-au1550.c
229
err = i2c_write(adap, p->buf, p->len);
drivers/infiniband/hw/hfi1/debugfs.c
721
total_written = i2c_write(ppd, target, i2c_addr, offset, buff, count);
drivers/infiniband/hw/hfi1/qsfp.h
190
int i2c_write(struct hfi1_pportdata *ppd, u32 target, int i2c_addr,
drivers/media/dvb-frontends/drxd_hard.c
263
if (i2c_write(state->i2c, adr, mm, 6) < 0)
drivers/media/dvb-frontends/drxd_hard.c
277
if (i2c_write(state->i2c, adr, mm, 8) < 0)
drivers/media/dvb-frontends/drxd_hard.c
293
if (i2c_write(state->i2c, adr, mm, 4 + len) < 0) {
drivers/media/dvb-frontends/drxk_hard.c
359
return i2c_write(state, adr, mm, len + 2);
drivers/media/dvb-frontends/drxk_hard.c
390
return i2c_write(state, adr, mm, len + 4);
drivers/media/dvb-frontends/drxk_hard.c
432
status = i2c_write(state, state->demod_address,
drivers/media/dvb-frontends/drxk_hard.c
462
status = i2c_write(state, state->demod_address,
drivers/media/dvb-frontends/mxl5xx.c
145
return i2c_write(state->base->i2c, state->base->adr, data, len);
drivers/media/dvb-frontends/stv6111.c
327
return i2c_write(state->i2c, state->adr, d, len + 1);
drivers/media/dvb-frontends/stv6111.c
334
return i2c_write(state->i2c, state->adr, d, 2);
drivers/media/dvb-frontends/tda18271c2dd.c
138
return i2c_write(state->i2c, state->adr, data, nRegs + 1);
drivers/media/dvb-frontends/tda18271c2dd.c
145
return i2c_write(state->i2c, state->adr, msg, 2);
drivers/media/pci/ddbridge/ddbridge-i2c.h
80
return i2c_write(adap, adr, msg, 3);
drivers/media/pci/ddbridge/ddbridge-i2c.h
88
return i2c_write(adap, adr, msg, 2);
drivers/media/pci/ngene/ngene-cards.c
67
return i2c_write(adap, adr, msg, 2);
drivers/media/usb/gspca/spca561.c
377
i2c_write(gspca_dev, (*sensor)[1], (*sensor)[0]);
drivers/media/usb/gspca/spca561.c
689
i2c_write(gspca_dev, gainG, 0x35);
drivers/media/usb/gspca/spca561.c
695
i2c_write(gspca_dev, expotimes | pixelclk, 0x09);
drivers/media/usb/gspca/sq930x.c
1000
i2c_write(sd, mt9v111_init_3,
drivers/media/usb/gspca/sq930x.c
1002
i2c_write(sd, mt9v111_init_4,
drivers/media/usb/gspca/sq930x.c
964
i2c_write(sd, mi0360_init_23,
drivers/media/usb/gspca/sq930x.c
966
i2c_write(sd, mi0360_init_24,
drivers/media/usb/gspca/sq930x.c
968
i2c_write(sd, mi0360_init_25,
drivers/media/usb/gspca/sq930x.c
973
i2c_write(sd, mi0360_start_2,
drivers/media/usb/gspca/sq930x.c
975
i2c_write(sd, mi0360_start_3,
drivers/media/usb/gspca/sq930x.c
983
i2c_write(sd,
drivers/media/usb/gspca/sq930x.c
991
i2c_write(sd, mt9v111_init_0,
drivers/media/usb/gspca/sq930x.c
993
i2c_write(sd, mt9v111_init_1,
drivers/media/usb/gspca/sq930x.c
995
i2c_write(sd, mt9v111_init_2,
drivers/media/usb/gspca/vc032x.c
3111
i2c_write(gspca_dev, data[i][1], &data[i][2], 1);
drivers/media/usb/gspca/vc032x.c
3114
i2c_write(gspca_dev, data[i][0], &data[i][1], 2);
drivers/media/usb/gspca/vc032x.c
3264
i2c_write(gspca_dev, 0x98, &data, 1);
drivers/media/usb/gspca/vc032x.c
3269
i2c_write(gspca_dev, 0x99, &val, 1);
drivers/media/usb/gspca/vc032x.c
3277
i2c_write(gspca_dev, 0x94, &data, 1);
drivers/media/usb/gspca/vc032x.c
3278
i2c_write(gspca_dev, 0x95, &val, 1);
drivers/media/usb/gspca/vc032x.c
3295
i2c_write(gspca_dev, 0xf0, data, 2);
drivers/media/usb/gspca/vc032x.c
3299
i2c_write(gspca_dev, 0x20, data, 2);
drivers/media/usb/gspca/vc032x.c
3306
i2c_write(gspca_dev, OV7660_REG_MVFP, data, 1);
drivers/media/usb/gspca/vc032x.c
3310
i2c_write(gspca_dev, 0x03, data, 1);
drivers/media/usb/gspca/vc032x.c
3314
i2c_write(gspca_dev, 0x1e, data, 1);
drivers/media/usb/gspca/vc032x.c
3338
i2c_write(gspca_dev, 0x03, &data, 1);
drivers/media/usb/gspca/vc032x.c
3343
i2c_write(gspca_dev, 0x61, &data, 1);
drivers/media/usb/gspca/vc032x.c
3350
i2c_write(gspca_dev, 0x59, &data, 1);
drivers/media/usb/gspca/vc032x.c
3356
i2c_write(gspca_dev, 0x15, &val, 1);
drivers/media/usb/gspca/vc032x.c
3364
i2c_write(gspca_dev, 0x1a, &data, 1);
drivers/media/usb/gspca/vc032x.c
3366
i2c_write(gspca_dev, 0x1b, &data, 1);
drivers/media/usb/gspca/vc032x.c
3373
i2c_write(gspca_dev, 0xd1, &data[val], 1);
drivers/media/usb/gspca/vc032x.c
3388
i2c_write(gspca_dev, 0xaa, &data, 1);
drivers/media/usb/gspca/vc032x.c
3391
i2c_write(gspca_dev, 0xc4, &data, 1);
drivers/media/usb/gspca/vc032x.c
3393
i2c_write(gspca_dev, 0xc5, &data, 1);
drivers/media/usb/gspca/vc032x.c
3396
i2c_write(gspca_dev, 0xc6, &data, 1);
drivers/media/usb/gspca/vc032x.c
3398
i2c_write(gspca_dev, 0xc7, &data, 1);
drivers/media/usb/gspca/vc032x.c
3401
i2c_write(gspca_dev, 0xc8, &data, 1);
drivers/media/usb/gspca/vc032x.c
3403
i2c_write(gspca_dev, 0xc9, &data, 1);
drivers/media/usb/gspca/vc032x.c
3406
i2c_write(gspca_dev, 0xca, &data, 1);
drivers/media/usb/gspca/vc032x.c
3408
i2c_write(gspca_dev, 0xcb, &data, 1);
drivers/media/usb/gspca/vc032x.c
3416
i2c_write(gspca_dev, 0x16, &data[0], 1);
drivers/media/usb/gspca/vc032x.c
3417
i2c_write(gspca_dev, 0x18, &data[1], 1);
drivers/media/usb/gspca/zc3xx.c
5622
i2c_write(gspca_dev,
drivers/media/usb/gspca/zc3xx.c
5628
i2c_write(gspca_dev,
drivers/media/usb/gspca/zc3xx.c
5788
i2c_write(gspca_dev, 0x25, val >> 9, 0x00);
drivers/media/usb/gspca/zc3xx.c
5789
i2c_write(gspca_dev, 0x26, val >> 1, 0x00);
drivers/media/usb/gspca/zc3xx.c
5790
i2c_write(gspca_dev, 0x27, val << 7, 0x00);
drivers/media/usb/gspca/zc3xx.c
5793
i2c_write(gspca_dev, 0x10, val, 0x00);
drivers/media/usb/gspca/zc3xx.c
5929
i2c_write(gspca_dev, 0x13, val ? 0xa3 : 0x80, 0x00);
drivers/media/usb/gspca/zc3xx.c
6067
i2c_write(gspca_dev, 0x01, 0xaa, 0x00);
drivers/media/usb/gspca/zc3xx.c
6073
i2c_write(gspca_dev, 0x01, 0xaa, 0x00);
drivers/media/usb/gspca/zc3xx.c
6080
i2c_write(gspca_dev, 0x11, 0xaa, 0x00);
drivers/media/usb/gspca/zc3xx.c
6089
i2c_write(gspca_dev, 0x1c, 0x00, 0x00);
drivers/media/usb/gspca/zc3xx.c
6090
i2c_write(gspca_dev, 0x15, 0xaa, 0x00);
drivers/media/usb/gspca/zc3xx.c
6096
i2c_write(gspca_dev, 0x07, 0xaa, 0xaa);
drivers/media/usb/gspca/zc3xx.c
6108
i2c_write(gspca_dev, 0x01, 0x11, 0x00);
drivers/media/usb/gspca/zc3xx.c
6115
i2c_write(gspca_dev, 0x03, 0xaa, 0x00);
drivers/media/usb/gspca/zc3xx.c
6124
i2c_write(gspca_dev, 0x01, 0xaa, 0x00);
drivers/media/usb/gspca/zc3xx.c
6139
i2c_write(gspca_dev, 0x12, 0x80, 0x00); /* sensor reset */
drivers/media/usb/gspca/zc3xx.c
6828
i2c_write(gspca_dev, 0x13, 0xa3, 0x00);
include/drm/display/drm_dp_mst_helper.h
458
struct drm_dp_remote_i2c_write i2c_write;
include/trace/events/i2c.h
25
TRACE_EVENT_FN(i2c_write,
sound/pci/ctxfi/cthw20k1.c
1414
i2c_write(hw, 0x00180080, 0x01, 0x80);
sound/pci/ctxfi/cthw20k1.c
1415
i2c_write(hw, 0x00180080, 0x02, 0x10);
sound/pci/ctxfi/cthw20k1.c
1467
i2c_write(hw, 0x00180080, 0x06, data);
sound/pci/ctxfi/cthw20k1.c
1468
i2c_write(hw, 0x00180080, 0x09, data);
sound/pci/ctxfi/cthw20k1.c
1469
i2c_write(hw, 0x00180080, 0x0c, data);
sound/pci/ctxfi/cthw20k1.c
1470
i2c_write(hw, 0x00180080, 0x0f, data);
sound/pci/ctxfi/cthw20k1.c
1618
i2c_write(hw, 0x001a0080, 0x2a, i2c_data);
sound/pci/ctxfi/cthw20k1.c
1620
i2c_write(hw, 0x001a0080, 0x1c, 0xe7); /* +12dB boost */
sound/pci/ctxfi/cthw20k1.c
1621
i2c_write(hw, 0x001a0080, 0x1e, 0xe7); /* +12dB boost */
sound/pci/ctxfi/cthw20k1.c
1623
i2c_write(hw, 0x001a0080, 0x1c, 0xcf); /* No boost */
sound/pci/ctxfi/cthw20k1.c
1624
i2c_write(hw, 0x001a0080, 0x1e, 0xcf); /* No boost */
sound/pci/ctxfi/cthw20k1.c
1663
i2c_write(hw, 0x001a0080, 0x2a, i2c_data);
sound/pci/ctxfi/cthw20k1.c
1665
i2c_write(hw, 0x001a0080, 0x1c, 0xe7); /* +12dB boost */
sound/pci/ctxfi/cthw20k1.c
1666
i2c_write(hw, 0x001a0080, 0x1e, 0xe7); /* +12dB boost */
sound/pci/ctxfi/cthw20k1.c
1668
i2c_write(hw, 0x001a0080, 0x1c, 0xcf); /* No boost */
sound/pci/ctxfi/cthw20k1.c
1669
i2c_write(hw, 0x001a0080, 0x1e, 0xcf); /* No boost */
sound/pci/ctxfi/cthw20k1.c
1737
i2c_write(hw, 0x001a0080, 0x0e, 0x08);
sound/pci/ctxfi/cthw20k1.c
1738
i2c_write(hw, 0x001a0080, 0x18, 0x0a);
sound/pci/ctxfi/cthw20k1.c
1739
i2c_write(hw, 0x001a0080, 0x28, 0x86);
sound/pci/ctxfi/cthw20k1.c
1740
i2c_write(hw, 0x001a0080, 0x2a, adcdata);
sound/pci/ctxfi/cthw20k1.c
1743
i2c_write(hw, 0x001a0080, 0x1c, 0xf7);
sound/pci/ctxfi/cthw20k1.c
1744
i2c_write(hw, 0x001a0080, 0x1e, 0xf7);
sound/pci/ctxfi/cthw20k1.c
1746
i2c_write(hw, 0x001a0080, 0x1c, 0xcf);
sound/pci/ctxfi/cthw20k1.c
1747
i2c_write(hw, 0x001a0080, 0x1e, 0xcf);
sound/pci/ctxfi/cthw20k1.c
1751
i2c_write(hw, 0x001a0080, 0x16, 0x26);