Home
last modified time | relevance | path

Searched refs:msg_bytes (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c675 int msg_bytes; in cdv_intel_dp_aux_native_write() local
685 msg_bytes = send_bytes + 4; in cdv_intel_dp_aux_native_write()
687 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1); in cdv_intel_dp_aux_native_write()
715 int msg_bytes; in cdv_intel_dp_aux_native_read() local
726 msg_bytes = 4; in cdv_intel_dp_aux_native_read()
730 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, in cdv_intel_dp_aux_native_read()
761 int msg_bytes; in cdv_intel_dp_i2c_aux_ch() local
781 msg_bytes = 5; in cdv_intel_dp_i2c_aux_ch()
786 msg_bytes = 4; in cdv_intel_dp_i2c_aux_ch()
790 msg_bytes = 3; in cdv_intel_dp_i2c_aux_ch()
[all …]