Lines Matching refs:msg_bytes
676 int msg_bytes; in cdv_intel_dp_aux_native_write() local
686 msg_bytes = send_bytes + 4; in cdv_intel_dp_aux_native_write()
688 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1); in cdv_intel_dp_aux_native_write()
716 int msg_bytes; in cdv_intel_dp_aux_native_read() local
727 msg_bytes = 4; in cdv_intel_dp_aux_native_read()
731 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, in cdv_intel_dp_aux_native_read()
762 int msg_bytes; in cdv_intel_dp_i2c_aux_ch() local
782 msg_bytes = 5; in cdv_intel_dp_i2c_aux_ch()
787 msg_bytes = 4; in cdv_intel_dp_i2c_aux_ch()
791 msg_bytes = 3; in cdv_intel_dp_i2c_aux_ch()
798 msg, msg_bytes, in cdv_intel_dp_i2c_aux_ch()