/linux/sound/soc/codecs/ |
H A D | max9877.c | 93 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" },
|
H A D | max9768.c | 31 struct gpio_desc *shdn; member 188 max9768->shdn = devm_gpiod_get_optional(&client->dev, in max9768_i2c_probe() 191 if (IS_ERR(max9768->shdn)) in max9768_i2c_probe() 192 return PTR_ERR(max9768->shdn); in max9768_i2c_probe() 193 gpiod_set_consumer_name(max9768->shdn, "MAX9768 Shutdown"); in max9768_i2c_probe()
|
H A D | max98090.c | 1082 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 …]
|
H A D | max9850.c | 73 SND_SOC_DAPM_SUPPLY("SHDN", MAX9850_ENABLE, 7, 0, NULL, 0), 107 {"Output Mixer", NULL, "SHDN"},
|
H A D | max9860.c | 510 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()
|
H A D | max98396.c | 1206 SOC_ENUM("THERM SHDN Thresh", max98396_thermal_shdn_thresh_enum), 1279 SOC_ENUM("THERM SHDN Thresh", max98396_thermal_shdn_thresh_enum),
|
H A D | max98388.c | 345 SOC_ENUM("Thermal SHDN Thresh", max98388_thermal_shutdown_thresh_enum),
|
/linux/Documentation/devicetree/bindings/extcon/ |
H A D | extcon-max3355.txt | 10 - 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/Documentation/devicetree/bindings/iio/adc/ |
H A D | maxim,max1241.yaml | 37 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/Documentation/hwmon/ |
H A D | max31760.rst | 33 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/Documentation/devicetree/bindings/sound/ |
H A D | awinic,aw8738.yaml | 26 GPIO used for one-wire pulse control. The pin is typically called SHDN
|
/linux/drivers/media/i2c/ |
H A D | lm3646.c | 144 /* 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/Documentation/devicetree/bindings/iio/dac/ |
H A D | microchip,mcp4821.yaml | 56 Active Low SHDN pin used to enter the shutdown mode.
|
/linux/sound/soc/rockchip/ |
H A D | rockchip_max98090.c | 115 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/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-iot-gateway.dts | 51 regulator-uart1-shdn {
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-pca95xx.yaml | 188 "mic-int", "en-modem", "shdn-hs-amp",
|
/linux/arch/powerpc/platforms/83xx/ |
H A D | mcu_mpc8349emitx.c | 173 "mcu-i2c-shdn"); in mcu_probe()
|
/linux/sound/soc/intel/boards/ |
H A D | cht_bsw_max98090_ti.c | 136 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()
|