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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_dp_i2c_helper.c37 i2c_algo_dp_aux_transaction(struct i2c_adapter *adapter, int mode, function
70 ret = i2c_algo_dp_aux_transaction(adapter, mode, 0, NULL);
89 (void) i2c_algo_dp_aux_transaction(adapter, mode, 0, NULL);
107 ret = i2c_algo_dp_aux_transaction(adapter, MODE_I2C_WRITE, byte, NULL);
124 ret = i2c_algo_dp_aux_transaction(adapter, MODE_I2C_READ, 0, byte_ret);

Completed in 9 milliseconds