Searched refs:max20411 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | max20411-regulator.c | 27 struct max20411 { struct 104 struct max20411 *max20411; in max20411_probe() local 106 max20411 = devm_kzalloc(dev, sizeof(*max20411), GFP_KERNEL); in max20411_probe() 107 if (!max20411) in max20411_probe() 111 if (IS_ERR(max20411->regmap)) { in max20411_probe() 116 max20411->dev = dev; in max20411_probe() 120 init_data = of_get_regulator_init_data(max20411->dev, max20411->of_node, &max20411->desc); in max20411_probe() 124 cfg.dev = max20411->dev; in max20411_probe() 127 cfg.driver_data = max20411; in max20411_probe() 134 max20411->rdev = devm_regulator_register(max20411->dev, &max20411->desc, &cfg); in max20411_probe() [all …]
|
H A D | Makefile | 85 obj-$(CONFIG_REGULATOR_MAX20411) += max20411-regulator.o
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max20411.yaml | 4 $id: http://devicetree.org/schemas/regulator/maxim,max20411.yaml# 22 const: maxim,max20411 49 compatible = "maxim,max20411";
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8540p-ride.dts | 590 /* To Maxim max20411 */
|