Lines Matching refs:msg_bytes
677 int msg_bytes; in cdv_intel_dp_aux_native_write() local
687 msg_bytes = send_bytes + 4; in cdv_intel_dp_aux_native_write()
689 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1); in cdv_intel_dp_aux_native_write()
717 int msg_bytes; in cdv_intel_dp_aux_native_read() local
728 msg_bytes = 4; in cdv_intel_dp_aux_native_read()
732 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, in cdv_intel_dp_aux_native_read()
763 int msg_bytes; in cdv_intel_dp_i2c_aux_ch() local
783 msg_bytes = 5; in cdv_intel_dp_i2c_aux_ch()
788 msg_bytes = 4; in cdv_intel_dp_i2c_aux_ch()
792 msg_bytes = 3; in cdv_intel_dp_i2c_aux_ch()
799 msg, msg_bytes, in cdv_intel_dp_i2c_aux_ch()