Lines Matching refs:msg_bytes
492 int msg_bytes; in intel_dp_aux_native_write() local
503 msg_bytes = send_bytes + 4; in intel_dp_aux_native_write()
505 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, &ack, 1); in intel_dp_aux_native_write()
532 int msg_bytes; in intel_dp_aux_native_read() local
544 msg_bytes = 4; in intel_dp_aux_native_read()
548 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, in intel_dp_aux_native_read()
576 int msg_bytes; in intel_dp_i2c_aux_ch() local
597 msg_bytes = 5; in intel_dp_i2c_aux_ch()
602 msg_bytes = 4; in intel_dp_i2c_aux_ch()
606 msg_bytes = 3; in intel_dp_i2c_aux_ch()
613 msg, msg_bytes, in intel_dp_i2c_aux_ch()