Home
last modified time | relevance | path

Searched full:tps65910 (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-tps65910.c17 #include <linux/mfd/tps65910.h>
22 struct tps65910 *tps65910; member
28 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_get() local
31 regmap_read(tps65910->regmap, TPS65910_GPIO0 + offset, &val); in tps65910_gpio_get()
43 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_set() local
46 return regmap_set_bits(tps65910->regmap, in tps65910_gpio_set()
49 return regmap_clear_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_set()
57 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_output() local
65 return regmap_set_bits(tps65910->regmap, TPS65910_GPIO0 + offset, in tps65910_gpio_output()
72 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_input() local
[all …]
H A Dgpio-altera-a10sr.c7 * Adapted from gpio-tps65910.c
/linux/drivers/rtc/
H A Drtc-tps65910.c3 * rtc-tps65910.c -- TPS65910 Real Time Clock interface
24 #include <linux/mfd/tps65910.h>
50 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_alarm_irq_enable()
60 * Gets current tps65910 RTC time and date parameters.
71 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_time()
102 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_time()
138 * Gets current tps65910 RTC alarm time.
144 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_read_alarm()
174 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_alarm()
205 struct tps65910 *tps = dev_get_drvdata(dev->parent); in tps65910_rtc_set_calibration()
[all …]
H A DMakefile193 obj-$(CONFIG_RTC_DRV_TPS65910) += rtc-tps65910.o
/linux/drivers/regulator/
H A Dtps65910-regulator.c3 * tps65910.c -- TI tps65910
20 #include <linux/mfd/tps65910.h>
34 /* VSEL tables for TPS65910 specific LDOs and dcdc's */
309 struct tps65910 *mfd;
824 struct tps65910 *mfd = pmic->mfd; in tps65910_set_ext_sleep_config()
878 /* External EN3 control for TPS65910 LDO only */ in tps65910_set_ext_sleep_config()
879 if ((tps65910_chip_id(mfd) == TPS65910) && in tps65910_set_ext_sleep_config()
1002 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_parse_dt_reg_data() local
1020 switch (tps65910_chip_id(tps65910)) { in tps65910_parse_dt_reg_data()
1021 case TPS65910: in tps65910_parse_dt_reg_data()
[all …]
H A Dmax8907-regulator.c8 * Portions based on drivers/regulator/tps65910-regulator.c,
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-tqma335x.dtsi125 /* Filled in by tps65910.dtsi */
151 #include "../../tps65910.dtsi"
H A Dam335x-lxm.dts175 compatible = "ti,tps65910";
180 /include/ "../../tps65910.dtsi"
H A Dam335x-moxa-uc-8100-common.dtsi197 compatible = "ti,tps65910";
236 #include "../../tps65910.dtsi"
H A Dam3517-craneboard.dts72 #include "../../tps65910.dtsi"
H A Dam335x-baltos.dtsi86 tps65910_pins: tps65910-pins {
277 #include "../../tps65910.dtsi"
H A Dam335x-igep0033.dtsi224 #include "../../tps65910.dtsi"
H A Dam335x-phycore-som.dtsi236 #include "../../tps65910.dtsi"
H A Dam335x-icev2.dts363 #include "../../tps65910.dtsi"
H A Dam335x-pdu001.dts404 #include "../../tps65910.dtsi"
H A Domap3-echo.dts524 #include "../../tps65910.dtsi"
H A Dam335x-evmsk.dts520 #include "../../tps65910.dtsi"
H A Dam335x-evm.dts588 #include "../../tps65910.dtsi"
/linux/arch/arm/boot/dts/rockchip/
H A Drk3066a-bqcurie2.dts83 compatible = "ti,tps65910";
H A Drk3066a-marsboard.dts99 compatible = "ti,tps65910";
H A Drk3066a-rayeager.dts201 compatible = "ti,tps65910";
/linux/
H A DMAINTAINERS20075 F: drivers/mfd/tps65910.c
20085 F: drivers/regulator/tps65910-regulator.c