/drivers/mfd/ |
D | cros_ec_spi.c | 144 BUG_ON(buf - ec_dev->din + n > ec_dev->din_size); in receive_n_bytes() 189 ec_dev->din, in cros_ec_spi_receive_packet() 194 ptr = ec_dev->din; in cros_ec_spi_receive_packet() 198 ptr - ec_dev->din); in cros_ec_spi_receive_packet() 223 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet() 224 ptr = ec_dev->din + todo; in cros_ec_spi_receive_packet() 238 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet() 254 todo, need_len, ptr - ec_dev->din); in cros_ec_spi_receive_packet() 264 dev_dbg(ec_dev->dev, "loop done, ptr=%zd\n", ptr - ec_dev->din); in cros_ec_spi_receive_packet() 297 ec_dev->din, in cros_ec_spi_receive_response() [all …]
|
D | cros_ec.c | 105 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_register() 106 if (!ec_dev->din) in cros_ec_register()
|
D | cros_ec_i2c.c | 83 in_buf = ec_dev->din; in cros_ec_pkt_xfer_i2c()
|
/drivers/gpio/ |
D | gpio-etraxfs.c | 77 unsigned int din; member 98 .din = ETRAX_FS_r_pa_din, 105 .din = ETRAX_FS_r_pb_din, 112 .din = ETRAX_FS_r_pc_din, 119 .din = ETRAX_FS_r_pd_din, 126 .din = ETRAX_FS_r_pe_din, 145 .din = ARTPEC3_r_pa_din, 152 .din = ARTPEC3_r_pb_din, 159 .din = ARTPEC3_r_pc_din, 164 .din = ARTPEC3_r_pd_din, [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 142 u32 din[MLX5_ST_SZ_DW(destroy_cq_in)]; in mlx5_core_create_cq() local 187 memset(din, 0, sizeof(din)); in mlx5_core_create_cq() 189 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_core_create_cq() 190 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_core_create_cq() 191 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout)); in mlx5_core_create_cq()
|
D | qp.c | 189 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)]; in mlx5_core_create_qp() local 215 memset(din, 0, sizeof(din)); in mlx5_core_create_qp() 217 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_core_create_qp() 218 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_core_create_qp() 219 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout)); in mlx5_core_create_qp()
|
/drivers/platform/chrome/ |
D | cros_ec_proto.c | 412 devm_kfree(dev, ec_dev->din); in cros_ec_query_all() 415 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_query_all() 416 if (!ec_dev->din) { in cros_ec_query_all() 423 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
|
/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 | 640 __func__, readl_relaxed(&device_data->base->din), in hash_messagepad() 644 __func__, readl_relaxed(&device_data->base->din), in hash_messagepad() 1205 device_state->din_reg = readl_relaxed(&device_data->base->din); in hash_save_state()
|
/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
|
D | cryp_core.c | 234 writesl(&device_data->base->din, ctx->indata, count); in cryp_interrupt_handler() 655 writesl(&device_data->base->din, indata, len); in cryp_polling_mode()
|
/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()
|
D | eata.c | 750 unchar din : 1, member 780 din :1; /* Direction of Transfer is In (Target to Host) */ 1716 cpp->din = 1; in scsi_to_dev_dir() 1720 cpp->din = 0; in scsi_to_dev_dir() 1724 cpp->din = 0; in scsi_to_dev_dir() 1739 if ((cpp->din = !cpp->dout)) in scsi_to_dev_dir() 1742 cpp->din = 0; in scsi_to_dev_dir() 2123 if (!cpp->din) in reorder() 2225 YESNO(overlap), cpp->din); in reorder()
|
/drivers/crypto/ |
D | atmel-sha.c | 1576 u32 isr, din, din_inc; in atmel_sha_cpu_transfer() local 1582 for (i = 0, din = 0; i < num_words; ++i, din += din_inc) in atmel_sha_cpu_transfer() 1583 atmel_sha_write(dd, SHA_REG_DIN(din), words[i]); in atmel_sha_cpu_transfer()
|
/drivers/clk/tegra/ |
D | clk-tegra210.c | 242 #define sdin_din_to_data(din) ((u16)((din) ? : 0xFFFFU)) argument
|
D | clk-pll.c | 275 #define sdin_din_to_data(din) ((u16)((din) ? : 0xFFFFU)) argument
|