Searched defs:tps65910 (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/gpio/ | 
| D | gpio-tps65910.c | 22 	struct tps65910 *tps65910;  member 28 	struct tps65910 *tps65910 = tps65910_gpio->tps65910;  in tps65910_gpio_get()  local 43 	struct tps65910 *tps65910 = tps65910_gpio->tps65910;  in tps65910_gpio_set()  local 57 	struct tps65910 *tps65910 = tps65910_gpio->tps65910;  in tps65910_gpio_output()  local 69 	struct tps65910 *tps65910 = tps65910_gpio->tps65910;  in tps65910_gpio_input()  local 77 		struct tps65910 *tps65910, int chip_ngpio)  in tps65910_parse_dt_for_gpio() 100 		struct tps65910 *tps65910, int chip_ngpio)  in tps65910_parse_dt_for_gpio() 108 	struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent);  in tps65910_gpio_probe()  local
  | 
| /Linux-v5.4/drivers/mfd/ | 
| D | tps65910.c | 222 static int tps65910_irq_init(struct tps65910 *tps65910, int irq,  in tps65910_irq_init() 261 	struct tps65910 *tps65910 = dev_get_drvdata(dev);  in is_volatile_reg()  local 287 static int tps65910_ck32k_init(struct tps65910 *tps65910,  in tps65910_ck32k_init() 305 static int tps65910_sleepinit(struct tps65910 *tps65910,  in tps65910_sleepinit() 435 	struct tps65910 *tps65910;  in tps65910_power_off()  local 450 	struct tps65910 *tps65910;  in tps65910_i2c_probe()  local
  | 
| D | tps65911-comparator.c | 53 static int comp_threshold_set(struct tps65910 *tps65910, int id, int voltage)  in comp_threshold_set() 77 static int comp_threshold_get(struct tps65910 *tps65910, int id)  in comp_threshold_get() 94 	struct tps65910 *tps65910 = dev_get_drvdata(dev->parent);  in comp_threshold_show()  local 115 	struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent);  in tps65911_comparator_probe()  local 145 	struct tps65910 *tps65910;  in tps65911_comparator_remove()  local
  | 
| /Linux-v5.4/include/linux/mfd/ | 
| D | tps65910.h | 887 struct tps65910 {  struct 894 	struct tps65910_pmic *pmic;  argument 895 	struct tps65910_rtc *rtc;  argument 896 	struct tps65910_power *power;  argument 899 	struct tps65910_board *of_plat_data;  argument 911 static inline int tps65910_chip_id(struct tps65910 *tps65910)  in tps65910_chip_id() 916 static inline int tps65910_reg_read(struct tps65910 *tps65910, u8 reg,  in tps65910_reg_read() 922 static inline int tps65910_reg_write(struct tps65910 *tps65910, u8 reg,  in tps65910_reg_write() 928 static inline int tps65910_reg_set_bits(struct tps65910 *tps65910, u8 reg,  in tps65910_reg_set_bits() 934 static inline int tps65910_reg_clear_bits(struct tps65910 *tps65910, u8 reg,  in tps65910_reg_clear_bits() [all …] 
 | 
| /Linux-v5.4/drivers/regulator/ | 
| D | tps65910-regulator.c | 1002 	struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent);  in tps65910_parse_dt_reg_data()  local 1073 	struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent);  in tps65910_probe()  local
  | 
| /Linux-v5.4/drivers/rtc/ | 
| D | rtc-tps65910.c | 366 	struct tps65910 *tps65910 = NULL;  in tps65910_rtc_probe()  local
  |