Searched +full:sc2731 +full:- +full:vibrator (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/input/ |
H A D | sprd,sc27xx-vibrator.yaml | 1 # 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/drivers/input/misc/ |
H A D | sc27xx-vibra.c | 1 // 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/drivers/regulator/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 38 managed regulators and simple non-configurable regulators. 64 the netlink mechanism. User-space applications can subscribe to these events 65 for real-time updates on various regulator events. 75 They provide two I2C-controlled DC/DC step-down converters with 101 tristate "Active-semi act8865 voltage regulator" 106 This driver controls a active-semi act8865 voltage output 110 tristate "Active-semi ACT8945A voltage regulator" 113 This driver controls a active-semi ACT8945A voltage regulator 114 via I2C bus. The ACT8945A features three step-down DC/DC converters [all …]
|