Searched refs:recv_bytes (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_dp_aux.c | 198 int i, ret, recv_bytes; in intel_dp_aux_xfer() local 337 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in intel_dp_aux_xfer() 345 if (recv_bytes == 0 || recv_bytes > 20) { in intel_dp_aux_xfer() 348 intel_dp->aux.name, recv_bytes); in intel_dp_aux_xfer() 353 if (recv_bytes > recv_size) in intel_dp_aux_xfer() 354 recv_bytes = recv_size; in intel_dp_aux_xfer() 356 for (i = 0; i < recv_bytes; i += 4) in intel_dp_aux_xfer() 358 recv + i, recv_bytes - i); in intel_dp_aux_xfer() 360 ret = recv_bytes; in intel_dp_aux_xfer()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | atombios_dp.c | 68 int recv_bytes; in amdgpu_atombios_dp_process_aux_ch() local 110 recv_bytes = args.v1.ucDataOutLen; in amdgpu_atombios_dp_process_aux_ch() 111 if (recv_bytes > recv_size) in amdgpu_atombios_dp_process_aux_ch() 112 recv_bytes = recv_size; in amdgpu_atombios_dp_process_aux_ch() 115 amdgpu_atombios_copy_swap(recv, base + 16, recv_bytes, false); in amdgpu_atombios_dp_process_aux_ch() 117 r = recv_bytes; in amdgpu_atombios_dp_process_aux_ch()
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A 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-6.3-rc2/drivers/gpu/drm/gma500/ |
A D | cdv_intel_dp.c | 576 int recv_bytes; in cdv_intel_dp_aux_ch() local 656 if (recv_bytes > recv_size) in cdv_intel_dp_aux_ch() 657 recv_bytes = recv_size; in cdv_intel_dp_aux_ch() 659 for (i = 0; i < recv_bytes; i += 4) in cdv_intel_dp_aux_ch() 661 recv + i, recv_bytes - i); in cdv_intel_dp_aux_ch() 663 return recv_bytes; in cdv_intel_dp_aux_ch() 722 msg[3] = recv_bytes - 1; in cdv_intel_dp_aux_native_read() 725 reply_bytes = recv_bytes + 1; in cdv_intel_dp_aux_native_read() 1205 uint8_t *recv, int recv_bytes) in cdv_intel_dp_aux_native_read_retry() argument 1215 recv_bytes); in cdv_intel_dp_aux_native_read_retry() [all …]
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-mlxbf.c | 1870 static int mlxbf_i2c_irq_send(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_i2c_irq_send() argument 1905 if (recv_bytes > 1) { in mlxbf_i2c_irq_send() 1967 static int mlxbf_i2c_irq_recv(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_i2c_irq_recv() argument 1975 mlxbf_i2c_smbus_read_data(priv, data_desc, recv_bytes, in mlxbf_i2c_irq_recv() 1996 for (byte = 1; byte < recv_bytes; byte++) { in mlxbf_i2c_irq_recv() 2024 u8 recv_bytes; in mlxbf_i2c_irq() local 2051 recv_bytes = (rw_bytes_reg >> 8) & GENMASK(7, 0); in mlxbf_i2c_irq() 2063 recv_bytes = recv_bytes > MLXBF_I2C_SLAVE_DATA_DESC_SIZE ? in mlxbf_i2c_irq() 2064 MLXBF_I2C_SLAVE_DATA_DESC_SIZE : recv_bytes; in mlxbf_i2c_irq() 2067 mlxbf_i2c_irq_send(priv, recv_bytes); in mlxbf_i2c_irq() [all …]
|
/linux-6.3-rc2/drivers/infiniband/hw/efa/ |
A D | efa_com_cmd.h | 254 u64 recv_bytes; member
|
A D | efa_admin_cmds_defs.h | 556 u64 recv_bytes; member
|
A D | efa_com_cmd.c | 788 result->messages_stats.recv_bytes = resp.u.messages_stats.recv_bytes; in efa_com_get_stats()
|
A D | efa_verbs.c | 2103 stats->value[EFA_RECV_BYTES] = ms->recv_bytes; in efa_fill_port_stats()
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | hypervisor.h | 1329 unsigned long *recv_bytes);
|
Completed in 33 milliseconds