/linux/Documentation/devicetree/bindings/misc/ |
H A D | xlnx,sd-fec.yaml | 36 - 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 D | siox-bus-gpio.c | 18 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/include/uapi/misc/ |
H A D | xilinx_sdfec.h | 94 * 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 D | pinctrl-starfive-jh7110.h | 43 /* gpio dout/doen/din/gpioinput register */ 59 unsigned int din, u32 dout, 69 unsigned int din, u32 dout, u32 doen);
|
H A D | pinctrl-starfive-jh7110-aon.c | 78 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()
|
H A D | pinctrl-starfive-jh7110.c | 53 * | din | dout | doen | function | pin | 115 seq_printf(s, " dout=%u doen=%u din=%u", dout, doen, gpi); in jh7110_pin_dbg_show() 252 unsigned int din, u32 dout, u32 doen) in jh7110_set_gpiomux() argument 270 if (din != GPI_NONE) { in jh7110_set_gpiomux() 271 unsigned int ioffset = 4 * (din / 4); in jh7110_set_gpiomux() 272 unsigned int ishift = 8 * (din % 4); in jh7110_set_gpiomux()
|
H A D | pinctrl-starfive-jh7100.c | 161 * | dout | doen | din | dout rev | doen rev | gpio nr | 657 u32 din = starfive_pinmux_to_din(v); in starfive_set_mux() local 663 dev_dbg(dev, "GPIO%u: dout=0x%x doen=0x%x din=0x%x\n", in starfive_set_mux() 664 gpio, dout, doen, din); in starfive_set_mux() 668 if (din != GPI_NONE) in starfive_set_mux() 669 reg_din = sfp->base + GPI_CFG_OFFSET + 4 * din; in starfive_set_mux() 967 void __iomem *din = sfp->base + GPIODIN + 4 * (gpio / 32); in starfive_gpio_get() local 969 return !!(readl_relaxed(din) & BIT(gpio % 32)); in starfive_gpio_get()
|
/linux/drivers/crypto/ccree/ |
H A D | cc_hw_queue_defs.h | 228 * 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 D | eckelmann,siox-gpio.txt | 5 - 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 D | jh7110-pinfunc.h | 13 * | 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 D | pinctrl-starfive-jh7100.h | 17 * | 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/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_pfc.sh | 396 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 D | ltc2309.c | 107 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 D | cache.c | 523 .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/sound/soc/codecs/ |
H A D | peb2466.c | 559 SND_SOC_DAPM_DAC("CH0 DIN", "Playback", SND_SOC_NOPM, 0, 0), 560 SND_SOC_DAPM_DAC("CH1 DIN", "Playback", SND_SOC_NOPM, 0, 0), 561 SND_SOC_DAPM_DAC("CH2 DIN", "Playback", SND_SOC_NOPM, 0, 0), 562 SND_SOC_DAPM_DAC("CH3 DIN", "Playback", SND_SOC_NOPM, 0, 0), 609 { "CH0 DIN", NULL, "CH0 PWR" }, 610 { "CH1 DIN", NULL, "CH1 PWR" }, 611 { "CH2 DIN", NULL, "CH2 PWR" }, 612 { "CH3 DIN", NULL, "CH3 PWR" }, 626 { "DAC0 Mixer", "Voice Switch", "CH0 DIN" }, 627 { "DAC0 Mixer", NULL, "CH0 DIN" }, [all...] |
H A D | 88pm860x-codec.c | 550 "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 D | qcom,soundwire.yaml | 68 qcom,din-ports: 222 - qcom,din-ports 255 qcom,din-ports = <0>;
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | adi,max98396.yaml | 84 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 D | cacheflush.h | 44 void (*din)(void); /* invalidate */ member 63 #define invalidate_dcache() mbc->din();
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | qpc.c | 235 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 D | aiu-acodec-ctrl.c | 171 * 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/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-mipi-dbi-spi.yaml | 32 - Din: Serial in 86 Controller is not readable (ie. Din (MISO on the SPI interface) is not
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_proto_test.c | 21 u8 din[BUFSIZE]; member 184 * 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() 189 ec_dev->din = NULL; in cros_ec_proto_test_query_all_pretest() 366 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_pd_return_error() 431 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_pd_return0() 823 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_mkbp() 916 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_mkbp_return_error() 1004 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_mkbp_return0() 1092 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_host_sleep() 1198 * cros_ec_query_all() allocates din and dout correctly. in cros_ec_proto_test_query_all_no_host_sleep_return0() [all …]
|
/linux/arch/mips/include/asm/ |
H A D | txx9pio.h | 16 __u32 din; member
|
/linux/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sun50i-h6.c | 86 SUNXI_FUNCTION(0x2, "i2s3"), /* DIN */ 87 SUNXI_FUNCTION(0x4, "h_i2s3"), /* DIN */ 495 SUNXI_FUNCTION(0x2, "i2s2"), /* DIN */ 496 SUNXI_FUNCTION(0x3, "h_i2s2"), /* DIN */ 535 SUNXI_FUNCTION(0x3, "i2s0"), /* DIN */ 536 SUNXI_FUNCTION(0x4, "h_i2s0"), /* DIN */
|