Searched refs:recv_bytes (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_dp_aux.c | 226 int i, ret, recv_bytes; in intel_dp_aux_xfer() local 381 recv_bytes = REG_FIELD_GET(DP_AUX_CH_CTL_MESSAGE_SIZE_MASK, status); in intel_dp_aux_xfer() 388 if (recv_bytes == 0 || recv_bytes > 20) { in intel_dp_aux_xfer() 391 intel_dp->aux.name, recv_bytes); in intel_dp_aux_xfer() 396 if (recv_bytes > recv_size) in intel_dp_aux_xfer() 397 recv_bytes = recv_size; in intel_dp_aux_xfer() 399 for (i = 0; i < recv_bytes; i += 4) in intel_dp_aux_xfer() 401 recv + i, recv_bytes - i); in intel_dp_aux_xfer() 403 ret = recv_bytes; in intel_dp_aux_xfer()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
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.6.21/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()
|
/linux-6.6.21/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 576 int recv_bytes; in cdv_intel_dp_aux_ch() local 654 recv_bytes = ((status & DP_AUX_CH_CTL_MESSAGE_SIZE_MASK) >> in cdv_intel_dp_aux_ch() 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() 710 uint16_t address, uint8_t *recv, int recv_bytes) in cdv_intel_dp_aux_native_read() argument 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() [all …]
|
/linux-6.6.21/drivers/i2c/busses/ |
D | i2c-mlxbf.c | 1864 static int mlxbf_i2c_irq_send(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_i2c_irq_send() argument 1899 if (recv_bytes > 1) { in mlxbf_i2c_irq_send() 1961 static int mlxbf_i2c_irq_recv(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_i2c_irq_recv() argument 1969 mlxbf_i2c_smbus_read_data(priv, data_desc, recv_bytes, in mlxbf_i2c_irq_recv() 1990 for (byte = 1; byte < recv_bytes; byte++) { in mlxbf_i2c_irq_recv() 2018 u8 recv_bytes; in mlxbf_i2c_irq() local 2045 recv_bytes = (rw_bytes_reg >> 8) & GENMASK(7, 0); in mlxbf_i2c_irq() 2057 recv_bytes = recv_bytes > MLXBF_I2C_SLAVE_DATA_DESC_SIZE ? in mlxbf_i2c_irq() 2058 MLXBF_I2C_SLAVE_DATA_DESC_SIZE : recv_bytes; in mlxbf_i2c_irq() 2061 mlxbf_i2c_irq_send(priv, recv_bytes); in mlxbf_i2c_irq() [all …]
|
/linux-6.6.21/drivers/infiniband/hw/efa/ |
D | efa_com_cmd.h | 254 u64 recv_bytes; member
|
D | efa_admin_cmds_defs.h | 559 u64 recv_bytes; member
|
D | efa_com_cmd.c | 788 result->messages_stats.recv_bytes = resp.u.messages_stats.recv_bytes; in efa_com_get_stats()
|
D | efa_verbs.c | 2115 stats->value[EFA_RECV_BYTES] = ms->recv_bytes; in efa_fill_port_stats()
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | hypervisor.h | 1329 unsigned long *recv_bytes);
|