Home
last modified time | relevance | path

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

12345

/Linux-v6.1/drivers/infiniband/hw/mlx5/
Ddevx.c1093 static void devx_obj_build_destroy_cmd(void *in, void *out, void *din, in devx_obj_build_destroy_cmd() argument
1102 MLX5_SET(general_obj_in_cmd_hdr, din, uid, uid); in devx_obj_build_destroy_cmd()
1106 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJECT); in devx_obj_build_destroy_cmd()
1107 MLX5_SET(general_obj_in_cmd_hdr, din, obj_id, *obj_id); in devx_obj_build_destroy_cmd()
1108 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, in devx_obj_build_destroy_cmd()
1113 MLX5_SET(destroy_umem_in, din, opcode, in devx_obj_build_destroy_cmd()
1115 MLX5_SET(destroy_umem_in, din, umem_id, *obj_id); in devx_obj_build_destroy_cmd()
1118 MLX5_SET(destroy_mkey_in, din, opcode, in devx_obj_build_destroy_cmd()
1120 MLX5_SET(destroy_mkey_in, din, mkey_index, *obj_id); in devx_obj_build_destroy_cmd()
1123 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd()
[all …]
Dqpc.c242 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-v6.1/Documentation/devicetree/bindings/misc/
Dxlnx,sd-fec.txt16 - "s_axis_din_aclk", DIN AXI4-Stream Slave interface clock (optional)
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-v6.1/drivers/siox/
Dsiox-bus-gpio.c18 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()
106 "Failed to get din GPIO\n"); in siox_gpio_probe()
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_spi.c150 * Assumes buf is a pointer into the ec_dev->din buffer
163 if (buf - ec_dev->din + n > ec_dev->din_size) in receive_n_bytes()
187 * The received data is placed into ec_dev->din.
210 ec_dev->din, in cros_ec_spi_receive_packet()
215 ptr = ec_dev->din; in cros_ec_spi_receive_packet()
219 ptr - ec_dev->din); in cros_ec_spi_receive_packet()
243 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet()
244 ptr = ec_dev->din + todo; in cros_ec_spi_receive_packet()
258 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet()
274 todo, need_len, ptr - ec_dev->din); in cros_ec_spi_receive_packet()
[all …]
Dcros_ec_rpmsg.c111 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()
Dcros_ec_proto_test.c20 u8 din[BUFSIZE]; member
183 * 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()
188 ec_dev->din = NULL; in cros_ec_proto_test_query_all_pretest()
365 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_pd_return_error()
430 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_pd_return0()
822 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_mkbp()
915 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_mkbp_return_error()
1003 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_mkbp_return0()
1091 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_host_sleep()
1197 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_host_sleep_return0()
[all …]
/Linux-v6.1/include/uapi/misc/
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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c94 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-v6.1/Documentation/devicetree/bindings/siox/
Deckelmann,siox-gpio.txt5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
15 din-gpios = <&gpio6 11 0>;
/Linux-v6.1/include/dt-bindings/pinctrl/
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-v6.1/drivers/crypto/ccree/
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-v6.1/include/linux/platform_data/
Dcros_ec_proto.h97 * @din: Input buffer (for data from EC). This buffer will always be
109 * @din_size: Size of din buffer to allocate (zero to use static din).
153 u8 *din; member
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Dqos_pfc.sh382 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-v6.1/arch/microblaze/kernel/cpu/
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-v6.1/drivers/gpio/
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-v6.1/arch/microblaze/include/asm/
Dcacheflush.h44 void (*din)(void); /* invalidate */ member
63 #define invalidate_dcache() mbc->din();
/Linux-v6.1/Documentation/devicetree/bindings/sound/
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-v6.1/Documentation/devicetree/bindings/display/panel/
Dpanel-mipi-dbi-spi.yaml31 - Din: Serial in
74 Controller is not readable (ie. Din (MISO on the SPI interface) is not
/Linux-v6.1/sound/soc/meson/
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-v6.1/drivers/crypto/ux500/cryp/
Dcryp_irqp.h48 * @din - Data input register
85 u32 din; /* Data input register */ member
/Linux-v6.1/sound/soc/codecs/
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-v6.1/arch/mips/include/asm/
Dtxx9pio.h16 __u32 din; member
/Linux-v6.1/drivers/crypto/ux500/hash/
Dhash_alg.h108 #define HASH_SET_DIN(val, len) writesl(&device_data->base->din, (val), (len))
153 * @din: HASH data input register (0x004).
180 u32 din; member
/Linux-v6.1/Documentation/devicetree/bindings/soundwire/
Dqcom,sdw.txt59 - qcom,din-ports:
200 qcom,din-ports = <2>;

12345