/linux/drivers/gpio/ |
H A D | gpio-tps65910.c | 17 #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 57 struct tps65910 *tps65910 = tps65910_gpio->tps65910; tps65910_gpio_output() local 72 struct tps65910 *tps65910 = tps65910_gpio->tps65910; tps65910_gpio_input() local 80 tps65910_parse_dt_for_gpio(struct device * dev,struct tps65910 * tps65910,int chip_ngpio) tps65910_parse_dt_for_gpio() argument 103 tps65910_parse_dt_for_gpio(struct device * dev,struct tps65910 * tps65910,int chip_ngpio) tps65910_parse_dt_for_gpio() argument 111 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); tps65910_gpio_probe() local [all...] |
H A D | Makefile | 185 obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o
|
/linux/drivers/mfd/ |
H A D | tps65911-comparator.c | 3 * tps65910.c -- TI TPS6591x 18 #include <linux/mfd/tps65910.h> 53 static int comp_threshold_set(struct tps65910 *tps65910, int id, int voltage) in comp_threshold_set() argument 72 ret = regmap_write(tps65910->regmap, tps_comp.reg, val); in comp_threshold_set() 77 static int comp_threshold_get(struct tps65910 *tps65910, int id) in comp_threshold_get() argument 83 ret = regmap_read(tps65910->regmap, tps_comp.reg, &val); in comp_threshold_get() 94 struct tps65910 *tps65910 in comp_threshold_show() local 115 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); tps65911_comparator_probe() local 145 struct tps65910 *tps65910; tps65911_comparator_remove() local [all...] |
/linux/drivers/rtc/ |
H A D | rtc-tps65910.c | 3 * 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 *tp in tps65910_rtc_set_calibration() 367 struct tps65910 *tps65910 = NULL; tps65910_rtc_probe() local [all...] |
H A D | Makefile | 189 obj-$(CONFIG_RTC_DRV_TPS65910) += rtc-tps65910.o
|
H A D | Kconfig | 616 will be called rtc-tps65910.
|
/linux/drivers/regulator/ |
H A D | tps65910-regulator.c | 3 * tps65910.c -- TI tps65910 20 #include <linux/mfd/tps65910.h> 309 struct tps65910 *mfd; 824 struct tps65910 *mfd = pmic->mfd; 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() 1073 struct tps65910 *tps65910 in tps65910_probe() local [all...] |
H A D | Makefile | 189 obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o
|
/linux/arch/arm/boot/dts/ |
H A D | tps65910.dtsi | 8 * http://www.ti.com/lit/ds/symlink/tps65910.pdf 12 compatible = "ti,tps65910";
|
/linux/include/linux/mfd/ |
H A D | tps65910.h | 3 * tps65910.h -- TI TPS6591x 278 /* Registers LDO1 to LDO8 in tps65910 */ 884 * struct tps65910 - tps65910 sub-driver chip access routines 887 struct tps65910 { struct 906 static inline int tps65910_chip_id(struct tps65910 *tps65910) in tps65910_chip_id() argument 908 return tps65910->id; in tps65910_chip_id() 894 of_plat_datatps65910 global() argument
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-lxm.dts | 175 compatible = "ti,tps65910"; 180 /include/ "../../tps65910.dtsi"
|
H A D | am3517-craneboard.dts | 72 #include "../../tps65910.dtsi"
|
H A D | am335x-moxa-uc-8100-common.dtsi | 197 compatible = "ti,tps65910"; 236 #include "../../tps65910.dtsi"
|
H A D | am335x-baltos.dtsi | 69 tps65910_pins: tps65910-pins { 260 #include "../../tps65910.dtsi"
|
H A D | am335x-igep0033.dtsi | 224 #include "../../tps65910.dtsi"
|
H A D | am335x-phycore-som.dtsi | 236 #include "../../tps65910.dtsi"
|
H A D | am335x-icev2.dts | 363 #include "../../tps65910.dtsi"
|
H A D | am335x-pdu001.dts | 404 #include "../../tps65910.dtsi"
|
H A D | omap3-echo.dts | 524 #include "../../tps65910.dtsi"
|
H A D | am335x-evmsk.dts | 520 #include "../../tps65910.dtsi"
|
H A D | am335x-evm.dts | 588 #include "../../tps65910.dtsi"
|
/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3066a-bqcurie2.dts | 162 #include "../tps65910.dtsi"
|
H A D | rk3066a-marsboard.dts | 183 #include "../tps65910.dtsi"
|
H A D | rk3066a-rayeager.dts | 299 #include "../tps65910.dtsi"
|
/linux/ |
H A D | MAINTAINERS | 18552 F: drivers/mfd/tps65910.c 18562 F: drivers/regulator/tps65910-regulator.c
|