Home
last modified time | relevance | path

Searched full:pfuze100 (Results 1 – 25 of 64) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dpfuze100-regulator.c15 #include <linux/regulator/pfuze100.h>
62 enum chips { PFUZE100, PFUZE200, PFUZE3000 = 3, PFUZE3001 = 0x31, }; enumerator
109 {.name = "pfuze100", .driver_data = PFUZE100},
118 { .compatible = "fsl,pfuze100", .data = (void *)PFUZE100},
128 struct pfuze_chip *pfuze100 = rdev_get_drvdata(rdev); in pfuze100_set_ramp_delay() local
134 switch (pfuze100->chip_id) { in pfuze100_set_ramp_delay()
145 case PFUZE100: in pfuze100_set_ramp_delay()
157 ret = regmap_update_bits(pfuze100->regmap, in pfuze100_set_ramp_delay()
161 dev_err(pfuze100->dev, "ramp failed, err %d\n", ret); in pfuze100_set_ramp_delay()
377 /* PFUZE100 */
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dpfuze100.yaml4 $id: http://devicetree.org/schemas/regulator/pfuze100.yaml#
7 title: PFUZE100 family of regulators
14 --PFUZE100
31 - fsl,pfuze100
92 compatible = "fsl,pfuze100";
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpfuze100.c82 { .compatible = "fsl,pfuze100", .data = PFUZE100, },
89 .name = "pfuze100 pmic",
H A DKconfig64 bool "Enable Driver Model for PMIC PFUZE100"
68 for PMIC PFUZE100. The driver implements read/write operations.
H A Dpmic_pfuze100.c16 static const char name[] = "PFUZE100"; in power_pfuze100_init()
H A DMakefile11 obj-$(CONFIG_DM_PMIC_PFUZE100) += pfuze100.o
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dpfuze.c61 p = pmic_get("PFUZE100"); in pfuze_common_init()
67 printf("PMIC: PFUZE100 ID=0x%02x\n", reg); in pfuze_common_init()
/OK3568_Linux_fs/u-boot/board/freescale/mx6sllevk/
H A Dmx6sllevk.c60 ret = pmic_get("pfuze100", &dev); in power_init_board()
69 printf("PMIC: PFUZE100! DEV_ID=0x%x REV_ID=0x%x\n", dev_id, rev_id); in power_init_board()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx6sx-sdb-reva.dts18 pmic: pfuze100@8 {
19 compatible = "fsl,pfuze100";
H A Dimx6qdl-wandboard-revd1.dtsi30 pmic: pfuze100@8 {
31 compatible = "fsl,pfuze100";
H A Dimx6qdl-tqma6b.dtsi14 compatible = "fsl,pfuze100";
H A Dimx6qdl-tqma6a.dtsi14 compatible = "fsl,pfuze100";
H A Dimx6-logicpd-som.dtsi49 pfuze100: pmic@8 { label
50 compatible = "fsl,pfuze100";
H A Dimx6q-mccmon6.dts121 pfuze100: pmic@8 { label
122 compatible = "fsl,pfuze100";
H A Dimx6q-dmo-edmqmx6.dts137 pmic: pfuze100@8 {
138 compatible = "fsl,pfuze100";
H A Dimx6q-gw5400-a.dts209 pmic: pfuze100@8 {
210 compatible = "fsl,pfuze100";
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dpfuze100.c44 * struct pfuze100_regulator_platdata - platform data for pfuze100
46 * @desc: Points the description entry of one regulator of pfuze100
160 /* PFUZE100 */
268 case PFUZE100: in pfuze100_regulator_probe()
H A DKconfig47 bool "Enable Driver Model for REGULATOR PFUZE100"
51 features for REGULATOR PFUZE100. The driver implements get/set api for:
H A DMakefile12 obj-$(CONFIG_DM_REGULATOR_PFUZE100) += pfuze100.o
/OK3568_Linux_fs/u-boot/include/power/
H A Dpfuze100_pmic.h12 enum {PFUZE100 = 0x10, PFUZE200 = 0x11, PFUZE3000 = 0x30}; enumerator
16 /* PFUZE100 registers */
/OK3568_Linux_fs/u-boot/board/kosagi/novena/
H A Dnovena.c205 p = pmic_get("PFUZE100"); in power_init_board()
214 printf("PMIC: PFUZE100 ID=0x%02x\n", reg); in power_init_board()
/OK3568_Linux_fs/u-boot/board/tqc/tqma6/
H A Dtqma6.c242 p = pmic_get("PFUZE100"); in power_init_board()
246 printf("PMIC: PFUZE100 ID=0x%02x REV=0x%02x\n", reg, rev); in power_init_board()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dimx6qdl-logicpd.dtsi53 pmic: pfuze100@08 {
54 compatible = "fsl,pfuze100";
/OK3568_Linux_fs/u-boot/board/freescale/mx6sxsabreauto/
H A Dmx6sxsabreauto.c138 ret = pmic_get("pfuze100", &dev); in power_init_board()
147 printf("PMIC: PFUZE100! DEV_ID=0x%x REV_ID=0x%x\n", dev_id, rev_id); in power_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mx6slevk/
H A Dmx6slevk.c174 ret = pmic_get("pfuze100", &dev); in power_init_board()
183 printf("PMIC: PFUZE100! DEV_ID=0x%x REV_ID=0x%x\n", dev_id, rev_id); in power_init_board()

123