Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
Ddevx.c1107 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 …]
/kernel/linux/linux-6.6/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>;
/kernel/linux/linux-5.10/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>;
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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 = PTR_ERR(ddata->din); in siox_gpio_probe()
106 dev_err(dev, "Failed to get %s GPIO: %d\n", "din", ret); in siox_gpio_probe()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Ddevx.c1032 static void devx_obj_build_destroy_cmd(void *in, void *out, void *din, in devx_obj_build_destroy_cmd() argument
1042 MLX5_SET(general_obj_in_cmd_hdr, din, obj_id, *obj_id); in devx_obj_build_destroy_cmd()
1043 MLX5_SET(general_obj_in_cmd_hdr, din, uid, uid); in devx_obj_build_destroy_cmd()
1047 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_GENERAL_OBJECT); in devx_obj_build_destroy_cmd()
1048 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, obj_type); in devx_obj_build_destroy_cmd()
1052 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, in devx_obj_build_destroy_cmd()
1056 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_MKEY); in devx_obj_build_destroy_cmd()
1059 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd()
1062 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, MLX5_CMD_OP_DEALLOC_PD); in devx_obj_build_destroy_cmd()
1065 MLX5_SET(general_obj_in_cmd_hdr, din, opcode, in devx_obj_build_destroy_cmd()
[all …]
/kernel/linux/linux-5.10/drivers/platform/chrome/
Dcros_ec_spi.c150 * Assumes buf is a pointer into the ec_dev->din buffer
163 BUG_ON(buf - ec_dev->din + n > ec_dev->din_size); in receive_n_bytes()
186 * The received data is placed into ec_dev->din.
208 ec_dev->din, in cros_ec_spi_receive_packet()
213 ptr = ec_dev->din; in cros_ec_spi_receive_packet()
217 ptr - ec_dev->din); in cros_ec_spi_receive_packet()
242 memmove(ec_dev->din, ptr, todo); in cros_ec_spi_receive_packet()
243 ptr = ec_dev->din + todo; in cros_ec_spi_receive_packet()
257 response = (struct ec_host_response *)ec_dev->din; in cros_ec_spi_receive_packet()
273 todo, need_len, ptr - ec_dev->din); in cros_ec_spi_receive_packet()
[all …]
Dcros_ec_rpmsg.c109 response = (struct ec_host_response *)ec_dev->din; in cros_ec_pkt_xfer_rpmsg()
124 memcpy(ec_msg->data, ec_dev->din + sizeof(*response), in cros_ec_pkt_xfer_rpmsg()
129 sum += ec_dev->din[i]; in cros_ec_pkt_xfer_rpmsg()
182 memcpy(ec_dev->din, resp->data, len); in cros_ec_rpmsg_callback()
/kernel/linux/linux-6.6/drivers/platform/chrome/
Dcros_ec_spi.c144 * 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 …]
Dcros_ec_uart.c102 * buffer in din by cros_ec. This will ensure that if EC sends more in cros_ec_uart_rx_bytes()
145 resp->data = ec_dev->din; in cros_ec_uart_pkt_xfer()
173 host_response = (struct ec_host_response *)ec_dev->din; in cros_ec_uart_pkt_xfer()
186 sum += ec_dev->din[i]; in cros_ec_uart_pkt_xfer()
194 memcpy(ec_msg->data, ec_dev->din + sizeof(*host_response), host_response->data_len); in cros_ec_uart_pkt_xfer()
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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/pinctrl/starfive/
Dpinctrl-starfive-jh7110.h43 /* gpio dout/doen/din/gpioinput register */
59 unsigned int din, u32 dout,
69 unsigned int din, u32 dout, u32 doen);
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dcq.c93 u32 din[MLX5_ST_SZ_DW(destroy_cq_in)] = {}; in mlx5_core_create_cq() local
144 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_core_create_cq()
145 MLX5_SET(destroy_cq_in, din, cqn, cq->cqn); in mlx5_core_create_cq()
146 MLX5_SET(destroy_cq_in, din, uid, cq->uid); in mlx5_core_create_cq()
147 mlx5_cmd_exec_in(dev, destroy_cq, din); in mlx5_core_create_cq()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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>;
/kernel/linux/linux-5.10/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>;
/kernel/linux/linux-6.6/arch/riscv/boot/dts/starfive/
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) | \
/kernel/linux/linux-6.6/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) | \
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/linux/platform_data/
Dcros_ec_proto.h95 * @din: Input buffer (for data from EC). This buffer will always be
107 * @din_size: Size of din buffer to allocate (zero to use static din).
152 u8 *din; member
/kernel/linux/linux-6.6/include/linux/platform_data/
Dcros_ec_proto.h104 * @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
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
Dqos_pfc.sh397 local din=$((in1 - in0))
400 local pct_in=$((din * 100 / size))
405 ((dout == din))
406 check_err $? "$((din - dout)) bytes out of $din ingressed got lost"

123456789