Lines Matching refs:msg_bytes
674 int msg_bytes; in cdv_intel_dp_aux_native_write() local
684 msg_bytes = send_bytes + 4; in cdv_intel_dp_aux_native_write()
686 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1); in cdv_intel_dp_aux_native_write()
714 int msg_bytes; in cdv_intel_dp_aux_native_read() local
725 msg_bytes = 4; in cdv_intel_dp_aux_native_read()
729 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, in cdv_intel_dp_aux_native_read()
760 int msg_bytes; in cdv_intel_dp_i2c_aux_ch() local
780 msg_bytes = 5; in cdv_intel_dp_i2c_aux_ch()
785 msg_bytes = 4; in cdv_intel_dp_i2c_aux_ch()
789 msg_bytes = 3; in cdv_intel_dp_i2c_aux_ch()
796 msg, msg_bytes, in cdv_intel_dp_i2c_aux_ch()