Home
last modified time | relevance | path

Searched refs:din (Results 1 - 25 of 60) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A 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, opcod in devx_obj_build_destroy_cmd()
[all...]
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A 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...]
H A 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/
H A 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...]
H 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()
H A 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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A 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, opcod in devx_obj_build_destroy_cmd()
[all...]
/kernel/linux/linux-5.10/drivers/siox/
H 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 = 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-6.6/drivers/siox/
H 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()
106 "Failed to get din GPIO\n"); in siox_gpio_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A 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/
H 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()
/kernel/linux/linux-6.6/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()
82 jh7110_set_gpiomux(sfp, pin, din, dout, doen); in jh7110_aon_set_one_pin_mux()
76 jh7110_aon_set_one_pin_mux(struct jh7110_pinctrl *sfp, unsigned int pin, unsigned int din, u32 dout, u32 doen, u32 func) jh7110_aon_set_one_pin_mux() argument
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dcacheflush.h44 void (*din)(void); /* invalidate */ member
63 #define invalidate_dcache() mbc->din();
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dcacheflush.h44 void (*din)(void); /* invalidate */ member
63 #define invalidate_dcache() mbc->din();
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_pfc.sh398 local din=$((in1 - in0))
401 local pct_in=$((din * 100 / size))
406 ((dout == din))
407 check_err $? "$((din - dout)) bytes out of $din ingressed got lost"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A 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"
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dtxx9pio.h16 __u32 din; member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dtxx9pio.h16 __u32 din; member
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-cryp.c147 u32 din; member
627 writesl(cryp->regs + cryp->caps->din, block, AES_BLOCK_32); in stm32_cryp_write_ccm_first_header()
674 stm32_cryp_write(cryp, cryp->caps->din, xd); in stm32_cryp_ccm_init()
1296 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag()
1297 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
1305 stm32_cryp_write(cryp, cryp->caps->din, 0); in stm32_cryp_read_auth_tag()
1306 stm32_cryp_write(cryp, cryp->caps->din, size_bit); in stm32_cryp_read_auth_tag()
1321 stm32_cryp_write(cryp, cryp->caps->din, xiv); in stm32_cryp_read_auth_tag()
1399 writesl(cryp->regs + cryp->caps->din, block, cryp->hw_blocksize / sizeof(u32)); in stm32_cryp_irq_write_block()
1461 writesl(cryp->regs + cryp->caps->din, bloc in stm32_cryp_irq_write_gcm_padded_data()
[all...]
/kernel/linux/linux-6.6/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) ( \
22 (((din) & 0xff) << 24) | \
/kernel/linux/linux-6.6/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) ( \
29 (((din) & 0xff) << 8) | \
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/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) ( \
29 (((din) & 0xff) << 8) | \

Completed in 18 milliseconds

123