Home
last modified time | relevance | path

Searched +full:sc2731 +full:- +full:vibrator (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/input/
Dsprd,sc27xx-vibrator.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/input/sprd,sc27xx-vibrator.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Spreadtrum SC27xx PMIC Vibrator
11 - Orson Zhai <orsonzhai@gmail.com>
12 - Baolin Wang <baolin.wang7@gmail.com>
13 - Chunyan Zhang <zhang.lyra@gmail.com>
18 - sprd,sc2721-vibrator
19 - sprd,sc2730-vibrator
[all …]
/Linux-v6.6/arch/arm64/boot/dts/sprd/
Dsc2731.dtsi2 * Spreadtrum SC2731 PMIC dts file
6 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
11 compatible = "sprd,sc2731";
13 spi-max-frequency = <26000000>;
15 interrupt-controller;
16 #interrupt-cells = <1>;
17 #address-cells = <1>;
18 #size-cells = <0>;
21 compatible = "sprd,sc2731-charger";
23 monitored-battery = <&bat>;
[all …]
/Linux-v6.6/drivers/input/misc/
Dsc27xx-vibra.c1 // SPDX-License-Identifier: GPL-2.0
58 const struct sc27xx_vibra_data *data = info->data; in sc27xx_vibra_set()
60 regmap_update_bits(info->regmap, info->base, data->ldo_pd, 0); in sc27xx_vibra_set()
61 regmap_update_bits(info->regmap, info->base, in sc27xx_vibra_set()
62 data->slp_pd_en, 0); in sc27xx_vibra_set()
63 info->enabled = true; in sc27xx_vibra_set()
65 regmap_update_bits(info->regmap, info->base, data->ldo_pd, in sc27xx_vibra_set()
66 data->ldo_pd); in sc27xx_vibra_set()
67 regmap_update_bits(info->regmap, info->base, in sc27xx_vibra_set()
68 data->slp_pd_en, data->slp_pd_en); in sc27xx_vibra_set()
[all …]
/Linux-v6.6/drivers/regulator/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
38 managed regulators and simple non-configurable regulators.
65 They provide two I2C-controlled DC/DC step-down converters with
85 tristate "Active-semi act8865 voltage regulator"
90 This driver controls a active-semi act8865 voltage output
94 tristate "Active-semi ACT8945A voltage regulator"
97 This driver controls a active-semi ACT8945A voltage regulator
98 via I2C bus. The ACT8945A features three step-down DC/DC converters
99 and four low-dropout linear regulators, along with a ActivePath
110 tristate "Freescale i.MX on-chip ANATOP LDO regulators"
[all …]