Searched defs:tps65910 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpio/ |
D | gpio-tps65910.c | 27 struct tps65910 *tps65910; member 33 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_get() local 48 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_set() local 62 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_output() local 74 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_input() local 82 struct tps65910 *tps65910, int chip_ngpio) in tps65910_parse_dt_for_gpio() 105 struct tps65910 *tps65910, int chip_ngpio) in tps65910_parse_dt_for_gpio() 113 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_gpio_probe() local
|
/Linux-v4.19/drivers/mfd/ |
D | tps65910.c | 229 static int tps65910_irq_init(struct tps65910 *tps65910, int irq, in tps65910_irq_init() 268 struct tps65910 *tps65910 = dev_get_drvdata(dev); in is_volatile_reg() local 294 static int tps65910_ck32k_init(struct tps65910 *tps65910, in tps65910_ck32k_init() 312 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
|
D | tps65911-comparator.c | 58 static int comp_threshold_set(struct tps65910 *tps65910, int id, int voltage) in comp_threshold_set() 82 static int comp_threshold_get(struct tps65910 *tps65910, int id) in comp_threshold_get() 99 struct tps65910 *tps65910 = dev_get_drvdata(dev->parent); in comp_threshold_show() local 120 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65911_comparator_probe() local 150 struct tps65910 *tps65910; in tps65911_comparator_remove() local
|
/Linux-v4.19/include/linux/mfd/ |
D | tps65910.h | 892 struct tps65910 { struct 899 struct tps65910_pmic *pmic; argument 900 struct tps65910_rtc *rtc; argument 901 struct tps65910_power *power; argument 904 struct tps65910_board *of_plat_data; argument 916 static inline int tps65910_chip_id(struct tps65910 *tps65910) in tps65910_chip_id() 921 static inline int tps65910_reg_read(struct tps65910 *tps65910, u8 reg, in tps65910_reg_read() 927 static inline int tps65910_reg_write(struct tps65910 *tps65910, u8 reg, in tps65910_reg_write() 933 static inline int tps65910_reg_set_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_set_bits() 939 static inline int tps65910_reg_clear_bits(struct tps65910 *tps65910, u8 reg, in tps65910_reg_clear_bits() [all …]
|
/Linux-v4.19/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
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-tps65910.c | 370 struct tps65910 *tps65910 = NULL; in tps65910_rtc_probe() local
|