Home
last modified time | relevance | path

Searched refs:din (Results 1 – 25 of 51) sorted by relevance

123

/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c1150 static void devx_obj_build_destroy_cmd(void *in, void *out, void *din, in devx_obj_build_destroy_cmd() argument
1159 MLX5_SET(general_obj_in_cmd_hdr, din, uid, uid); in devx_obj_build_destroy_cmd()
1163 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJECT); in devx_obj_build_destroy_cmd()
1164 MLX5_SET(general_obj_in_cmd_hdr, din, obj_id, *obj_id); in devx_obj_build_destroy_cmd()
1165 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, in devx_obj_build_destroy_cmd()
1170 MLX5_SET(destroy_umem_in, din, opcode, in devx_obj_build_destroy_cmd()
1172 MLX5_SET(destroy_umem_in, din, umem_id, *obj_id); in devx_obj_build_destroy_cmd()
1175 MLX5_SET(destroy_mkey_in, din, opcode, in devx_obj_build_destroy_cmd()
1177 MLX5_SET(destroy_mkey_in, din, mkey_index, *obj_id); in devx_obj_build_destroy_cmd()
1180 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd()
[all …]
H A Dqpc.c249 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; in mlx5_qpc_create_qp() local
272 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp()
273 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_qpc_create_qp()
274 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_qpc_create_qp()
275 mlx5_cmd_exec_in(dev->mdev, destroy_qp, din); in mlx5_qpc_create_qp()
/linux/drivers/platform/chrome/
H A Dcros_ec_spi.c157 if (buf - ec_dev->din + n > ec_dev->din_size) in receive_n_bytes()
204 ec_dev->din, in cros_ec_spi_receive_packet()
209 ptr = ec_dev->din; in cros_ec_spi_receive_packet()
213 ptr - ec_dev->din); in cros_ec_spi_receive_packet()
237 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet()
238 ptr = ec_dev->din + todo; in cros_ec_spi_receive_packet()
252 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet()
268 todo, need_len, ptr - ec_dev->din); in cros_ec_spi_receive_packet()
278 dev_dbg(ec_dev->dev, "loop done, ptr=%zd\n", ptr - ec_dev->din); in cros_ec_spi_receive_packet()
312 ec_dev->din, in cros_ec_spi_receive_response()
[all …]
H A Dcros_ec_rpmsg.c111 response = (struct ec_host_response *)ec_dev->din; in cros_ec_pkt_xfer_rpmsg()
126 memcpy(ec_msg->data, ec_dev->din + sizeof(*response), in cros_ec_pkt_xfer_rpmsg()
131 sum += ec_dev->din[i]; in cros_ec_pkt_xfer_rpmsg()
180 memcpy(ec_dev->din, resp->data, len); in cros_ec_rpmsg_callback()
H A Dcros_ec_uart.c144 resp->data = ec_dev->din; in cros_ec_uart_pkt_xfer()
172 host_response = (struct ec_host_response *)ec_dev->din; in cros_ec_uart_pkt_xfer()
185 sum += ec_dev->din[i]; in cros_ec_uart_pkt_xfer()
193 memcpy(ec_msg->data, ec_dev->din + sizeof(*host_response), host_response->data_len); in cros_ec_uart_pkt_xfer()
H A Dcros_ec.c57 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_device_alloc()
58 if (!ec_dev->din) in cros_ec_device_alloc()
H A Dcros_ec_proto.c570 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
573 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_query_all()
574 if (!ec_dev->din) { in cros_ec_query_all()
581 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
/linux/drivers/siox/
H A Dsiox-bus-gpio.c18 struct gpio_desc *din; member
53 if (gpiod_get_value_cansleep(ddata->din)) in siox_gpio_pushpull()
101 ddata->din = devm_gpiod_get(dev, "din", GPIOD_IN); in siox_gpio_probe()
102 if (IS_ERR(ddata->din)) in siox_gpio_probe()
103 return dev_err_probe(dev, PTR_ERR(ddata->din), in siox_gpio_probe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c113 u32 din[MLX5_ST_SZ_DW(destroy_cq_in)] = {}; in mlx5_create_cq() local
172 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_create_cq()
173 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_create_cq()
174 MLX5_SET(destroy_cq_in, din, uid, cq->uid); in mlx5_create_cq()
175 mlx5_cmd_exec_in(dev, destroy_cq, din); in mlx5_create_cq()
/linux/arch/microblaze/kernel/cpu/
H A Dcache.c523 .din = __invalidate_dcache_all_wb,
539 .din = __invalidate_dcache_all_wb,
555 .din = __invalidate_dcache_all_msr_irq,
570 .din = __invalidate_dcache_all_nomsr_irq,
586 .din = __invalidate_dcache_all_noirq_wt,
601 .din = __invalidate_dcache_all_noirq_wt,
/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.h58 unsigned int din, u32 dout,
68 unsigned int din, u32 dout, u32 doen);
H A Dpinctrl-starfive-jh7110-aon.c77 unsigned int din, u32 dout, in jh7110_aon_set_one_pin_mux() argument
81 jh7110_set_gpiomux(sfp, pin, din, dout, doen); in jh7110_aon_set_one_pin_mux()
H A Dpinctrl-starfive-jh7100.c657 u32 din = starfive_pinmux_to_din(v); in starfive_set_mux() local
664 gpio, dout, doen, din); in starfive_set_mux()
668 if (din != GPI_NONE) in starfive_set_mux()
669 reg_din = sfp->base + GPI_CFG_OFFSET + 4 * din; in starfive_set_mux()
967 void __iomem *din = sfp->base + GPIODIN + 4 * (gpio / 32); in starfive_gpio_get() local
969 return !!(readl_relaxed(din) & BIT(gpio % 32)); in starfive_gpio_get()
H A Dpinctrl-starfive-jh7110-sys.c334 unsigned int din, u32 dout, in jh7110_sys_set_one_pin_mux() argument
338 jh7110_set_gpiomux(sfp, pin, din, dout, doen); in jh7110_sys_set_one_pin_mux()
/linux/drivers/iio/adc/
H A Dltc2309.c107 u8 din; in ltc2309_read_raw_channel() local
109 din = FIELD_PREP(LTC2309_DIN_CH_MASK, address & 0x0f) | in ltc2309_read_raw_channel()
113 ret = i2c_smbus_write_byte(ltc2309->client, din); in ltc2309_read_raw_channel()
/linux/arch/microblaze/include/asm/
H A Dcacheflush.h44 void (*din)(void); /* invalidate */ member
63 #define invalidate_dcache() mbc->din();
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh396 local din=$((in1 - in0))
399 local pct_in=$((din * 100 / size))
404 ((dout == din))
405 check_err $? "$((din - dout)) bytes out of $din ingressed got lost"
/linux/drivers/iio/imu/
H A Dadis16550.c116 __be32 din[2]; member
176 const u16 data, __be32 *din) in adis16550_spi_msg_prepare() argument
191 *din = cpu_to_be32(__din); in adis16550_spi_msg_prepare()
205 .tx_buf = &st->din[0], in adis16550_spi_xfer()
209 .tx_buf = &st->din[1], in adis16550_spi_xfer()
214 .tx_buf = &st->din[1], in adis16550_spi_xfer()
225 &st->din[0]); in adis16550_spi_xfer()
229 adis16550_spi_msg_prepare(reg, wr, writeval, &st->din[1]); in adis16550_spi_xfer()
/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c165 u32 din; member
672 writesl(cryp->regs + cryp->caps->din, block, AES_BLOCK_32); in stm32_cryp_write_ccm_first_header()
719 stm32_cryp_write(cryp, cryp->caps->din, xd); in stm32_cryp_ccm_init()
1835 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag()
1836 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
1844 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag()
1845 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
1860 stm32_cryp_write(cryp, cryp->caps->din, xiv); in stm32_cryp_read_auth_tag()
1937 writesl(cryp->regs + cryp->caps->din, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_write_block()
1998 writesl(cryp->regs + cryp->caps->din, block, AES_BLOCK_32); in stm32_cryp_irq_write_gcm_padded_data()
[all …]
/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-pinfunc.h21 #define GPIOMUX(n, dout, doen, din) ( \ argument
22 (((din) & 0xff) << 24) | \
/linux/include/dt-bindings/pinctrl/
H A Dpinctrl-starfive-jh7100.h26 #define GPIOMUX(n, dout, doen, din) ( \ argument
29 (((din) & 0xff) << 8) | \
/linux/arch/mips/include/asm/
H A Dtxx9pio.h16 __u32 din; member
/linux/Documentation/translations/sp_SP/process/
H A Ddeprecated.rst61 Los cálculos dinámicos de tamaño (especialmente multiplicaciones) no
213 dinámico del array en la pila, puede exceder la memoria restante en
261 un grupo de elementos consecutivos de tamaño dinámico en una estructura.
266 En el código C más antiguo, los elementos finales de tamaño dinámico se
274 En código C más antiguo, elementos seguidos de tamaño dinámico eran creados
309 de tamaño dinámico concatenados. Esto permite al compilador generar
332 podría esperar que representa el tamaño total en bytes de la memoria dinámica
348 memoria dinámica para reservar una estructura que contenga un array de este
/linux/drivers/scsi/
H A Dsgiwd93.c70 void fill_hpc_entries(struct ip22_hostdata *hd, struct scsi_cmnd *cmd, int din) in fill_hpc_entries() argument
79 physaddr = dma_map_single(hd->dev, addr, len, DMA_DIR(din)); in fill_hpc_entries()
/linux/arch/mips/kernel/
H A Dgpio_txx9.c21 return !!(__raw_readl(&txx9_pioptr->din) & (1 << offset)); in txx9_gpio_get()

123