Home
last modified time | relevance | path

Searched full:hsl (Results 1 – 8 of 8) sorted by relevance

/linux/sound/soc/codecs/
H A Dab8500-codec.c372 SND_SOC_DAPM_PGA("HSL Digital Volume", SND_SOC_NOPM, 0, 0,
377 SND_SOC_DAPM_DAC("HSL DAC", "ab8500_0p",
381 SND_SOC_DAPM_MIXER("HSL DAC Mute", AB8500_MUTECONF,
387 SND_SOC_DAPM_DAC("HSL DAC Driver", "ab8500_0p",
392 SND_SOC_DAPM_MIXER("HSL Mute",
398 SND_SOC_DAPM_MIXER("HSL Enable",
404 SND_SOC_DAPM_PGA("HSL Volume",
574 SND_SOC_DAPM_MIXER("LINL to HSL Volume",
730 {"HSL Digital Volume", NULL, "DA1 Enable"},
733 {"HSL DAC", NULL, "HSL Digital Volume"},
[all …]
H A Dmc13783.c494 SND_SOC_DAPM_OUTPUT("HSL"),
548 { "HSL", NULL, "Headset Amp Left" },
554 { "HSL", "Headset Amp Left", "Headset Amp Source MUX"},
/linux/Documentation/firmware-guide/acpi/
H A Dintel-pmc-mux.rst98 (SBU) and "hsl-orientation" (data) to know if those lines are "fixed", and to
107 Package () {"hsl-orientation", "normal"},
133 Package () {"hsl-orientation", "normal"},
148 Package () {"hsl-orientation", "normal"},
/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c74 unsigned int hact, hfp, hsl, hbp; in logicvc_crtc_atomic_enable() local
83 hsl = mode->hsync_end - mode->hsync_start; in logicvc_crtc_atomic_enable()
92 regmap_write(logicvc->regmap, LOGICVC_HSYNC_REG, hsl - 1); in logicvc_crtc_atomic_enable()
/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32mp21-rcc.yaml47 - description: CK_SCMI_ICN_HSL HSL interconnect bus clock
H A Dst,stm32mp25-rcc.yaml47 - description: CK_SCMI_ICN_HSL HSL interconnect bus clock
/linux/arch/arm/boot/dts/ti/omap/
H A Dmotorola-mapphone-common.dtsi81 "Headphone Jack", "HSL",
/linux/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c594 ret = fwnode_property_read_string(fwnode, "hsl-orientation", &str); in pmc_usb_register_port()