| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H 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 …]
|
| H A D | qpc.c | 235 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; in mlx5_qpc_create_qp() local 258 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp() 259 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_qpc_create_qp() 260 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_qpc_create_qp() 261 mlx5_cmd_exec_in(dev->mdev, destroy_qp, din); in mlx5_qpc_create_qp()
|
| /linux-6.15/drivers/platform/chrome/ |
| H 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 …]
|
| H 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()
|
| H 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()
|
| H 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()
|
| /linux-6.15/drivers/siox/ |
| H 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()
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-sg2044-nor.c | 195 u8 *din = op->data.buf.in; in sg2044_spifmc_read() local 201 ret = sg2044_spifmc_read_64k(spifmc, op, from, xfer_size, din); in sg2044_spifmc_read() 206 din += xfer_size; in sg2044_spifmc_read() 319 u8 *din = NULL; in sg2044_spifmc_trans_reg() local 325 din = op->data.buf.in; in sg2044_spifmc_trans_reg() 333 if (din) { in sg2044_spifmc_trans_reg() 356 if (din) in sg2044_spifmc_trans_reg() 371 if (din) { in sg2044_spifmc_trans_reg() 373 *din++ = readb(spifmc->io_base + SPIFMC_FIFO_PORT); in sg2044_spifmc_trans_reg()
|
| /linux-6.15/Documentation/devicetree/bindings/misc/ |
| H A D | xlnx,sd-fec.yaml | 75 xlnx,sdfec-din-width: 83 xlnx,sdfec-din-words: 114 - xlnx,sdfec-din-width 115 - xlnx,sdfec-din-words 135 xlnx,sdfec-din-width = <2>; 136 xlnx,sdfec-din-words = <0>;
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H 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()
|
| /linux-6.15/Documentation/devicetree/bindings/siox/ |
| H 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-6.15/drivers/pinctrl/starfive/ |
| H A D | pinctrl-starfive-jh7110.h | 59 unsigned int din, u32 dout, 69 unsigned int din, u32 dout, u32 doen);
|
| H 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()
|
| /linux-6.15/drivers/iio/adc/ |
| H 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()
|
| /linux-6.15/arch/microblaze/kernel/cpu/ |
| H 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-6.15/arch/microblaze/include/asm/ |
| H A D | cacheflush.h | 44 void (*din)(void); /* invalidate */ member 63 #define invalidate_dcache() mbc->din();
|
| /linux-6.15/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | qos_pfc.sh | 396 local din=$((in1 - in0)) 399 local pct_in=$((din * 100 / size)) 404 ((dout == din)) 405 check_err $? "$((din - dout)) bytes out of $din ingressed got lost"
|
| /linux-6.15/drivers/iio/imu/ |
| H 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()
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | txx9pio.h | 16 __u32 din; member
|
| /linux-6.15/arch/riscv/boot/dts/starfive/ |
| H A D | jh7110-pinfunc.h | 21 #define GPIOMUX(n, dout, doen, din) ( \ argument 22 (((din) & 0xff) << 24) | \
|
| /linux-6.15/include/dt-bindings/pinctrl/ |
| H A D | pinctrl-starfive-jh7100.h | 26 #define GPIOMUX(n, dout, doen, din) ( \ argument 29 (((din) & 0xff) << 8) | \
|
| /linux-6.15/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 164 u32 din; member 718 stm32_cryp_write(cryp, cryp->caps->din, xd); in stm32_cryp_ccm_init() 1835 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag() 1836 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag() 1844 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag() 1845 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag() 1860 stm32_cryp_write(cryp, cryp->caps->din, xiv); in stm32_cryp_read_auth_tag() 2104 stm32_cryp_write(cryp, cryp->caps->din, block[i]); in stm32_cryp_irq_write_ccm_padded_data() 2503 .din = UX500_CRYP_DIN, 2526 .din = CRYP_DIN, [all …]
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | gpio_txx9.c | 21 return !!(__raw_readl(&txx9_pioptr->din) & (1 << offset)); in txx9_gpio_get()
|
| /linux-6.15/drivers/scsi/ |
| H 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()
|
| /linux-6.15/Documentation/translations/sp_SP/process/ |
| H A D | deprecated.rst | 61 Los cálculos dinámicos de tamaño (especialmente multiplicaciones) no 213 dinámico del array en la pila, puede exceder la memoria restante en 261 un grupo de elementos consecutivos de tamaño dinámico en una estructura. 266 En el código C más antiguo, los elementos finales de tamaño dinámico se 274 En código C más antiguo, elementos seguidos de tamaño dinámico eran creados 309 de tamaño dinámico concatenados. Esto permite al compilador generar 332 podría esperar que representa el tamaño total en bytes de la memoria dinámica 348 memoria dinámica para reservar una estructura que contenga un array de este
|