Home
last modified time | relevance | path

Searched refs:vaux2 (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/arch/arm/boot/dts/
Dtwl6030.dtsi29 vaux2: regulator-vaux2 { label
30 compatible = "ti,twl6030-vaux2";
Domap3-n9.dts41 vdd-csiphy1-supply = <&vaux2>;
42 vdd-csiphy2-supply = <&vaux2>;
Domap3-n950.dts41 vdd-csiphy1-supply = <&vaux2>;
42 vdd-csiphy2-supply = <&vaux2>;
Dtwl4030.dtsi36 vaux2: regulator-vaux2 { label
37 compatible = "ti,twl4030-vaux2";
Domap3-gta04a3.dts23 Vdd-supply = <&vaux2>;
24 Vdd_IO-supply = <&vaux2>;
Domap3-lilly-dbb056.dts19 vaux2: regulator-vaux2 { label
20 compatible = "ti,twl4030-vaux2";
Domap3-n950-n9.dtsi76 &vaux2 {
77 regulator-name = "vaux2";
Dtps65910.dtsi73 regulator-compatible = "vaux2";
Domap3-cm-t3730.dts30 vin-supply = <&vaux2>;
Domap3-pandora-common.dtsi207 vcc-supply = <&vaux2>;
446 &vaux2 {
Domap3-beagle-xm.dts353 &vaux2 {
Domap3-tao3530.dtsi340 &vaux2 {
Domap3-beagle.dts338 &vaux2 {
Domap3-gta04.dtsi438 &vaux2 {
Domap3-n900.dts334 &vaux2 {
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dtwl-regulator.txt7 - "ti,twl6030-vaux2" for VAUX2 LDO
38 - "ti,twl4030-vaux2" for VAUX2 LDO
39 - "ti,twl5030-vaux2" for VAUX2 LDO
Dlp872x.txt137 vaux2: lilo2 {
/linux-4.4.14/arch/arm/mach-omap2/
Dtwl-common.c502 if (regulators_flags & TWL_COMMON_REGULATOR_VAUX2 && !pmic_data->vaux2) in omap4_pmic_get_config()
503 pmic_data->vaux2 = &omap4_vaux2_idata; in omap4_pmic_get_config()
Dboard-rx51-peripherals.c968 .vaux2 = &rx51_vaux2,
/linux-4.4.14/include/linux/i2c/
Dtwl.h720 struct regulator_init_data *vaux2; member
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dtps65910.txt24 vaux2, vaux33, vmmc, vbb
/linux-4.4.14/drivers/mfd/
Dtwl-core.c902 pdata->vaux2, features); in add_children()