Home
last modified time | relevance | path

Searched +full:max20086 +full:- +full:max20089 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/regulator/
H A Dmaxim,max20086.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/maxim,max20086.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Maxim Integrated MAX20086-MAX20089 Camera Power Protector
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13 The MAX20086-MAX20089 are dual/quad camera power protectors, designed to
15 software-configurable output switching and monitoring. The output voltage and
21 - maxim,max20086
22 - maxim,max20087
[all …]
/linux/drivers/regulator/
H A Dmax20086-regulator.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 // max20086-regulator.c - MAX20086-MAX20089 camera power protector driver
59 struct max20086 { struct
79 .id = (n) - 1, \
84 .enable_mask = 1 << ((n) - 1), \
85 .enable_val = 1 << ((n) - 1), \
103 static int max20086_regulators_register(struct max20086 *chip) in max20086_regulators_register()
107 for (i = 0; i < chip->info->num_outputs; i++) { in max20086_regulators_register()
108 struct max20086_regulator *reg = &chip->regulators[i]; in max20086_regulators_register()
112 config.dev = chip->dev; in max20086_regulators_register()
[all …]
H A DKconfig1 # 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 …]