Searched +full:max20086 +full:- +full:max20089 (Results 1 – 2 of 2) sorted by relevance
1 # 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 Protector10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>13 The MAX20086-MAX20089 are dual/quad camera power protectors, designed to15 software-configurable output switching and monitoring. The output voltage and21 - maxim,max2008622 - maxim,max20087[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 // max20086-regulator.c - MAX20086-MAX20089 camera power protector driver60 struct max20086 { struct80 .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 …]