Home
last modified time | relevance | path

Searched full:din (Results 1 – 25 of 75) sorted by relevance

123

/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c1150 static void devx_obj_build_destroy_cmd(void *in, void *out, void *din, in devx_obj_build_destroy_cmd() argument
1159 MLX5_SET(general_obj_in_cmd_hdr, din, uid, uid); in devx_obj_build_destroy_cmd()
1163 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJECT); in devx_obj_build_destroy_cmd()
1164 MLX5_SET(general_obj_in_cmd_hdr, din, obj_id, *obj_id); in devx_obj_build_destroy_cmd()
1165 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, in devx_obj_build_destroy_cmd()
1170 MLX5_SET(destroy_umem_in, din, opcode, in devx_obj_build_destroy_cmd()
1172 MLX5_SET(destroy_umem_in, din, umem_id, *obj_id); in devx_obj_build_destroy_cmd()
1175 MLX5_SET(destroy_mkey_in, din, opcode, in devx_obj_build_destroy_cmd()
1177 MLX5_SET(destroy_mkey_in, din, mkey_index, *obj_id); in devx_obj_build_destroy_cmd()
1180 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd()
[all …]
H A Dqpc.c249 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()
/linux/Documentation/devicetree/bindings/misc/
H A Dxlnx,sd-fec.yaml36 - 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/include/uapi/misc/
H A Dxilinx_sdfec.h94 * 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/drivers/spi/
H A Dspi-sg2044-nor.c201 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()
/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.h43 /* gpio dout/doen/din/gpioinput register */
59 unsigned int din, u32 dout,
69 unsigned int din, u32 dout, u32 doen);
H A Dpinctrl-starfive-jh7110-aon.c78 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()
H A Dpinctrl-starfive-jh7110.c53 * | din | dout | doen | function | pin |
115 seq_printf(s, " dout=%u doen=%u din=%u", dout, doen, gpi); in jh7110_pin_dbg_show()
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()
/linux/drivers/crypto/ccree/
H A Dcc_hw_queue_defs.h228 * 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/include/dt-bindings/pinctrl/
H A Dpinctrl-starfive-jh7100.h17 * | 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/arch/riscv/boot/dts/starfive/
H A Djh7110-pinfunc.h13 * | 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/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh396 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/drivers/iio/adc/
H A Dltc2309.c107 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/arch/microblaze/kernel/cpu/
H A Dcache.c523 .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/drivers/gpio/
H A Dgpio-max730x.c11 * - 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/sound/soc/codecs/
H A Dpeb2466.c559 SND_SOC_DAPM_DAC("CH0 DIN", "Playback", SND_SOC_NOPM, 0, 0),
560 SND_SOC_DAPM_DAC("CH1 DIN", "Playback", SND_SOC_NOPM, 0, 0),
561 SND_SOC_DAPM_DAC("CH2 DIN", "Playback", SND_SOC_NOPM, 0, 0),
562 SND_SOC_DAPM_DAC("CH3 DIN", "Playback", SND_SOC_NOPM, 0, 0),
609 { "CH0 DIN", NULL, "CH0 PWR" },
610 { "CH1 DIN", NULL, "CH1 PWR" },
611 { "CH2 DIN", NULL, "CH2 PWR" },
612 { "CH3 DIN", NULL, "CH3 PWR" },
626 { "DAC0 Mixer", "Voice Switch", "CH0 DIN" },
627 { "DAC0 Mixer", NULL, "CH0 DIN" },
[all …]
H A D88pm860x-codec.c550 "DIN", "DIN1",
557 SOC_DAPM_ENUM("I2S DIN Mux", i2s_din_enum);
714 SND_SOC_DAPM_AIF_IN("I2S DIN", "I2S Playback", 0,
769 SND_SOC_DAPM_MUX("I2S DIN Mux", SND_SOC_NOPM, 0, 0, &i2s_din_mux),
813 {"I2S DIN", NULL, "I2S CLK"},
856 {"I2S DIN Mux", "DIN", "I2S DIN"},
857 {"I2S DIN Mux", "DIN1", "I2S DIN1"},
858 {"Left DAC", NULL, "I2S DIN Mux"},
859 {"Right DAC", NULL, "I2S DIN Mux"},
/linux/drivers/iio/imu/
H A Dadis16550.c116 __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/Documentation/devicetree/bindings/soundwire/
H A Dqcom,soundwire.yaml73 qcom,din-ports:
227 - qcom,din-ports
260 qcom,din-ports = <0>;
/linux/Documentation/devicetree/bindings/sound/
H A Dadi,max98396.yaml84 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/arch/microblaze/include/asm/
H A Dcacheflush.h44 void (*din)(void); /* invalidate */ member
63 #define invalidate_dcache() mbc->din();
/linux/sound/soc/meson/
H A Daiu-acodec-ctrl.c171 * 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()
/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-mipi-dbi-spi.yaml32 - Din: Serial in
86 Controller is not readable (ie. Din (MISO on the SPI interface) is not
/linux/arch/mips/include/asm/
H A Dtxx9pio.h16 __u32 din; member
/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c21 u8 din[BUFSIZE]; member
184 * cros_ec_query_all() will free din and dout and allocate them again to fit the usage by in cros_ec_proto_test_query_all_pretest()
189 ec_dev->din = NULL; in cros_ec_proto_test_query_all_pretest()
366 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_pd_return_error()
431 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_pd_return0()
823 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_mkbp()
916 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_mkbp_return_error()
1004 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_mkbp_return0()
1092 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_host_sleep()
1198 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_host_sleep_return0()
[all …]

123