Lines Matching refs:recv_bytes
345 int recv_bytes; in intel_dp_aux_ch() local
473 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in intel_dp_aux_ch()
475 if (recv_bytes > recv_size) in intel_dp_aux_ch()
476 recv_bytes = recv_size; in intel_dp_aux_ch()
478 for (i = 0; i < recv_bytes; i += 4) in intel_dp_aux_ch()
480 recv + i, recv_bytes - i); in intel_dp_aux_ch()
482 return recv_bytes; in intel_dp_aux_ch()
529 uint16_t address, uint8_t *recv, int recv_bytes) in intel_dp_aux_native_read() argument
542 msg[3] = recv_bytes - 1; in intel_dp_aux_native_read()
545 reply_bytes = recv_bytes + 1; in intel_dp_aux_native_read()
1412 uint8_t *recv, int recv_bytes) in intel_dp_aux_native_read_retry() argument
1422 recv_bytes); in intel_dp_aux_native_read_retry()
1423 if (ret == recv_bytes) in intel_dp_aux_native_read_retry()