Home
last modified time | relevance | path

Searched +full:max20086 +full:- +full:max20089 (Results 1 – 2 of 2) 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
60 struct max20086 { struct
80 .id = (n) - 1, \
85 .enable_mask = 1 << ((n) - 1), \
86 .enable_val = 1 << ((n) - 1), \
104 static int max20086_regulators_register(struct max20086 *chip) in max20086_regulators_register()
108 for (i = 0; i < chip->info->num_outputs; i++) { in max20086_regulators_register()
109 struct max20086_regulator *reg = &chip->regulators[i]; in max20086_regulators_register()
113 config.dev = chip->dev; in max20086_regulators_register()
[all …]