/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | devx.c | 1107 static void devx_obj_build_destroy_cmd(void *in, void *out, void *din, in devx_obj_build_destroy_cmd() argument 1116 MLX5_SET(general_obj_in_cmd_hdr, din, uid, uid); in devx_obj_build_destroy_cmd() 1120 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJECT); in devx_obj_build_destroy_cmd() 1121 MLX5_SET(general_obj_in_cmd_hdr, din, obj_id, *obj_id); in devx_obj_build_destroy_cmd() 1122 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, in devx_obj_build_destroy_cmd() 1127 MLX5_SET(destroy_umem_in, din, opcode, in devx_obj_build_destroy_cmd() 1129 MLX5_SET(destroy_umem_in, din, umem_id, *obj_id); in devx_obj_build_destroy_cmd() 1132 MLX5_SET(destroy_mkey_in, din, opcode, in devx_obj_build_destroy_cmd() 1134 MLX5_SET(destroy_mkey_in, din, mkey_index, *obj_id); in devx_obj_build_destroy_cmd() 1137 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd() [all …]
|
D | qpc.c | 235 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; in mlx5_qpc_create_qp() local 257 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp() 258 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_qpc_create_qp() 259 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_qpc_create_qp() 260 mlx5_cmd_exec_in(dev->mdev, destroy_qp, din); in mlx5_qpc_create_qp()
|
/linux-6.6.21/drivers/platform/chrome/ |
D | cros_ec_spi.c | 157 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 …]
|
D | cros_ec_rpmsg.c | 111 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()
|
D | cros_ec_uart.c | 145 resp->data = ec_dev->din; in cros_ec_uart_pkt_xfer() 173 host_response = (struct ec_host_response *)ec_dev->din; in cros_ec_uart_pkt_xfer() 186 sum += ec_dev->din[i]; in cros_ec_uart_pkt_xfer() 194 memcpy(ec_msg->data, ec_dev->din + sizeof(*host_response), host_response->data_len); in cros_ec_uart_pkt_xfer()
|
D | cros_ec.c | 195 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_register() 196 if (!ec_dev->din) in cros_ec_register()
|
D | cros_ec_proto.c | 521 devm_kfree(dev, ec_dev->din); in cros_ec_query_all() 524 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_query_all() 525 if (!ec_dev->din) { in cros_ec_query_all() 532 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
|
/linux-6.6.21/drivers/siox/ |
D | siox-bus-gpio.c | 18 struct gpio_desc *din; member 53 if (gpiod_get_value_cansleep(ddata->din)) in siox_gpio_pushpull() 103 ddata->din = devm_gpiod_get(dev, "din", GPIOD_IN); in siox_gpio_probe() 104 if (IS_ERR(ddata->din)) { in siox_gpio_probe() 105 ret = dev_err_probe(dev, PTR_ERR(ddata->din), in siox_gpio_probe()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 94 u32 din[MLX5_ST_SZ_DW(destroy_cq_in)] = {}; in mlx5_create_cq() local 145 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_create_cq() 146 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_create_cq() 147 MLX5_SET(destroy_cq_in, din, uid, cq->uid); in mlx5_create_cq() 148 mlx5_cmd_exec_in(dev, destroy_cq, din); in mlx5_create_cq()
|
/linux-6.6.21/Documentation/devicetree/bindings/siox/ |
D | eckelmann,siox-gpio.txt | 5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the 15 din-gpios = <&gpio6 11 0>;
|
/linux-6.6.21/Documentation/devicetree/bindings/misc/ |
D | xlnx,sd-fec.txt | 27 - xlnx,sdfec-din-words : A value 0 indicates that the DIN_WORDS interface is 31 - xlnx,sdfec-din-width : Configures the DIN AXI stream where a value of 1 54 xlnx,sdfec-din-words = <0>; 55 xlnx,sdfec-din-width = <2>;
|
/linux-6.6.21/drivers/pinctrl/starfive/ |
D | pinctrl-starfive-jh7110.h | 59 unsigned int din, u32 dout, 69 unsigned int din, u32 dout, u32 doen);
|
D | pinctrl-starfive-jh7110-aon.c | 78 unsigned int din, u32 dout, in jh7110_aon_set_one_pin_mux() argument 82 jh7110_set_gpiomux(sfp, pin, din, dout, doen); in jh7110_aon_set_one_pin_mux()
|
D | pinctrl-starfive-jh7100.c | 662 u32 din = starfive_pinmux_to_din(v); in starfive_set_mux() local 669 gpio, dout, doen, din); in starfive_set_mux() 673 if (din != GPI_NONE) in starfive_set_mux() 674 reg_din = sfp->base + GPI_CFG_OFFSET + 4 * din; in starfive_set_mux() 982 void __iomem *din = sfp->base + GPIODIN + 4 * (gpio / 32); in starfive_gpio_get() local 984 return !!(readl_relaxed(din) & BIT(gpio % 32)); in starfive_gpio_get()
|
/linux-6.6.21/arch/microblaze/kernel/cpu/ |
D | cache.c | 523 .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-6.6.21/arch/microblaze/include/asm/ |
D | cacheflush.h | 44 void (*din)(void); /* invalidate */ member 63 #define invalidate_dcache() mbc->din();
|
/linux-6.6.21/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_pfc.sh | 397 local din=$((in1 - in0)) 400 local pct_in=$((din * 100 / size)) 405 ((dout == din)) 406 check_err $? "$((din - dout)) bytes out of $din ingressed got lost"
|
/linux-6.6.21/drivers/crypto/stm32/ |
D | stm32-cryp.c | 147 u32 din; member 627 writesl(cryp->regs + cryp->caps->din, block, AES_BLOCK_32); in stm32_cryp_write_ccm_first_header() 674 stm32_cryp_write(cryp, cryp->caps->din, xd); in stm32_cryp_ccm_init() 1296 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag() 1297 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag() 1305 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag() 1306 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag() 1321 stm32_cryp_write(cryp, cryp->caps->din, xiv); in stm32_cryp_read_auth_tag() 1399 writesl(cryp->regs + cryp->caps->din, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_write_block() 1461 writesl(cryp->regs + cryp->caps->din, block, AES_BLOCK_32); in stm32_cryp_irq_write_gcm_padded_data() [all …]
|
/linux-6.6.21/arch/mips/include/asm/ |
D | txx9pio.h | 16 __u32 din; member
|
/linux-6.6.21/arch/riscv/boot/dts/starfive/ |
D | jh7110-pinfunc.h | 21 #define GPIOMUX(n, dout, doen, din) ( \ argument 22 (((din) & 0xff) << 24) | \
|
/linux-6.6.21/include/dt-bindings/pinctrl/ |
D | pinctrl-starfive-jh7100.h | 26 #define GPIOMUX(n, dout, doen, din) ( \ argument 29 (((din) & 0xff) << 8) | \
|
/linux-6.6.21/arch/mips/kernel/ |
D | gpio_txx9.c | 21 return !!(__raw_readl(&txx9_pioptr->din) & (1 << offset)); in txx9_gpio_get()
|
/linux-6.6.21/drivers/scsi/ |
D | sgiwd93.c | 70 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-6.6.21/Documentation/translations/sp_SP/process/ |
D | deprecated.rst | 61 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-6.6.21/include/linux/platform_data/ |
D | cros_ec_proto.h | 172 u8 *din; member
|