Home
last modified time | relevance | path

Searched full:discharge (Results 1 – 25 of 107) sorted by relevance

12345

/linux/Documentation/devicetree/bindings/regulator/
H A Dti,tps65132.yaml42 active-discharge-gpios:
45 GPIO specifier to actively discharge the delay mechanism.
47 ti,active-discharge-time-us:
48 description: Regulator active discharge time in microseconds.
51 active-discharge-gpios: [ 'ti,active-discharge-time-us' ]
83 regulator-active-discharge = <0>;
H A Dti,tps62360.yaml49 ti,enable-vout-discharge:
50 description: Enable output discharge.
94 ti,enable-vout-discharge;
H A Dmaxim,max8973.yaml61 maxim,enable-active-discharge:
63 description: Eable active discharge.
135 maxim,enable-active-discharge;
H A Dqcom-labibb-regulator.yaml54 qcom,discharge-resistor-kohms:
56 description: Discharge resistor value in KiloOhms.
H A Dregulator.yaml216 regulator-active-discharge:
218 tristate, enable/disable active discharge of regulators. The values are:
219 0: Disable active discharge.
220 1: Enable active discharge.
/linux/drivers/regulator/
H A Dtps65132-regulator.c73 /* Hardware automatically enable discharge bit in enable */ in tps65132_regulator_enable()
78 dev_err(tps->dev, "Failed to disable active discharge: %d\n", in tps65132_regulator_enable()
153 "active-discharge", in tps65132_of_parse_cb()
155 "active-discharge"); in tps65132_of_parse_cb()
166 ret = of_property_read_u32(np, "ti,active-discharge-time-us", in tps65132_of_parse_cb()
169 dev_err(tps->dev, "Failed to read active discharge time:%d\n", in tps65132_of_parse_cb()
H A Daw37503-regulator.c58 /* Hardware automatically enable discharge bit in enable */ in aw37503_regulator_enable()
63 dev_err(chip->dev, "Failed to disable active discharge: %d\n", in aw37503_regulator_enable()
H A Dtps62360-regulator.c250 /* Reset output discharge path to reduce power consumption */ in tps62360_init_dcdc()
302 pdata->en_discharge = of_property_read_bool(np, "ti,enable-vout-discharge"); in of_get_tps62360_platform_data()
470 /* Configure the output discharge path */ in tps62360_shutdown()
/linux/Documentation/devicetree/bindings/display/
H A Drepaper.txt10 - discharge-gpios: Discharge control
47 discharge-gpios = <&gpio 15 0>;
/linux/include/linux/mfd/wm8350/
H A Daudio.h596 int vmid_discharge_msecs; /* VMID --> OFF discharge time */
598 int cap_discharge_msecs; /* Cap ON (from OFF) discharge time */
601 u32 dis_out4:2; /* out4 discharge speed */
602 u32 dis_out3:2; /* out3 discharge speed */
603 u32 dis_out2:2; /* out2 discharge speed */
604 u32 dis_out1:2; /* out1 discharge speed */
/linux/include/sound/
H A Dwm2200.h39 unsigned int discharge:1; /** Actively discharge */ member
H A Dda7218.h80 bool discharge; member
/linux/Documentation/devicetree/bindings/power/supply/
H A Ddlg,da9150-fuel-gauge.yaml27 description: Battery discharge level (%) where warning event raised.
34 Battery discharge level (%) where critical event raised.
H A Dx-powers,axp20x-battery-power-supply.yaml10 The supported devices can read the battery voltage, charge and discharge
/linux/drivers/gpu/drm/tiny/
H A Drepaper.c73 struct gpio_desc *discharge; member
619 /* Discharge pulse */ in power_off()
620 gpiod_set_value_cansleep(epd->discharge, 1); in power_off()
622 gpiod_set_value_cansleep(epd->discharge, 0); in power_off()
652 gpiod_set_value_cansleep(epd->discharge, 0); in repaper_pipe_enable()
819 /* Discharge internal */ in repaper_pipe_disable()
993 epd->discharge = devm_gpiod_get(dev, "discharge", GPIOD_OUT_LOW); in repaper_probe()
994 if (IS_ERR(epd->discharge)) { in repaper_probe()
995 ret = PTR_ERR(epd->discharge); in repaper_probe()
997 DRM_DEV_ERROR(dev, "Failed to get gpio 'discharge'\n"); in repaper_probe()
/linux/drivers/iio/adc/
H A Dad7606_par.c31 * become unaligned, but some glitch or electrostatic discharge might in ad7606_par16_read_block()
65 * become unaligned, but some glitch or electrostatic discharge might in ad7606_par8_read_block()
/linux/Documentation/devicetree/bindings/sound/
H A Dda7218.txt64 - dlg,discharge : Boolean flag, auto discharge of Mic Bias on jack removal
/linux/include/linux/mfd/arizona/
H A Dpdata.h61 unsigned int discharge:1; /** Actively discharge */ member
/linux/arch/arm/boot/dts/st/
H A Dstm32mp15xx-osd32.dtsi171 regulator-active-discharge = <1>;
177 regulator-active-discharge = <1>;
H A Dstm32mp15xx-dhcor-som.dtsi194 regulator-active-discharge = <1>;
200 regulator-active-discharge = <1>;
H A Dstm32mp157a-stinger96.dtsi219 regulator-active-discharge = <1>;
225 regulator-active-discharge = <1>;
/linux/include/linux/regulator/
H A Dtps62360.h19 * @en_discharge: Enable discharge the output capacitor via internal
H A Dmachine.h59 /* Regulator active discharge flags */
161 * @active_discharge: Enable/disable active discharge. The enum
/linux/sound/soc/codecs/
H A Drk817_codec.c165 SND_SOC_DAPM_SUPPLY("Headphone CP Discharge LDO", RK817_CODEC_AHP_CP, 3, 1, NULL, 0),
258 {"DAC L", NULL, "Headphone CP Discharge LDO"},
275 {"DAC R", NULL, "Headphone CP Discharge LDO"},
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-huawei-g7.dts152 regulator-active-discharge = <1>;
160 regulator-active-discharge = <1>;

12345