Searched refs:__i2c_transfer (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/platform/arm64/ |
| H A D | lenovo-thinkpad-t14s.c | 152 ret = __i2c_transfer(client->adapter, &request, 1); in t14s_ec_read() 156 ret = __i2c_transfer(client->adapter, &response, 1); in t14s_ec_read() 192 ret = __i2c_transfer(client->adapter, &request, 1); in t14s_ec_read_evt() 196 ret = __i2c_transfer(client->adapter, &response, 1); in t14s_ec_read_evt()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | rtl2830.c | 709 ret = __i2c_transfer(client->adapter, msg, 2); in rtl2830_regmap_read() 732 ret = __i2c_transfer(client->adapter, msg, 1); in rtl2830_regmap_write() 761 ret = __i2c_transfer(client->adapter, msg, 1); in rtl2830_regmap_gather_write()
|
| H A D | af9013.c | 1305 ret = __i2c_transfer(client->adapter, msg, 1); in af9013_wregs() 1346 ret = __i2c_transfer(client->adapter, msg, 2); in af9013_rregs()
|
| H A D | tda1004x.c | 330 if (__i2c_transfer(state->i2c, &fw_msg, 1) != 1) { in tda1004x_do_upload()
|
| H A D | drxk_hard.c | 212 return __i2c_transfer(state->i2c, msgs, len); in drxk_i2c_transfer()
|
| /linux/drivers/i2c/muxes/ |
| H A D | i2c-demux-pinctrl.c | 43 return __i2c_transfer(parent, msgs, num); in i2c_demux_master_xfer()
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-i2c.c | 533 rc = __i2c_transfer(midev->adapter, &msg, 1); in mctp_i2c_xmit() 547 rc = __i2c_transfer(midev->adapter, &msg, 1); in mctp_i2c_xmit()
|
| /linux/drivers/net/mdio/ |
| H A D | mdio-i2c.c | 205 ret = __i2c_transfer(i2c, msgs, num); in __i2c_transfer_err()
|
| /linux/drivers/i2c/ |
| H A D | i2c-mux.c | 51 ret = __i2c_transfer(parent, msgs, num); in __i2c_mux_master_xfer()
|
| H A D | i2c-core-base.c | 2220 int __i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num) in __i2c_transfer() function 2278 EXPORT_SYMBOL(__i2c_transfer); 2316 ret = __i2c_transfer(adap, msgs, num); in i2c_transfer()
|
| H A D | i2c-core-smbus.c | 470 status = __i2c_transfer(adapter, msg, nmsgs); in i2c_smbus_xfer_emulated()
|
| /linux/drivers/media/tuners/ |
| H A D | tda18271-common.c | 229 ret = __i2c_transfer(priv->i2c_props.adap, &msg, 1); in __tda18271_write_regs()
|
| /linux/include/linux/ |
| H A D | i2c.h | 132 int __i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num);
|
| /linux/drivers/input/touchscreen/ |
| H A D | rohm_bu21023.c | 302 if (__i2c_transfer(adap, &msg[i], 1) < 0) { in rohm_i2c_burst_read()
|
| /linux/Documentation/i2c/ |
| H A D | i2c-topology.rst | 132 __i2c_transfer), or a deadlock will follow.
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_sdvo.c | 515 ret = __i2c_transfer(intel_sdvo->i2c, msgs, i+3); in __intel_sdvo_write_cmd()
|