Searched refs:recv_bytes (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/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-v5.4/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-v5.4/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 579 int recv_bytes; in cdv_intel_dp_aux_ch() local 657 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in cdv_intel_dp_aux_ch() 659 if (recv_bytes > recv_size) in cdv_intel_dp_aux_ch() 660 recv_bytes = recv_size; in cdv_intel_dp_aux_ch() 662 for (i = 0; i < recv_bytes; i += 4) in cdv_intel_dp_aux_ch() 664 recv + i, recv_bytes - i); in cdv_intel_dp_aux_ch() 666 return recv_bytes; in cdv_intel_dp_aux_ch() 713 uint16_t address, uint8_t *recv, int recv_bytes) in cdv_intel_dp_aux_native_read() argument 725 msg[3] = recv_bytes - 1; in cdv_intel_dp_aux_native_read() 728 reply_bytes = recv_bytes + 1; in cdv_intel_dp_aux_native_read() [all …]
|
/Linux-v5.4/include/uapi/linux/ |
D | cyclades.h | 89 unsigned long recv_bytes; /* Bytes received */ member
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | hypervisor.h | 1329 unsigned long *recv_bytes);
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_dp.c | 1299 int i, ret, recv_bytes; in intel_dp_aux_xfer() local 1431 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in intel_dp_aux_xfer() 1439 if (recv_bytes == 0 || recv_bytes > 20) { in intel_dp_aux_xfer() 1441 recv_bytes); in intel_dp_aux_xfer() 1446 if (recv_bytes > recv_size) in intel_dp_aux_xfer() 1447 recv_bytes = recv_size; in intel_dp_aux_xfer() 1449 for (i = 0; i < recv_bytes; i += 4) in intel_dp_aux_xfer() 1451 recv + i, recv_bytes - i); in intel_dp_aux_xfer() 1453 ret = recv_bytes; in intel_dp_aux_xfer()
|
/Linux-v5.4/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() 3958 HZ, info->idle_stats.recv_bytes, in cyclades_proc_show()
|