| /Linux-v5.4/drivers/platform/chrome/ |
| D | cros_ec_spi.c | 156 BUG_ON(buf - ec_dev->din + n > ec_dev->din_size); in receive_n_bytes() 201 ec_dev->din, in cros_ec_spi_receive_packet() 206 ptr = ec_dev->din; in cros_ec_spi_receive_packet() 210 ptr - ec_dev->din); in cros_ec_spi_receive_packet() 235 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet() 236 ptr = ec_dev->din + todo; in cros_ec_spi_receive_packet() 250 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet() 266 todo, need_len, ptr - ec_dev->din); in cros_ec_spi_receive_packet() 276 dev_dbg(ec_dev->dev, "loop done, ptr=%zd\n", ptr - ec_dev->din); in cros_ec_spi_receive_packet() 309 ec_dev->din, in cros_ec_spi_receive_response() [all …]
|
| D | cros_ec_rpmsg.c | 102 response = (struct ec_host_response *)ec_dev->din; in cros_ec_pkt_xfer_rpmsg() 117 memcpy(ec_msg->data, ec_dev->din + sizeof(*response), in cros_ec_pkt_xfer_rpmsg() 122 sum += ec_dev->din[i]; in cros_ec_pkt_xfer_rpmsg() 186 memcpy(ec_dev->din, resp->data, len); in cros_ec_rpmsg_callback()
|
| D | cros_ec_proto.c | 408 devm_kfree(dev, ec_dev->din); in cros_ec_query_all() 411 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_query_all() 412 if (!ec_dev->din) { in cros_ec_query_all() 419 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
|
| D | cros_ec.c | 118 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_register() 119 if (!ec_dev->din) in cros_ec_register()
|
| D | cros_ec_i2c.c | 74 in_buf = ec_dev->din; in cros_ec_pkt_xfer_i2c()
|
| D | cros_ec_ishtp.c | 456 struct cros_ish_in_msg *in_msg = (struct cros_ish_in_msg *)ec_dev->din; in cros_ec_pkt_xfer_ish()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | cq.c | 95 u32 din[MLX5_ST_SZ_DW(destroy_cq_in)]; in mlx5_core_create_cq() local 145 memset(din, 0, sizeof(din)); in mlx5_core_create_cq() 147 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_core_create_cq() 148 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_core_create_cq() 149 MLX5_SET(destroy_cq_in, din, uid, cq->uid); in mlx5_core_create_cq() 150 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout)); in mlx5_core_create_cq()
|
| D | qp.c | 300 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)]; in mlx5_core_create_qp() local 327 memset(din, 0, sizeof(din)); in mlx5_core_create_qp() 329 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_core_create_qp() 330 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_core_create_qp() 331 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_core_create_qp() 332 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout)); in mlx5_core_create_qp()
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | devx.c | 1067 static void devx_obj_build_destroy_cmd(void *in, void *out, void *din, in devx_obj_build_destroy_cmd() argument 1077 MLX5_SET(general_obj_in_cmd_hdr, din, obj_id, *obj_id); in devx_obj_build_destroy_cmd() 1078 MLX5_SET(general_obj_in_cmd_hdr, din, uid, uid); in devx_obj_build_destroy_cmd() 1082 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJECT); in devx_obj_build_destroy_cmd() 1083 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, obj_type); in devx_obj_build_destroy_cmd() 1087 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, in devx_obj_build_destroy_cmd() 1091 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_MKEY); in devx_obj_build_destroy_cmd() 1094 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd() 1097 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DEALLOC_PD); in devx_obj_build_destroy_cmd() 1100 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, in devx_obj_build_destroy_cmd() [all …]
|
| /Linux-v5.4/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 = PTR_ERR(ddata->din); in siox_gpio_probe()
|
| /Linux-v5.4/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-v5.4/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-v5.4/arch/microblaze/kernel/cpu/ |
| D | cache.c | 522 .din = __invalidate_dcache_all_wb, 538 .din = __invalidate_dcache_all_wb, 554 .din = __invalidate_dcache_all_msr_irq, 569 .din = __invalidate_dcache_all_nomsr_irq, 585 .din = __invalidate_dcache_all_noirq_wt, 600 .din = __invalidate_dcache_all_noirq_wt,
|
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | cacheflush.h | 48 void (*din)(void); /* invalidate */ member 70 #define invalidate_dcache() mbc->din();
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | txx9pio.h | 16 __u32 din; member
|
| /Linux-v5.4/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
|
| D | hash_core.c | 641 __func__, readl_relaxed(&device_data->base->din), in hash_messagepad() 645 __func__, readl_relaxed(&device_data->base->din), in hash_messagepad() 1208 device_state->din_reg = readl_relaxed(&device_data->base->din); in hash_save_state()
|
| /Linux-v5.4/drivers/crypto/ux500/cryp/ |
| D | cryp_irqp.h | 85 u32 din; /* Data input register */ member
|
| D | cryp.c | 309 ctx->din = readl_relaxed(&src_reg->din); in cryp_save_device_context()
|
| D | cryp.h | 202 u32 din; member
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | gpio_txx9.c | 21 return !!(__raw_readl(&txx9_pioptr->din) & (1 << offset)); in txx9_gpio_get()
|
| /Linux-v5.4/drivers/scsi/ |
| D | sgiwd93.c | 66 void fill_hpc_entries(struct ip22_hostdata *hd, struct scsi_cmnd *cmd, int din) in fill_hpc_entries() argument 74 physaddr = dma_map_single(hd->dev, addr, len, DMA_DIR(din)); in fill_hpc_entries()
|
| /Linux-v5.4/include/linux/platform_data/ |
| D | cros_ec_proto.h | 145 u8 *din; member
|
| /Linux-v5.4/fs/gfs2/ |
| D | xattr.c | 440 const char *din, char *dout) in gfs2_iter_unstuffed() argument 489 if (din) { in gfs2_iter_unstuffed() 491 memcpy(pos, din, cp_size); in gfs2_iter_unstuffed() 492 din += sdp->sd_jbsize; in gfs2_iter_unstuffed()
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | imx6dl-eckelmann-ci4x10.dts | 48 din-gpios = <&gpio6 11 GPIO_ACTIVE_HIGH>;
|