Home
last modified time | relevance | path

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

1234

/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/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()
102 ddata->din = devm_gpiod_get(dev, "din", GPIOD_IN); in siox_gpio_probe()
103 if (IS_ERR(ddata->din)) in siox_gpio_probe()
104 return dev_err_probe(dev, PTR_ERR(ddata->din), in siox_gpio_probe()
105 "Failed to get din GPIO\n"); in siox_gpio_probe()
/linux/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_uart.c101 * buffer in din by cros_ec. This will ensure that if EC sends more in cros_ec_uart_rx_bytes()
144 resp->data = ec_dev->din; in cros_ec_uart_pkt_xfer()
172 host_response = (struct ec_host_response *)ec_dev->din; in cros_ec_uart_pkt_xfer()
185 sum += ec_dev->din[i]; in cros_ec_uart_pkt_xfer()
193 memcpy(ec_msg->data, ec_dev->din + sizeof(*host_response), host_response->data_len); in cros_ec_uart_pkt_xfer()
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()
/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/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()
/linux/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()
/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/Documentation/devicetree/bindings/siox/
H A Deckelmann,siox-gpio.txt5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
15 din-gpios = <&gpio6 11 0>;
/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/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/include/linux/platform_data/
H A 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
/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.c560 SND_SOC_DAPM_DAC("CH0 DIN", "Playback", SND_SOC_NOPM, 0, 0),
561 SND_SOC_DAPM_DAC("CH1 DIN", "Playback", SND_SOC_NOPM, 0, 0),
562 SND_SOC_DAPM_DAC("CH2 DIN", "Playback", SND_SOC_NOPM, 0, 0),
563 SND_SOC_DAPM_DAC("CH3 DIN", "Playback", SND_SOC_NOPM, 0, 0),
610 { "CH0 DIN", NULL, "CH0 PWR" },
611 { "CH1 DIN", NULL, "CH1 PWR" },
612 { "CH2 DIN", NULL, "CH2 PWR" },
613 { "CH3 DIN", NULL, "CH3 PWR" },
627 { "DAC0 Mixer", "Voice Switch", "CH0 DIN" },
628 { "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/Documentation/devicetree/bindings/soundwire/
H A Dqcom,soundwire.yaml68 qcom,din-ports:
222 - qcom,din-ports
255 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/drivers/infiniband/hw/mlx5/
H A Dqpc.c235 u32 din[MLX5_ST_SZ_DW(destroy_qp_in)] = {}; in mlx5_qpc_create_qp() local
258 MLX5_SET(destroy_qp_in, din, opcode, MLX5_CMD_OP_DESTROY_QP); in mlx5_qpc_create_qp()
259 MLX5_SET(destroy_qp_in, din, qpn, qp->qpn); in mlx5_qpc_create_qp()
260 MLX5_SET(destroy_qp_in, din, uid, qp->uid); in mlx5_qpc_create_qp()
261 mlx5_cmd_exec_in(dev->mdev, destroy_qp, din); in mlx5_qpc_create_qp()
/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()

1234