i2c_algo_dp_aux_transaction   92 drivers/gpu/drm/gma500/cdv_intel_dp.c 	ret = i2c_algo_dp_aux_transaction(adapter, mode, 0, NULL);
i2c_algo_dp_aux_transaction  111 drivers/gpu/drm/gma500/cdv_intel_dp.c 		(void) i2c_algo_dp_aux_transaction(adapter, mode, 0, NULL);
i2c_algo_dp_aux_transaction  129 drivers/gpu/drm/gma500/cdv_intel_dp.c 	ret = i2c_algo_dp_aux_transaction(adapter, MODE_I2C_WRITE, byte, NULL);
i2c_algo_dp_aux_transaction  146 drivers/gpu/drm/gma500/cdv_intel_dp.c 	ret = i2c_algo_dp_aux_transaction(adapter, MODE_I2C_READ, 0, byte_ret);