Searched refs:recv_bytes (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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-4.1.27/drivers/gpu/drm/radeon/ |
D | atombios_dp.c | 97 int recv_bytes; in radeon_process_aux_ch() local 142 recv_bytes = args.v1.ucDataOutLen; in radeon_process_aux_ch() 143 if (recv_bytes > recv_size) in radeon_process_aux_ch() 144 recv_bytes = recv_size; in radeon_process_aux_ch() 147 radeon_atom_copy_swap(recv, base + 16, recv_bytes, false); in radeon_process_aux_ch() 149 r = recv_bytes; in radeon_process_aux_ch()
|
/linux-4.1.27/include/uapi/linux/ |
D | cyclades.h | 88 unsigned long recv_bytes; /* Bytes received */ member
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | hypervisor.h | 1171 unsigned long *recv_bytes);
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_dp.c | 806 int i, ret, recv_bytes; in intel_dp_aux_ch() local 912 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in intel_dp_aux_ch() 914 if (recv_bytes > recv_size) in intel_dp_aux_ch() 915 recv_bytes = recv_size; in intel_dp_aux_ch() 917 for (i = 0; i < recv_bytes; i += 4) in intel_dp_aux_ch() 919 recv + i, recv_bytes - i); in intel_dp_aux_ch() 921 ret = recv_bytes; in intel_dp_aux_ch()
|
/linux-4.1.27/drivers/tty/ |
D | cyclades.c | 553 info->idle_stats.recv_bytes++; in cyy_chip_rx() 974 info->idle_stats.recv_bytes += len; in cyz_handle_rx() 984 info->idle_stats.recv_bytes++; in cyz_handle_rx() 3996 HZ, info->idle_stats.recv_bytes, in cyclades_proc_show()
|