/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | devx.c | 1107 static void devx_obj_build_destroy_cmd(void *in, void *out, void *din, in devx_obj_build_destroy_cmd() argument 1116 MLX5_SET(general_obj_in_cmd_hdr, din, uid, uid); in devx_obj_build_destroy_cmd() 1120 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJECT); in devx_obj_build_destroy_cmd() 1121 MLX5_SET(general_obj_in_cmd_hdr, din, obj_id, *obj_id); in devx_obj_build_destroy_cmd() 1122 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, in devx_obj_build_destroy_cmd() 1127 MLX5_SET(destroy_umem_in, din, opcode, in devx_obj_build_destroy_cmd() 1129 MLX5_SET(destroy_umem_in, din, umem_id, *obj_id); in devx_obj_build_destroy_cmd() 1132 MLX5_SET(destroy_mkey_in, din, opcode, in devx_obj_build_destroy_cmd() 1134 MLX5_SET(destroy_mkey_in, din, mkey_index, *obj_id); in devx_obj_build_destroy_cmd() 1137 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd() [all …]
|
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.12.1/Documentation/devicetree/bindings/misc/ |
D | xlnx,sd-fec.yaml | 36 - description: DIN AXI4-Stream Slave interface clock 75 xlnx,sdfec-din-width: 77 Configures the DIN AXI stream where a value of 1 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.12.1/drivers/siox/ |
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() 105 "Failed to get din GPIO\n"); in siox_gpio_probe()
|
/linux-6.12.1/drivers/platform/chrome/ |
D | cros_ec_spi.c | 144 * Assumes buf is a pointer into the ec_dev->din buffer 157 if (buf - ec_dev->din + n > ec_dev->din_size) in receive_n_bytes() 181 * The received data is placed into ec_dev->din. 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() 252 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet() 268 todo, need_len, ptr - ec_dev->din); in cros_ec_spi_receive_packet() [all …]
|
D | cros_ec_uart.c | 101 * buffer in din by cros_ec. This will ensure that if EC sends more in cros_ec_uart_rx_bytes() 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()
|
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()
|
/linux-6.12.1/include/uapi/misc/ |
D | xilinx_sdfec.h | 94 * enum xsdfec_axis_width - AXIS_WIDTH.DIN Setting for 128-bit width. 95 * @XSDFEC_1x128b: DIN data input stream consists of a 128-bit lane 96 * @XSDFEC_2x128b: DIN data input stream consists of two 128-bit lanes 97 * @XSDFEC_4x128b: DIN data input stream consists of four 128-bit lanes 99 * This enum is used to indicate the AXIS_WIDTH.DIN setting for 128-bit width. 100 * The number of lanes of the DIN data input stream depends upon the 101 * AXIS_WIDTH.DIN parameter. 118 * expect one DIN_WORDS value per input transaction on the DIN interface. The 216 * @din_width: Width of the DIN AXI4-Stream
|
/linux-6.12.1/drivers/pinctrl/starfive/ |
D | pinctrl-starfive-jh7110.h | 43 /* gpio dout/doen/din/gpioinput register */ 59 unsigned int din, u32 dout, 69 unsigned int din, u32 dout, u32 doen);
|
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.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 94 u32 din[MLX5_ST_SZ_DW(destroy_cq_in)] = {}; in mlx5_create_cq() local 145 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_create_cq() 146 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_create_cq() 147 MLX5_SET(destroy_cq_in, din, uid, cq->uid); in mlx5_create_cq() 148 mlx5_cmd_exec_in(dev, destroy_cq, din); in mlx5_create_cq()
|
/linux-6.12.1/Documentation/devicetree/bindings/siox/ |
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.12.1/include/dt-bindings/pinctrl/ |
D | pinctrl-starfive-jh7100.h | 17 * | dout | doen | din | dout rev | doen rev | gpio nr | 21 * din: optional input signal, 0xff = none 26 #define GPIOMUX(n, dout, doen, din) ( \ argument 29 (((din) & 0xff) << 8) | \
|
/linux-6.12.1/arch/riscv/boot/dts/starfive/ |
D | jh7110-pinfunc.h | 13 * | din | dout | doen | function | gpio nr | 17 * din: optional input signal, 0xff = none 21 #define GPIOMUX(n, dout, doen, din) ( \ argument 22 (((din) & 0xff) << 24) | \
|
/linux-6.12.1/drivers/crypto/ccree/ |
D | cc_hw_queue_defs.h | 228 * set_din_type() - Set the DIN field of a HW descriptor 232 * @addr: DIN address 250 * set_din_no_dma() - Set the DIN field of a HW descriptor to NO DMA mode. 254 * @addr: DIN address 280 * set_din_sram() - Set the DIN field of a HW descriptor to SRAM mode. 285 * @addr: DIN address 296 * set_din_const() - Set the DIN field of a HW descriptor to CONST mode 299 * @val: DIN const value 311 * set_din_not_last_indication() - Set the DIN not last input data indicator
|
/linux-6.12.1/include/linux/platform_data/ |
D | cros_ec_proto.h | 104 * @din: Input buffer (for data from EC). This buffer will always be 116 * @din_size: Size of din buffer to allocate (zero to use static din). 172 u8 *din; member
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
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.12.1/drivers/iio/adc/ |
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.12.1/arch/microblaze/kernel/cpu/ |
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.12.1/drivers/gpio/ |
D | gpio-max730x.c | 11 * - DIN must be stable at the rising edge of clock. 14 * - at DIN: D15 first, D0 last 19 * - at DIN: D15 first, D0 last
|
/linux-6.12.1/Documentation/devicetree/bindings/soundwire/ |
D | qcom,soundwire.yaml | 68 qcom,din-ports: 222 - qcom,din-ports 255 qcom,din-ports = <0>;
|
/linux-6.12.1/sound/soc/codecs/ |
D | peb2466.c | 560 SND_SOC_DAPM_DAC("CH0 DIN", "Playback", SND_SOC_NOPM, 0, 0), 561 SND_SOC_DAPM_DAC("CH1 DIN", "Playback", SND_SOC_NOPM, 0, 0), 562 SND_SOC_DAPM_DAC("CH2 DIN", "Playback", SND_SOC_NOPM, 0, 0), 563 SND_SOC_DAPM_DAC("CH3 DIN", "Playback", SND_SOC_NOPM, 0, 0), 610 { "CH0 DIN", NULL, "CH0 PWR" }, 611 { "CH1 DIN", NULL, "CH1 PWR" }, 612 { "CH2 DIN", NULL, "CH2 PWR" }, 613 { "CH3 DIN", NULL, "CH3 PWR" }, 627 { "DAC0 Mixer", "Voice Switch", "CH0 DIN" }, 628 { "DAC0 Mixer", NULL, "CH0 DIN" }, [all …]
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | cacheflush.h | 44 void (*din)(void); /* invalidate */ member 63 #define invalidate_dcache() mbc->din();
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | adi,max98396.yaml | 84 enabled, it actively monitors the selected input data (from DIN) to the 98 enabled, it actively monitors the selected input data (from DIN) to the
|
/linux-6.12.1/sound/soc/meson/ |
D | aiu-acodec-ctrl.c | 171 * NOTE: Din Skew setting in aiu_acodec_ctrl_component_probe() 173 * to the din line. Without this, the output saturates. This happens in aiu_acodec_ctrl_component_probe()
|