/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 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()
|
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 | 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/drivers/mfd/ |
H A D | rohm-bd96801.c | 74 DEFINE_RES_IRQ_NAMED(BD96801_CMD_SHDN_ERR_STAT, "cmd-shdn-err"), 79 DEFINE_RES_IRQ_NAMED(BD96801_INT_SHDN_ERR_STAT, "int-shdn-err"), 84 DEFINE_RES_IRQ_NAMED(BD96801_BUCK1_SHDN_ERR_STAT, "buck1-shdn-err"), 89 DEFINE_RES_IRQ_NAMED(BD96801_BUCK2_SHDN_ERR_STAT, "buck2-shdn-err"), 94 DEFINE_RES_IRQ_NAMED(BD96801_BUCK3_SHDN_ERR_STAT, "buck3-shdn-err"), 99 DEFINE_RES_IRQ_NAMED(BD96801_BUCK4_SHDN_ERR_STAT, "buck4-shdn-err"), 104 DEFINE_RES_IRQ_NAMED(BD96801_LDO5_SHDN_ERR_STAT, "ldo5-shdn-err"), 109 DEFINE_RES_IRQ_NAMED(BD96801_LDO6_SHDN_ERR_STAT, "ldo6-shdn-err"), 114 DEFINE_RES_IRQ_NAMED(BD96801_LDO7_SHDN_ERR_STAT, "ldo7-shdn-err"), 133 DEFINE_RES_IRQ_NAMED(BD96802_CMD_SHDN_ERR_STAT, "cmd-shdn-err"), [all …]
|
/linux/drivers/extcon/ |
H A D | extcon-max3355.c | 72 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/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/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 | 193 "mic-int", "en-modem", "shdn-hs-amp",
|
/linux/arch/powerpc/platforms/83xx/ |
H A D | mcu_mpc8349emitx.c | 176 "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()
|
/linux/drivers/regulator/ |
H A D | bd96801-regulator.c | 1089 "%s-pvin-err", "%s-ovp-err", "%s-uvp-err", "%s-shdn-err", in bd96801_rdev_errb_irqs() 1129 "cmd-shdn-err", "int-shdn-err" in bd96801_global_errb_irqs()
|