Searched refs:recv_bytes (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | atombios_dp.c | 67 int recv_bytes; in amdgpu_atombios_dp_process_aux_ch() local 109 recv_bytes = args.v1.ucDataOutLen; in amdgpu_atombios_dp_process_aux_ch() 110 if (recv_bytes > recv_size) in amdgpu_atombios_dp_process_aux_ch() 111 recv_bytes = recv_size; in amdgpu_atombios_dp_process_aux_ch() 114 amdgpu_atombios_copy_swap(recv, base + 16, recv_bytes, false); in amdgpu_atombios_dp_process_aux_ch() 116 r = recv_bytes; in amdgpu_atombios_dp_process_aux_ch()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | atombios_dp.c | 95 int recv_bytes; in radeon_process_aux_ch() local 140 recv_bytes = args.v1.ucDataOutLen; in radeon_process_aux_ch() 141 if (recv_bytes > recv_size) in radeon_process_aux_ch() 142 recv_bytes = recv_size; in radeon_process_aux_ch() 145 radeon_atom_copy_swap(recv, base + 16, recv_bytes, false); in radeon_process_aux_ch() 147 r = recv_bytes; in radeon_process_aux_ch()
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 578 int recv_bytes; in cdv_intel_dp_aux_ch() local 656 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in cdv_intel_dp_aux_ch() 658 if (recv_bytes > recv_size) in cdv_intel_dp_aux_ch() 659 recv_bytes = recv_size; in cdv_intel_dp_aux_ch() 661 for (i = 0; i < recv_bytes; i += 4) in cdv_intel_dp_aux_ch() 663 recv + i, recv_bytes - i); in cdv_intel_dp_aux_ch() 665 return recv_bytes; in cdv_intel_dp_aux_ch() 712 uint16_t address, uint8_t *recv, int recv_bytes) in cdv_intel_dp_aux_native_read() argument 724 msg[3] = recv_bytes - 1; in cdv_intel_dp_aux_native_read() 727 reply_bytes = recv_bytes + 1; in cdv_intel_dp_aux_native_read() [all …]
|
/Linux-v4.19/include/uapi/linux/ |
D | cyclades.h | 89 unsigned long recv_bytes; /* Bytes received */ member
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_dp.c | 1070 int i, ret, recv_bytes; in intel_dp_aux_xfer() local 1194 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in intel_dp_aux_xfer() 1202 if (recv_bytes == 0 || recv_bytes > 20) { in intel_dp_aux_xfer() 1204 recv_bytes); in intel_dp_aux_xfer() 1209 if (recv_bytes > recv_size) in intel_dp_aux_xfer() 1210 recv_bytes = recv_size; in intel_dp_aux_xfer() 1212 for (i = 0; i < recv_bytes; i += 4) in intel_dp_aux_xfer() 1214 recv + i, recv_bytes - i); in intel_dp_aux_xfer() 1216 ret = recv_bytes; in intel_dp_aux_xfer()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | hypervisor.h | 1329 unsigned long *recv_bytes);
|
/Linux-v4.19/drivers/tty/ |
D | cyclades.c | 551 info->idle_stats.recv_bytes++; in cyy_chip_rx() 972 info->idle_stats.recv_bytes += len; in cyz_handle_rx() 982 info->idle_stats.recv_bytes++; in cyz_handle_rx() 3963 HZ, info->idle_stats.recv_bytes, in cyclades_proc_show()
|