Searched refs:recv_bytes (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/i915/display/ |
D | intel_dp_aux.c | 223 int i, ret, recv_bytes; in intel_dp_aux_xfer() local 365 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in intel_dp_aux_xfer() 373 if (recv_bytes == 0 || recv_bytes > 20) { in intel_dp_aux_xfer() 376 intel_dp->aux.name, recv_bytes); in intel_dp_aux_xfer() 381 if (recv_bytes > recv_size) in intel_dp_aux_xfer() 382 recv_bytes = recv_size; in intel_dp_aux_xfer() 384 for (i = 0; i < recv_bytes; i += 4) in intel_dp_aux_xfer() 386 recv + i, recv_bytes - i); in intel_dp_aux_xfer() 388 ret = recv_bytes; in intel_dp_aux_xfer()
|
/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()
|
/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 580 int recv_bytes; in cdv_intel_dp_aux_ch() local 658 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in cdv_intel_dp_aux_ch() 660 if (recv_bytes > recv_size) in cdv_intel_dp_aux_ch() 661 recv_bytes = recv_size; in cdv_intel_dp_aux_ch() 663 for (i = 0; i < recv_bytes; i += 4) in cdv_intel_dp_aux_ch() 665 recv + i, recv_bytes - i); in cdv_intel_dp_aux_ch() 667 return recv_bytes; in cdv_intel_dp_aux_ch() 714 uint16_t address, uint8_t *recv, int recv_bytes) in cdv_intel_dp_aux_native_read() argument 726 msg[3] = recv_bytes - 1; in cdv_intel_dp_aux_native_read() 729 reply_bytes = recv_bytes + 1; in cdv_intel_dp_aux_native_read() [all …]
|
/drivers/i2c/busses/ |
D | i2c-mlxbf.c | 1856 static int mlxbf_smbus_irq_send(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_smbus_irq_send() argument 1877 if (recv_bytes > 0) { in mlxbf_smbus_irq_send() 1882 switch (recv_bytes) { in mlxbf_smbus_irq_send() 1901 if (recv_bytes > 1) { in mlxbf_smbus_irq_send() 1961 static int mlxbf_smbus_irq_recv(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_smbus_irq_recv() argument 1972 mlxbf_i2c_smbus_read_data(priv, data_desc, recv_bytes, in mlxbf_smbus_irq_recv() 1988 for (byte = 1; byte < recv_bytes; byte++) { in mlxbf_smbus_irq_recv() 2012 u8 recv_bytes; in mlxbf_smbus_irq() local 2039 recv_bytes = (rw_bytes_reg >> 8) & GENMASK(7, 0); in mlxbf_smbus_irq() 2051 recv_bytes = recv_bytes > MLXBF_I2C_SLAVE_DATA_DESC_SIZE ? in mlxbf_smbus_irq() [all …]
|
/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()
|
/drivers/infiniband/hw/efa/ |
D | efa_com_cmd.h | 246 u64 recv_bytes; member
|
D | efa_admin_cmds_defs.h | 538 u64 recv_bytes; member
|
D | efa_com_cmd.c | 766 result->messages_stats.recv_bytes = resp.u.messages_stats.recv_bytes; in efa_com_get_stats()
|
D | efa_verbs.c | 1977 stats->value[EFA_RECV_BYTES] = ms->recv_bytes; in efa_fill_port_stats()
|