/linux-5.19.10/drivers/infiniband/hw/mlx5/ |
D | devx.c | 1091 static void devx_obj_build_destroy_cmd(void *in, void *out, void *din, in devx_obj_build_destroy_cmd() argument 1100 MLX5_SET(general_obj_in_cmd_hdr, din, uid, uid); in devx_obj_build_destroy_cmd() 1104 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJECT); in devx_obj_build_destroy_cmd() 1105 MLX5_SET(general_obj_in_cmd_hdr, din, obj_id, *obj_id); in devx_obj_build_destroy_cmd() 1106 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, in devx_obj_build_destroy_cmd() 1111 MLX5_SET(destroy_umem_in, din, opcode, in devx_obj_build_destroy_cmd() 1113 MLX5_SET(destroy_umem_in, din, umem_id, *obj_id); in devx_obj_build_destroy_cmd() 1116 MLX5_SET(destroy_mkey_in, din, opcode, in devx_obj_build_destroy_cmd() 1118 MLX5_SET(destroy_mkey_in, din, mkey_index, *obj_id); in devx_obj_build_destroy_cmd() 1121 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd() [all …]
|
D | qpc.c | 242 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; in mlx5_qpc_create_qp() local 264 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp() 265 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_qpc_create_qp() 266 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_qpc_create_qp() 267 mlx5_cmd_exec_in(dev->mdev, destroy_qp, din); in mlx5_qpc_create_qp()
|
/linux-5.19.10/drivers/platform/chrome/ |
D | cros_ec_spi.c | 163 if (buf - ec_dev->din + n > ec_dev->din_size) in receive_n_bytes() 210 ec_dev->din, in cros_ec_spi_receive_packet() 215 ptr = ec_dev->din; in cros_ec_spi_receive_packet() 219 ptr - ec_dev->din); in cros_ec_spi_receive_packet() 243 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet() 244 ptr = ec_dev->din + todo; in cros_ec_spi_receive_packet() 258 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet() 274 todo, need_len, ptr - ec_dev->din); in cros_ec_spi_receive_packet() 284 dev_dbg(ec_dev->dev, "loop done, ptr=%zd\n", ptr - ec_dev->din); in cros_ec_spi_receive_packet() 318 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.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 | 492 devm_kfree(dev, ec_dev->din); in cros_ec_query_all() 495 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_query_all() 496 if (!ec_dev->din) { in cros_ec_query_all() 503 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
|
/linux-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/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-5.19.10/arch/microblaze/include/asm/ |
D | cacheflush.h | 44 void (*din)(void); /* invalidate */ member 63 #define invalidate_dcache() mbc->din();
|
/linux-5.19.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | qos_pfc.sh | 382 local din=$((in1 - in0)) 385 local pct_in=$((din * 100 / size)) 390 ((dout == din)) 391 check_err $? "$((din - dout)) bytes out of $din ingressed got lost"
|
/linux-5.19.10/arch/mips/include/asm/ |
D | txx9pio.h | 16 __u32 din; member
|
/linux-5.19.10/drivers/crypto/ux500/hash/ |
D | hash_alg.h | 108 #define HASH_SET_DIN(val, len) writesl(&device_data->base->din, (val), (len)) 180 u32 din; member
|
/linux-5.19.10/include/dt-bindings/pinctrl/ |
D | pinctrl-starfive.h | 26 #define GPIOMUX(n, dout, doen, din) ( \ argument 29 (((din) & 0xff) << 8) | \
|
/linux-5.19.10/drivers/crypto/ux500/cryp/ |
D | cryp_irqp.h | 85 u32 din; /* Data input register */ member
|
D | cryp.c | 310 ctx->din = readl_relaxed(&src_reg->din); in cryp_save_device_context()
|
D | cryp.h | 202 u32 din; member
|
/linux-5.19.10/arch/mips/kernel/ |
D | gpio_txx9.c | 21 return !!(__raw_readl(&txx9_pioptr->din) & (1 << offset)); in txx9_gpio_get()
|
/linux-5.19.10/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-5.19.10/drivers/pinctrl/ |
D | pinctrl-starfive.c | 655 u32 din = starfive_pinmux_to_din(v); in starfive_set_mux() local 662 gpio, dout, doen, din); in starfive_set_mux() 666 if (din != GPI_NONE) in starfive_set_mux() 667 reg_din = sfp->base + GPI_CFG_OFFSET + 4 * din; in starfive_set_mux() 975 void __iomem *din = sfp->base + GPIODIN + 4 * (gpio / 32); in starfive_gpio_get() local 977 return !!(readl_relaxed(din) & BIT(gpio % 32)); in starfive_gpio_get()
|
/linux-5.19.10/include/linux/platform_data/ |
D | cros_ec_proto.h | 149 u8 *din; member
|
/linux-5.19.10/Documentation/devicetree/bindings/soundwire/ |
D | qcom,sdw.txt | 59 - qcom,din-ports: 200 qcom,din-ports = <2>;
|
/linux-5.19.10/fs/gfs2/ |
D | xattr.c | 454 const char *din, char *dout) in gfs2_iter_unstuffed() argument 503 if (din) { in gfs2_iter_unstuffed() 505 memcpy(pos, din, cp_size); in gfs2_iter_unstuffed() 506 din += sdp->sd_jbsize; in gfs2_iter_unstuffed()
|