Searched refs:recv_bytes (Results 1 – 9 of 9) sorted by relevance
| /drivers/gpu/drm/i915/display/ |
| A D | intel_dp_aux.c | 250 int i, ret, recv_bytes; in intel_dp_aux_xfer() local 416 recv_bytes = REG_FIELD_GET(DP_AUX_CH_CTL_MESSAGE_SIZE_MASK, status); in intel_dp_aux_xfer() 423 if (recv_bytes == 0 || recv_bytes > 20) { in intel_dp_aux_xfer() 426 intel_dp->aux.name, recv_bytes); in intel_dp_aux_xfer() 431 if (recv_bytes > recv_size) in intel_dp_aux_xfer() 432 recv_bytes = recv_size; in intel_dp_aux_xfer() 434 for (i = 0; i < recv_bytes; i += 4) in intel_dp_aux_xfer() 436 recv + i, recv_bytes - i); in intel_dp_aux_xfer() 438 ret = recv_bytes; in intel_dp_aux_xfer()
|
| /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()
|
| /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() 1203 uint8_t *recv, int recv_bytes) in cdv_intel_dp_aux_native_read_retry() argument 1213 recv_bytes); in cdv_intel_dp_aux_native_read_retry() [all …]
|
| /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()
|
| /drivers/i2c/busses/ |
| A D | i2c-mlxbf.c | 1823 static int mlxbf_i2c_irq_send(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_i2c_irq_send() argument 1858 if (recv_bytes > 1) { in mlxbf_i2c_irq_send() 1922 static int mlxbf_i2c_irq_recv(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_i2c_irq_recv() argument 1930 mlxbf_i2c_smbus_read_data(priv, data_desc, recv_bytes, in mlxbf_i2c_irq_recv() 1951 for (byte = 1; byte < recv_bytes; byte++) { in mlxbf_i2c_irq_recv() 1979 u8 recv_bytes; in mlxbf_i2c_irq() local 2006 recv_bytes = (rw_bytes_reg >> 8) & GENMASK(7, 0); in mlxbf_i2c_irq() 2018 recv_bytes = recv_bytes > MLXBF_I2C_SLAVE_DATA_DESC_SIZE ? in mlxbf_i2c_irq() 2019 MLXBF_I2C_SLAVE_DATA_DESC_SIZE : recv_bytes; in mlxbf_i2c_irq() 2022 mlxbf_i2c_irq_send(priv, recv_bytes); in mlxbf_i2c_irq() [all …]
|
| /drivers/infiniband/hw/efa/ |
| A D | efa_com_cmd.h | 268 u64 recv_bytes; member
|
| A D | efa_com_cmd.c | 810 result->messages_stats.recv_bytes = ms->recv_bytes; in efa_com_get_stats()
|
| A D | efa_admin_cmds_defs.h | 630 u64 recv_bytes; member
|
| A D | efa_verbs.c | 2265 stats->value[EFA_RECV_BYTES] = ms->recv_bytes; in efa_fill_port_stats()
|
Completed in 32 milliseconds