Home
last modified time | relevance | path

Searched full:shdn (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dmax9877.c93 SND_SOC_DAPM_PGA("SHDN", MAX9877_OUTPUT_MODE, 7, 1, NULL, 0),
102 { "SHDN", NULL, "INA1" },
103 { "SHDN", NULL, "INA2" },
104 { "SHDN", NULL, "INB1" },
105 { "SHDN", NULL, "INB2" },
108 { "OUT+", NULL, "SHDN" },
110 { "OUT-", NULL, "SHDN" },
113 { "HPL", NULL, "SHDN" },
114 { "HPR", NULL, "SHDN" },
Dmax9768.c31 struct gpio_desc *shdn; member
195 max9768->shdn = devm_gpiod_get_optional(&client->dev, in max9768_i2c_probe()
198 if (IS_ERR(max9768->shdn)) in max9768_i2c_probe()
199 return PTR_ERR(max9768->shdn); in max9768_i2c_probe()
200 gpiod_set_consumer_name(max9768->shdn, "MAX9768 Shutdown"); in max9768_i2c_probe()
Dmax9850.c73 SND_SOC_DAPM_SUPPLY("SHDN", MAX9850_ENABLE, 7, 0, NULL, 0),
107 {"Output Mixer", NULL, "SHDN"},
Dmax98090.c1082 SND_SOC_DAPM_SUPPLY("SHDN", M98090_REG_DEVICE_SHUTDOWN,
1098 * Note: Sysclk and misc power supplies are taken care of by SHDN
1300 {"ADCL", NULL, "SHDN"},
1301 {"ADCR", NULL, "SHDN"},
1315 {"AIFOUTL", NULL, "SHDN"},
1316 {"AIFOUTR", NULL, "SHDN"},
1335 {"AIFINL", NULL, "SHDN"},
1336 {"AIFINR", NULL, "SHDN"},
1339 {"DACL", NULL, "SHDN"},
1340 {"DACR", NULL, "SHDN"},
[all …]
Dmax9860.c510 dev_err(component->dev, "Failed to remove SHDN: %d\n", in max9860_set_bias_level()
520 dev_err(component->dev, "Failed to request SHDN: %d\n", in max9860_set_bias_level()
Dmax98396.c1206 SOC_ENUM("THERM SHDN Thresh", max98396_thermal_shdn_thresh_enum),
1279 SOC_ENUM("THERM SHDN Thresh", max98396_thermal_shdn_thresh_enum),
Dmax98388.c345 SOC_ENUM("Thermal SHDN Thresh", max98388_thermal_shutdown_thresh_enum),
/linux-6.12.1/Documentation/devicetree/bindings/extcon/
Dextcon-max3355.txt10 - maxim,shdn-gpios: should contain a phandle and GPIO specifier for the GPIO pin
11 connected to the MAX3355's SHDN# pin;
19 maxim,shdn-gpios = <&gpio2 4 GPIO_ACTIVE_LOW>;
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dmaxim,max1241.yaml37 GPIO spec for the GPIO pin connected to the ADC's /SHDN pin. If
38 specified, the /SHDN pin will be asserted between conversions,
/linux-6.12.1/drivers/extcon/
Dextcon-max3355.c72 gpiod = devm_gpiod_get(&pdev->dev, "maxim,shdn", GPIOD_OUT_HIGH); in max3355_probe()
74 dev_err(&pdev->dev, "failed to get SHDN# GPIO\n"); in max3355_probe()
/linux-6.12.1/Documentation/hwmon/
Dmax31760.rst33 OT threshold is exceeded, the SHDN pin is asserted low and can be used to
69 temp[1-2]_crit Temperature critical value. Asserts "SHDN" pin when exceeded
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dawinic,aw8738.yaml26 GPIO used for one-wire pulse control. The pin is typically called SHDN
/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/
Dmicrochip,mcp4821.yaml56 Active Low SHDN pin used to enter the shutdown mode.
/linux-6.12.1/drivers/media/i2c/
Dlm3646.c144 /* switch to SHDN mode before flash strobe on */ in lm3646_set_ctrl()
165 * from FLASH mode to SHDN mode after flash duration timeout in lm3646_set_ctrl()
/linux-6.12.1/sound/soc/rockchip/
Drockchip_max98090.c115 snd_soc_dapm_force_enable_pin(dapm, "SHDN"); in rk_jack_event()
118 snd_soc_dapm_disable_pin(dapm, "SHDN"); in rk_jack_event()
/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dgpio-pca95xx.yaml188 "mic-int", "en-modem", "shdn-hs-amp",
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8mm-iot-gateway.dts51 regulator-uart1-shdn {
/linux-6.12.1/arch/powerpc/platforms/83xx/
Dmcu_mpc8349emitx.c173 "mcu-i2c-shdn"); in mcu_probe()
/linux-6.12.1/sound/soc/intel/boards/
Dcht_bsw_max98090_ti.c136 snd_soc_dapm_force_enable_pin(dapm, "SHDN"); in cht_ti_jack_event()
141 snd_soc_dapm_disable_pin(dapm, "SHDN"); in cht_ti_jack_event()