/linux/drivers/infiniband/hw/mlx5/ |
A D | devx.c | 1109 MLX5_SET(destroy_umem_in, din, opcode, in devx_obj_build_destroy_cmd() 1114 MLX5_SET(destroy_mkey_in, din, opcode, in devx_obj_build_destroy_cmd() 1189 MLX5_SET(delete_fte_in, din, other_vport, in devx_obj_build_destroy_cmd() 1193 MLX5_SET(delete_fte_in, din, table_type, in devx_obj_build_destroy_cmd() 1195 MLX5_SET(delete_fte_in, din, table_id, in devx_obj_build_destroy_cmd() 1198 MLX5_SET(delete_fte_in, din, opcode, in devx_obj_build_destroy_cmd() 1251 MLX5_SET(destroy_xrc_srq_in, din, opcode, in devx_obj_build_destroy_cmd() 1265 MLX5_SET(detach_from_mcg_in, din, qpn, in devx_obj_build_destroy_cmd() 1270 MLX5_SET(detach_from_mcg_in, din, opcode, in devx_obj_build_destroy_cmd() 1275 MLX5_SET(dealloc_xrcd_in, din, opcode, in devx_obj_build_destroy_cmd() [all …]
|
A D | qpc.c | 242 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; in mlx5_qpc_create_qp() local 264 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp() 265 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_qpc_create_qp() 266 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_qpc_create_qp() 267 mlx5_cmd_exec_in(dev->mdev, destroy_qp, din); in mlx5_qpc_create_qp()
|
/linux/drivers/platform/chrome/ |
A D | cros_ec_spi.c | 208 ec_dev->din, in cros_ec_spi_receive_packet() 213 ptr = ec_dev->din; in cros_ec_spi_receive_packet() 217 ptr - ec_dev->din); in cros_ec_spi_receive_packet() 242 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet() 243 ptr = ec_dev->din + todo; in cros_ec_spi_receive_packet() 316 ec_dev->din, in cros_ec_spi_receive_response() 321 ptr = ec_dev->din; in cros_ec_spi_receive_response() 325 ptr - ec_dev->din); in cros_ec_spi_receive_response() 351 ptr = ec_dev->din + todo; in cros_ec_spi_receive_response() 482 ptr = ec_dev->din; in do_cros_ec_pkt_xfer_spi() [all …]
|
A D | cros_ec_rpmsg.c | 109 response = (struct ec_host_response *)ec_dev->din; in cros_ec_pkt_xfer_rpmsg() 124 memcpy(ec_msg->data, ec_dev->din + sizeof(*response), in cros_ec_pkt_xfer_rpmsg() 129 sum += ec_dev->din[i]; in cros_ec_pkt_xfer_rpmsg() 178 memcpy(ec_dev->din, resp->data, len); in cros_ec_rpmsg_callback()
|
A D | cros_ec.c | 193 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_register() 194 if (!ec_dev->din) in cros_ec_register()
|
A D | cros_ec_proto.c | 490 devm_kfree(dev, ec_dev->din); in cros_ec_query_all() 493 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_query_all() 494 if (!ec_dev->din) { in cros_ec_query_all() 501 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
|
A D | cros_ec_i2c.c | 76 in_buf = ec_dev->din; in cros_ec_pkt_xfer_i2c()
|
/linux/drivers/siox/ |
A 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 = dev_err_probe(dev, PTR_ERR(ddata->din), in siox_gpio_probe()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | cq.c | 94 u32 din[MLX5_ST_SZ_DW(destroy_cq_in)] = {}; in mlx5_core_create_cq() local 145 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_core_create_cq() 146 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_core_create_cq() 147 MLX5_SET(destroy_cq_in, din, uid, cq->uid); in mlx5_core_create_cq() 148 mlx5_cmd_exec_in(dev, destroy_cq, din); in mlx5_core_create_cq()
|
/linux/Documentation/devicetree/bindings/misc/ |
A 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/Documentation/devicetree/bindings/siox/ |
A 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/arch/microblaze/kernel/cpu/ |
A D | cache.c | 523 .din = __invalidate_dcache_all_wb, 539 .din = __invalidate_dcache_all_wb, 555 .din = __invalidate_dcache_all_msr_irq, 570 .din = __invalidate_dcache_all_nomsr_irq, 586 .din = __invalidate_dcache_all_noirq_wt, 601 .din = __invalidate_dcache_all_noirq_wt,
|
/linux/arch/microblaze/include/asm/ |
A D | cacheflush.h | 44 void (*din)(void); /* invalidate */ member 63 #define invalidate_dcache() mbc->din();
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
A D | qos_pfc.sh | 382 local din=$((in1 - in0)) 385 local pct_in=$((din * 100 / size)) 390 ((dout == din)) 391 check_err $? "$((din - dout)) bytes out of $din ingressed got lost"
|
/linux/drivers/crypto/ux500/hash/ |
A D | hash_alg.h | 108 #define HASH_SET_DIN(val, len) writesl(&device_data->base->din, (val), (len)) 180 u32 din; member
|
/linux/arch/mips/include/asm/ |
A D | txx9pio.h | 16 __u32 din; member
|
/linux/drivers/crypto/ux500/cryp/ |
A D | cryp_irqp.h | 85 u32 din; /* Data input register */ member
|
A D | cryp.c | 310 ctx->din = readl_relaxed(&src_reg->din); in cryp_save_device_context()
|
A D | cryp.h | 202 u32 din; member
|
/linux/drivers/scsi/ |
A 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/arch/mips/kernel/ |
A D | gpio_txx9.c | 21 return !!(__raw_readl(&txx9_pioptr->din) & (1 << offset)); in txx9_gpio_get()
|
/linux/include/linux/platform_data/ |
A D | cros_ec_proto.h | 152 u8 *din; member
|
/linux/Documentation/devicetree/bindings/soundwire/ |
A D | qcom,sdw.txt | 47 - qcom,din-ports: 174 qcom,din-ports = <2>;
|
/linux/fs/gfs2/ |
A D | xattr.c | 454 const char *din, char *dout) in gfs2_iter_unstuffed() argument 503 if (din) { in gfs2_iter_unstuffed() 505 memcpy(pos, din, cp_size); in gfs2_iter_unstuffed() 506 din += sdp->sd_jbsize; in gfs2_iter_unstuffed()
|
/linux/arch/arm/boot/dts/ |
A D | imx6dl-eckelmann-ci4x10.dts | 48 din-gpios = <&gpio6 11 GPIO_ACTIVE_HIGH>;
|