Lines Matching full:tps6594
3 * Core functions for TI TPS65224/TPS6594/TPS6593/LP8764 PMICs
15 #include <linux/mfd/tps6594.h>
127 MFD_CELL_RES("tps6594-regulator", tps6594_regulator_resources),
128 MFD_CELL_RES("tps6594-pinctrl", tps6594_pinctrl_resources),
129 MFD_CELL_RES("tps6594-pfsm", tps6594_pfsm_resources),
130 MFD_CELL_RES("tps6594-esm", tps6594_esm_resources),
134 MFD_CELL_RES("tps6594-rtc", tps6594_rtc_resources),
340 MFD_CELL_RES("tps6594-pfsm", tps65224_pfsm_resources),
341 MFD_CELL_RES("tps6594-pinctrl", tps65224_pinctrl_resources),
342 MFD_CELL_RES("tps6594-regulator", tps65224_regulator_resources),
431 struct tps6594 *tps = irq_drv_data; in tps6594_handle_post_irq()
505 static int tps6594_check_crc_mode(struct tps6594 *tps, bool primary_pmic) in tps6594_check_crc_mode()
535 static int tps6594_set_crc_feature(struct tps6594 *tps) in tps6594_set_crc_feature()
572 static int tps6594_enable_crc(struct tps6594 *tps) in tps6594_enable_crc()
607 int tps6594_device_init(struct tps6594 *tps, bool enable_crc) in tps6594_device_init()
669 MODULE_DESCRIPTION("TPS6594 Driver");