Searched defs:tps65910 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpio/ |
D | gpio-tps65910.c | 27 struct tps65910 *tps65910; member 38 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_get() local 53 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_set() local 67 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_output() local 79 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_input() local 87 struct tps65910 *tps65910, int chip_ngpio) in tps65910_parse_dt_for_gpio() 110 struct tps65910 *tps65910, int chip_ngpio) in tps65910_parse_dt_for_gpio() 118 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_gpio_probe() local
|
/linux-4.1.27/drivers/mfd/ |
D | tps65910.c | 229 static int tps65910_irq_init(struct tps65910 *tps65910, int irq, in tps65910_irq_init() 265 static int tps65910_irq_exit(struct tps65910 *tps65910) in tps65910_irq_exit() 274 struct tps65910 *tps65910 = dev_get_drvdata(dev); in is_volatile_reg() local 300 static int tps65910_ck32k_init(struct tps65910 *tps65910, in tps65910_ck32k_init() 318 static int tps65910_sleepinit(struct tps65910 *tps65910, in tps65910_sleepinit() 443 struct tps65910 *tps65910; in tps65910_power_off() local 458 struct tps65910 *tps65910; in tps65910_i2c_probe() local 528 struct tps65910 *tps65910 = i2c_get_clientdata(i2c); in tps65910_i2c_remove() local
|
D | tps65911-comparator.c | 59 static int comp_threshold_set(struct tps65910 *tps65910, int id, int voltage) in comp_threshold_set() 86 static int comp_threshold_get(struct tps65910 *tps65910, int id) in comp_threshold_get() 106 struct tps65910 *tps65910 = dev_get_drvdata(dev->parent); in comp_threshold_show() local 127 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65911_comparator_probe() local 157 struct tps65910 *tps65910; in tps65911_comparator_remove() local
|
/linux-4.1.27/include/linux/mfd/ |
D | tps65910.h | 891 struct tps65910 { struct 898 struct tps65910_pmic *pmic; argument 899 struct tps65910_rtc *rtc; argument 900 struct tps65910_power *power; argument 903 struct tps65910_board *of_plat_data; argument 915 static inline int tps65910_chip_id(struct tps65910 *tps65910) in tps65910_chip_id() 920 static inline int tps65910_reg_read(struct tps65910 *tps65910, u8 reg, in tps65910_reg_read() 926 static inline int tps65910_reg_write(struct tps65910 *tps65910, u8 reg, in tps65910_reg_write() 932 static inline int tps65910_reg_set_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_set_bits() 938 static inline int tps65910_reg_clear_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_clear_bits() [all …]
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-tps65910.c | 226 struct tps65910 *tps65910 = NULL; in tps65910_rtc_probe() local
|
/linux-4.1.27/drivers/regulator/ |
D | tps65910-regulator.c | 1007 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_parse_dt_reg_data() local 1078 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_probe() local
|