/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | srq.c | 87 struct mlx5_destroy_srq_mbox_in din; in mlx5_core_create_srq() local 116 memset(&din, 0, sizeof(din)); in mlx5_core_create_srq() 118 din.srqn = cpu_to_be32(srq->srqn); in mlx5_core_create_srq() 119 din.hdr.opcode = cpu_to_be16(MLX5_CMD_OP_DESTROY_SRQ); in mlx5_core_create_srq() 120 mlx5_cmd_exec(dev, &din, sizeof(din), &dout, sizeof(dout)); in mlx5_core_create_srq()
|
D | cq.c | 97 struct mlx5_destroy_cq_mbox_in din; in mlx5_core_create_cq() local 130 memset(&din, 0, sizeof(din)); in mlx5_core_create_cq() 132 din.hdr.opcode = cpu_to_be16(MLX5_CMD_OP_DESTROY_CQ); in mlx5_core_create_cq() 133 mlx5_cmd_exec(dev, &din, sizeof(din), &dout, sizeof(dout)); in mlx5_core_create_cq()
|
D | qp.c | 187 struct mlx5_destroy_qp_mbox_in din; in mlx5_core_create_qp() local 231 memset(&din, 0, sizeof(din)); in mlx5_core_create_qp() 233 din.hdr.opcode = cpu_to_be16(MLX5_CMD_OP_DESTROY_QP); in mlx5_core_create_qp() 234 din.qpn = cpu_to_be32(qp->qpn); in mlx5_core_create_qp() 235 mlx5_cmd_exec(dev, &din, sizeof(din), &out, sizeof(dout)); in mlx5_core_create_qp()
|
/linux-4.1.27/drivers/mfd/ |
D | cros_ec_spi.c | 133 trans.rx_buf = ptr = ec_dev->din; in cros_ec_spi_receive_response() 147 ptr - ec_dev->din); in cros_ec_spi_receive_response() 172 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_response() 173 ptr = ec_dev->din + todo; in cros_ec_spi_receive_response() 188 todo, need_len, ptr - ec_dev->din); in cros_ec_spi_receive_response() 198 BUG_ON((u8 *)trans.rx_buf - ec_dev->din + todo > in cros_ec_spi_receive_response() 211 dev_dbg(ec_dev->dev, "loop done, ptr=%zd\n", ptr - ec_dev->din); in cros_ec_spi_receive_response() 281 ptr = ec_dev->din; in cros_ec_cmd_xfer_spi()
|
D | cros_ec.c | 133 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_register() 134 if (!ec_dev->din) in cros_ec_register()
|
/linux-4.1.27/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-4.1.27/arch/microblaze/include/asm/ |
D | cacheflush.h | 48 void (*din)(void); /* invalidate */ member 70 #define invalidate_dcache() mbc->din();
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-fs/ |
D | nandflash.c | 93 reg_gio_r_pa_din din = REG_RD(gio, regi_gio, r_pa_din); in crisv32_device_ready() local 94 return ((din.data & (1 << BY_BIT)) >> BY_BIT); in crisv32_device_ready()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/ |
D | nandflash.c | 98 reg_pio_r_din din = REG_RD(pio, regi_pio, r_din); in crisv32_device_ready() local 99 return din.rdy; in crisv32_device_ready()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | txx9pio.h | 16 __u32 din; member
|
/linux-4.1.27/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 | 656 __func__, readl_relaxed(&device_data->base->din), in hash_messagepad() 660 __func__, readl_relaxed(&device_data->base->din), in hash_messagepad() 1221 device_state->din_reg = readl_relaxed(&device_data->base->din); in hash_save_state()
|
/linux-4.1.27/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()
|
/linux-4.1.27/include/linux/mfd/ |
D | cros_ec.h | 112 uint8_t *din; member
|
/linux-4.1.27/arch/mips/kernel/ |
D | gpio_txx9.c | 24 return __raw_readl(&txx9_pioptr->din) & (1 << offset); in txx9_gpio_get()
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | sser_defs.h | 195 unsigned int din : 1; member
|
/linux-4.1.27/fs/gfs2/ |
D | xattr.c | 463 const char *din, char *dout) in gfs2_iter_unstuffed() argument 512 if (din) { in gfs2_iter_unstuffed() 514 memcpy(pos, din, cp_size); in gfs2_iter_unstuffed() 515 din += sdp->sd_jbsize; in gfs2_iter_unstuffed()
|