| /drivers/infiniband/hw/mlx5/ |
| A D | devx.c | 1169 MLX5_SET(destroy_umem_in, din, opcode, in devx_obj_build_destroy_cmd() 1174 MLX5_SET(destroy_mkey_in, din, opcode, in devx_obj_build_destroy_cmd() 1249 MLX5_SET(delete_fte_in, din, other_vport, in devx_obj_build_destroy_cmd() 1253 MLX5_SET(delete_fte_in, din, table_type, in devx_obj_build_destroy_cmd() 1255 MLX5_SET(delete_fte_in, din, table_id, in devx_obj_build_destroy_cmd() 1258 MLX5_SET(delete_fte_in, din, opcode, in devx_obj_build_destroy_cmd() 1311 MLX5_SET(destroy_xrc_srq_in, din, opcode, in devx_obj_build_destroy_cmd() 1325 MLX5_SET(detach_from_mcg_in, din, qpn, in devx_obj_build_destroy_cmd() 1330 MLX5_SET(detach_from_mcg_in, din, opcode, in devx_obj_build_destroy_cmd() 1335 MLX5_SET(dealloc_xrcd_in, din, opcode, in devx_obj_build_destroy_cmd() [all …]
|
| A D | qpc.c | 249 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; in mlx5_qpc_create_qp() local 272 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp() 273 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_qpc_create_qp() 274 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_qpc_create_qp() 275 mlx5_cmd_exec_in(dev->mdev, destroy_qp, din); in mlx5_qpc_create_qp()
|
| /drivers/platform/chrome/ |
| A D | cros_ec_spi.c | 204 ec_dev->din, in cros_ec_spi_receive_packet() 209 ptr = ec_dev->din; in cros_ec_spi_receive_packet() 213 ptr - ec_dev->din); in cros_ec_spi_receive_packet() 237 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet() 238 ptr = ec_dev->din + todo; in cros_ec_spi_receive_packet() 312 ec_dev->din, in cros_ec_spi_receive_response() 317 ptr = ec_dev->din; in cros_ec_spi_receive_response() 321 ptr - ec_dev->din); in cros_ec_spi_receive_response() 346 ptr = ec_dev->din + todo; in cros_ec_spi_receive_response() 479 ptr = ec_dev->din; in do_cros_ec_pkt_xfer_spi() [all …]
|
| A D | cros_ec_rpmsg.c | 111 response = (struct ec_host_response *)ec_dev->din; in cros_ec_pkt_xfer_rpmsg() 126 memcpy(ec_msg->data, ec_dev->din + sizeof(*response), in cros_ec_pkt_xfer_rpmsg() 131 sum += ec_dev->din[i]; in cros_ec_pkt_xfer_rpmsg() 180 memcpy(ec_dev->din, resp->data, len); in cros_ec_rpmsg_callback()
|
| A D | cros_ec_uart.c | 144 resp->data = ec_dev->din; in cros_ec_uart_pkt_xfer() 172 host_response = (struct ec_host_response *)ec_dev->din; in cros_ec_uart_pkt_xfer() 185 sum += ec_dev->din[i]; in cros_ec_uart_pkt_xfer() 193 memcpy(ec_msg->data, ec_dev->din + sizeof(*host_response), host_response->data_len); in cros_ec_uart_pkt_xfer()
|
| A D | cros_ec.c | 195 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_register() 196 if (!ec_dev->din) in cros_ec_register()
|
| A D | cros_ec_proto.c | 569 devm_kfree(dev, ec_dev->din); in cros_ec_query_all() 572 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_query_all() 573 if (!ec_dev->din) { in cros_ec_query_all() 580 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
|
| A D | cros_ec_i2c.c | 79 in_buf = ec_dev->din; in cros_ec_pkt_xfer_i2c()
|
| A D | cros_ec_proto_test.c | 21 u8 din[BUFSIZE]; member 189 ec_dev->din = NULL; in cros_ec_proto_test_query_all_pretest() 2648 ec_dev->din = (u8 *)priv->din; in cros_ec_proto_test_init() 2649 ec_dev->din_size = ARRAY_SIZE(priv->din); in cros_ec_proto_test_init()
|
| A D | cros_ec_ishtp.c | 466 struct cros_ish_in_msg *in_msg = (struct cros_ish_in_msg *)ec_dev->din; in cros_ec_pkt_xfer_ish()
|
| /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() 102 ddata->din = devm_gpiod_get(dev, "din", GPIOD_IN); in siox_gpio_probe() 103 if (IS_ERR(ddata->din)) in siox_gpio_probe() 104 return dev_err_probe(dev, PTR_ERR(ddata->din), in siox_gpio_probe()
|
| /drivers/spi/ |
| A D | spi-sg2044-nor.c | 201 u8 *din = op->data.buf.in; in sg2044_spifmc_read() local 207 ret = sg2044_spifmc_read_64k(spifmc, op, from, xfer_size, din); in sg2044_spifmc_read() 212 din += xfer_size; in sg2044_spifmc_read() 325 u8 *din = NULL; in sg2044_spifmc_trans_reg() local 331 din = op->data.buf.in; in sg2044_spifmc_trans_reg() 339 if (din) { in sg2044_spifmc_trans_reg() 363 if (din) in sg2044_spifmc_trans_reg() 378 if (din) { in sg2044_spifmc_trans_reg() 380 *din++ = readb(spifmc->io_base + SPIFMC_FIFO_PORT); in sg2044_spifmc_trans_reg()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | cq.c | 105 u32 din[MLX5_ST_SZ_DW(destroy_cq_in)] = {}; in mlx5_create_cq() local 156 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_create_cq() 157 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_create_cq() 158 MLX5_SET(destroy_cq_in, din, uid, cq->uid); in mlx5_create_cq() 159 mlx5_cmd_exec_in(dev, destroy_cq, din); in mlx5_create_cq()
|
| /drivers/iio/adc/ |
| A D | ltc2309.c | 107 u8 din; in ltc2309_read_raw_channel() local 109 din = FIELD_PREP(LTC2309_DIN_CH_MASK, address & 0x0f) | in ltc2309_read_raw_channel() 113 ret = i2c_smbus_write_byte(ltc2309->client, din); in ltc2309_read_raw_channel()
|
| /drivers/pinctrl/starfive/ |
| A D | pinctrl-starfive-jh7110.h | 59 unsigned int din, u32 dout, 69 unsigned int din, u32 dout, u32 doen);
|
| A D | pinctrl-starfive-jh7110-aon.c | 78 unsigned int din, u32 dout, in jh7110_aon_set_one_pin_mux() argument 82 jh7110_set_gpiomux(sfp, pin, din, dout, doen); in jh7110_aon_set_one_pin_mux()
|
| A D | pinctrl-starfive-jh7100.c | 657 u32 din = starfive_pinmux_to_din(v); in starfive_set_mux() local 664 gpio, dout, doen, din); in starfive_set_mux() 668 if (din != GPI_NONE) in starfive_set_mux() 669 reg_din = sfp->base + GPI_CFG_OFFSET + 4 * din; in starfive_set_mux() 967 void __iomem *din = sfp->base + GPIODIN + 4 * (gpio / 32); in starfive_gpio_get() local 969 return !!(readl_relaxed(din) & BIT(gpio % 32)); in starfive_gpio_get()
|
| A D | pinctrl-starfive-jh7110-sys.c | 338 unsigned int din, u32 dout, in jh7110_sys_set_one_pin_mux() argument 342 jh7110_set_gpiomux(sfp, pin, din, dout, doen); in jh7110_sys_set_one_pin_mux()
|
| A D | pinctrl-starfive-jh7110.c | 252 unsigned int din, u32 dout, u32 doen) in jh7110_set_gpiomux() argument 270 if (din != GPI_NONE) { in jh7110_set_gpiomux() 271 unsigned int ioffset = 4 * (din / 4); in jh7110_set_gpiomux() 272 unsigned int ishift = 8 * (din % 4); in jh7110_set_gpiomux()
|
| /drivers/iio/imu/ |
| A D | adis16550.c | 116 __be32 din[2]; member 176 const u16 data, __be32 *din) in adis16550_spi_msg_prepare() argument 191 *din = cpu_to_be32(__din); in adis16550_spi_msg_prepare() 205 .tx_buf = &st->din[0], in adis16550_spi_xfer() 209 .tx_buf = &st->din[1], in adis16550_spi_xfer() 214 .tx_buf = &st->din[1], in adis16550_spi_xfer() 225 &st->din[0]); in adis16550_spi_xfer() 229 adis16550_spi_msg_prepare(reg, wr, writeval, &st->din[1]); in adis16550_spi_xfer()
|
| /drivers/crypto/stm32/ |
| A D | stm32-cryp.c | 164 u32 din; member 718 stm32_cryp_write(cryp, cryp->caps->din, xd); in stm32_cryp_ccm_init() 1834 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag() 1835 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag() 1843 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag() 1844 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag() 1859 stm32_cryp_write(cryp, cryp->caps->din, xiv); in stm32_cryp_read_auth_tag() 2103 stm32_cryp_write(cryp, cryp->caps->din, block[i]); in stm32_cryp_irq_write_ccm_padded_data() 2502 .din = UX500_CRYP_DIN, 2525 .din = CRYP_DIN, [all …]
|
| /drivers/scsi/ |
| A D | sgiwd93.c | 70 void fill_hpc_entries(struct ip22_hostdata *hd, struct scsi_cmnd *cmd, int din) in fill_hpc_entries() argument 79 physaddr = dma_map_single(hd->dev, addr, len, DMA_DIR(din)); in fill_hpc_entries()
|
| /drivers/crypto/ |
| A D | atmel-sha.c | 1506 u32 isr, din, din_inc; in atmel_sha_cpu_transfer() local 1512 for (i = 0, din = 0; i < num_words; ++i, din += din_inc) in atmel_sha_cpu_transfer() 1513 atmel_sha_write(dd, SHA_REG_DIN(din), words[i]); in atmel_sha_cpu_transfer()
|
| /drivers/clk/tegra/ |
| A D | clk-pll.c | 264 #define sdin_din_to_data(din) ((u16)((din) ? : 0xFFFFU)) argument
|
| A D | clk-tegra210.c | 272 #define sdin_din_to_data(din) ((u16)((din) ? : 0xFFFFU)) argument
|