Home
last modified time | relevance | path

Searched refs:recv_bytes (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c579 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/
Datombios_dp.c97 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/
Dcyclades.h88 unsigned long recv_bytes; /* Bytes received */ member
/linux-4.1.27/arch/sparc/include/asm/
Dhypervisor.h1171 unsigned long *recv_bytes);
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dp.c806 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/
Dcyclades.c553 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()