Searched full:tps62360 (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/regulator/ |
H A D | tps62360.h | 3 * tps62360.h -- TI tps62360 5 * Interface for regulator driver for TI TPS62360 Processor core supply 16 * struct tps62360_regulator_platform_data - tps62360 regulator platform data.
|
/linux/drivers/regulator/ |
H A D | tps62360-regulator.c | 3 * tps62360.c -- TI tps62360 5 * Driver for processor core supply tps62360, tps62361B, tps62362 and tps62363. 22 #include <linux/regulator/tps62360.h> 40 enum chips {TPS62360, TPS62361, TPS62362, TPS62363}; enumerator 309 { .compatible = "ti,tps62360", .data = (void *)TPS62360}, 373 case TPS62360: in tps62360_probe() 479 {.name = "tps62360", .driver_data = TPS62360}, 490 .name = "tps62360",
|
H A D | Makefile | 175 obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | ti,tps62360.yaml | 4 $id: http://devicetree.org/schemas/regulator/ti,tps62360.yaml# 16 0.77V to 1.4V (TPS62360/62) and 0.5V to 1.77V (TPS62361B/63). 19 https://www.ti.com/lit/gpn/tps62360 27 - ti,tps62360
|