Home
last modified time | relevance | path

Searched refs:din (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Ddevx.c1113 MLX5_SET(destroy_umem_in, din, opcode, in devx_obj_build_destroy_cmd()
1118 MLX5_SET(destroy_mkey_in, din, opcode, in devx_obj_build_destroy_cmd()
1193 MLX5_SET(delete_fte_in, din, other_vport, in devx_obj_build_destroy_cmd()
1197 MLX5_SET(delete_fte_in, din, table_type, in devx_obj_build_destroy_cmd()
1199 MLX5_SET(delete_fte_in, din, table_id, in devx_obj_build_destroy_cmd()
1202 MLX5_SET(delete_fte_in, din, opcode, in devx_obj_build_destroy_cmd()
1255 MLX5_SET(destroy_xrc_srq_in, din, opcode, in devx_obj_build_destroy_cmd()
1269 MLX5_SET(detach_from_mcg_in, din, qpn, in devx_obj_build_destroy_cmd()
1274 MLX5_SET(detach_from_mcg_in, din, opcode, in devx_obj_build_destroy_cmd()
1279 MLX5_SET(dealloc_xrcd_in, din, opcode, in devx_obj_build_destroy_cmd()
[all …]
A Dqpc.c243 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; in mlx5_qpc_create_qp() local
265 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp()
266 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_qpc_create_qp()
267 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_qpc_create_qp()
268 mlx5_cmd_exec_in(dev->mdev, destroy_qp, din); in mlx5_qpc_create_qp()
/linux-6.3-rc2/drivers/platform/chrome/
A Dcros_ec_spi.c210 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()
318 ec_dev->din, in cros_ec_spi_receive_response()
323 ptr = ec_dev->din; in cros_ec_spi_receive_response()
327 ptr - ec_dev->din); in cros_ec_spi_receive_response()
352 ptr = ec_dev->din + todo; in cros_ec_spi_receive_response()
485 ptr = ec_dev->din; in do_cros_ec_pkt_xfer_spi()
[all …]
A 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()
A Dcros_ec_uart.c145 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()
A Dcros_ec.c194 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_register()
195 if (!ec_dev->din) in cros_ec_register()
A Dcros_ec_proto.c521 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
524 ec_dev->din = devm_kzalloc(dev, ec_dev->din_size, GFP_KERNEL); in cros_ec_query_all()
525 if (!ec_dev->din) { in cros_ec_query_all()
532 devm_kfree(dev, ec_dev->din); in cros_ec_query_all()
/linux-6.3-rc2/drivers/siox/
A 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()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A 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-6.3-rc2/Documentation/devicetree/bindings/siox/
A Deckelmann,siox-gpio.txt5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
15 din-gpios = <&gpio6 11 0>;
/linux-6.3-rc2/Documentation/devicetree/bindings/misc/
A Dxlnx,sd-fec.txt27 - 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-6.3-rc2/drivers/pinctrl/starfive/
A Dpinctrl-starfive-jh7110.h56 unsigned int din, u32 dout,
66 unsigned int din, u32 dout, u32 doen);
A Dpinctrl-starfive-jh7110-aon.c79 unsigned int din, u32 dout, in jh7110_aon_set_one_pin_mux() argument
83 jh7110_set_gpiomux(sfp, pin, din, dout, doen); in jh7110_aon_set_one_pin_mux()
A Dpinctrl-starfive-jh7100.c662 u32 din = starfive_pinmux_to_din(v); in starfive_set_mux() local
669 gpio, dout, doen, din); in starfive_set_mux()
673 if (din != GPI_NONE) in starfive_set_mux()
674 reg_din = sfp->base + GPI_CFG_OFFSET + 4 * din; in starfive_set_mux()
982 void __iomem *din = sfp->base + GPIODIN + 4 * (gpio / 32); in starfive_gpio_get() local
984 return !!(readl_relaxed(din) & BIT(gpio % 32)); in starfive_gpio_get()
/linux-6.3-rc2/arch/microblaze/kernel/cpu/
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-6.3-rc2/arch/microblaze/include/asm/
A Dcacheflush.h44 void (*din)(void); /* invalidate */ member
63 #define invalidate_dcache() mbc->din();
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/
A 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-6.3-rc2/drivers/crypto/stm32/
A Dstm32-cryp.c145 u32 din; member
673 stm32_cryp_write(cryp, cryp->caps->din, xd); in stm32_cryp_ccm_init()
1325 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag()
1326 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
1334 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag()
1335 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
1350 stm32_cryp_write(cryp, cryp->caps->din, xiv); in stm32_cryp_read_auth_tag()
1594 stm32_cryp_write(cryp, cryp->caps->din, block[i]); in stm32_cryp_irq_write_ccm_padded_data()
1890 .din = UX500_CRYP_DIN,
1912 .din = CRYP_DIN,
[all …]
/linux-6.3-rc2/arch/mips/include/asm/
A Dtxx9pio.h16 __u32 din; member
/linux-6.3-rc2/include/dt-bindings/pinctrl/
A Dpinctrl-starfive-jh7100.h26 #define GPIOMUX(n, dout, doen, din) ( \ argument
29 (((din) & 0xff) << 8) | \
/linux-6.3-rc2/arch/mips/kernel/
A Dgpio_txx9.c21 return !!(__raw_readl(&txx9_pioptr->din) & (1 << offset)); in txx9_gpio_get()
/linux-6.3-rc2/drivers/scsi/
A Dsgiwd93.c70 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.3-rc2/Documentation/devicetree/bindings/soundwire/
A Dqcom,soundwire.yaml67 qcom,din-ports:
220 - qcom,din-ports
245 qcom,din-ports = <0>;
/linux-6.3-rc2/include/linux/platform_data/
A Dcros_ec_proto.h172 u8 *din; member
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dsdm845-wcd9340.dtsi63 qcom,din-ports = <2>;

Completed in 41 milliseconds

12