Home
last modified time | relevance | path

Searched refs:din (Results 1 – 17 of 17) sorted by relevance

/drivers/mfd/
Dcros_ec_spi.c141 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 …]
Dcros_ec.c79 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()
Dcros_ec_i2c.c83 in_buf = ec_dev->din; in cros_ec_pkt_xfer_i2c()
/drivers/gpio/
Dgpio-etraxfs.c76 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/
Dcq.c142 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()
Dqp.c278 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/
Dcros_ec_proto.c351 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/
Dhash_alg.h108 #define HASH_SET_DIN(val, len) writesl(&device_data->base->din, (val), (len))
180 u32 din; member
Dhash_core.c640 __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/
Dcryp_irqp.h85 u32 din; /* Data input register */ member
Dcryp.c309 ctx->din = readl_relaxed(&src_reg->din); in cryp_save_device_context()
Dcryp.h202 u32 din; member
Dcryp_core.c234 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/
Dsgiwd93.c66 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()
Deata.c750 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/
Dclk-tegra210.c208 #define sdin_din_to_data(din) ((u16)((din) ? : 0xFFFFU)) argument
Dclk-pll.c275 #define sdin_din_to_data(din) ((u16)((din) ? : 0xFFFFU)) argument