/drivers/mfd/ |
D | cros_ec_spi.c | 141 BUG_ON(buf - ec_dev->din + n > ec_dev->din_size); in receive_n_bytes() 186 ec_dev->din, in cros_ec_spi_receive_packet() 191 ptr = ec_dev->din; in cros_ec_spi_receive_packet() 195 ptr - ec_dev->din); in cros_ec_spi_receive_packet() 220 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet() 221 ptr = ec_dev->din + todo; in cros_ec_spi_receive_packet() 235 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet() 251 todo, need_len, ptr - ec_dev->din); in cros_ec_spi_receive_packet() 261 dev_dbg(ec_dev->dev, "loop done, ptr=%zd\n", ptr - ec_dev->din); in cros_ec_spi_receive_packet() 294 ec_dev->din, in cros_ec_spi_receive_response() [all …]
|
D | cros_ec.c | 79 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_register() 80 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 | 76 unsigned int din; member 97 .din = ETRAX_FS_r_pa_din, 104 .din = ETRAX_FS_r_pb_din, 111 .din = ETRAX_FS_r_pc_din, 118 .din = ETRAX_FS_r_pd_din, 125 .din = ETRAX_FS_r_pe_din, 144 .din = ARTPEC3_r_pa_din, 151 .din = ARTPEC3_r_pb_din, 158 .din = ARTPEC3_r_pc_din, 163 .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 185 memset(din, 0, sizeof(din)); in mlx5_core_create_cq() 187 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_core_create_cq() 188 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_core_create_cq() 189 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout)); in mlx5_core_create_cq()
|
D | qp.c | 278 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)]; in mlx5_core_create_qp() local 304 memset(din, 0, sizeof(din)); in mlx5_core_create_qp() 306 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_core_create_qp() 307 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_core_create_qp() 308 mlx5_cmd_exec(dev, din, sizeof(din), dout, sizeof(dout)); in mlx5_core_create_qp()
|
/drivers/platform/chrome/ |
D | cros_ec_proto.c | 351 devm_kfree(dev, ec_dev->din); in cros_ec_query_all() 354 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_query_all() 355 if (!ec_dev->din) { in cros_ec_query_all() 362 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() 2130 if (!cpp->din) in reorder() 2232 YESNO(overlap), cpp->din); in reorder()
|
/drivers/clk/tegra/ |
D | clk-tegra210.c | 208 #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
|