Searched defs:tps65910 (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/drivers/mfd/ |
D | tps65910-irq.c | 26 static inline int irq_to_tps65910_irq(struct tps65910 *tps65910, in irq_to_tps65910_irq() 43 struct tps65910 *tps65910 = irq_data; in tps65910_irq() local 99 struct tps65910 *tps65910 = irq_data_get_irq_chip_data(data); in tps65910_irq_lock() local 106 struct tps65910 *tps65910 = irq_data_get_irq_chip_data(data); in tps65910_irq_sync_unlock() local 136 struct tps65910 *tps65910 = irq_data_get_irq_chip_data(data); in tps65910_irq_enable() local 143 struct tps65910 *tps65910 = irq_data_get_irq_chip_data(data); in tps65910_irq_disable() local 156 int tps65910_irq_init(struct tps65910 *tps65910, int irq, in tps65910_irq_init() 216 int tps65910_irq_exit(struct tps65910 *tps65910) in tps65910_irq_exit()
|
D | tps65910.c | 38 static int tps65910_i2c_read(struct tps65910 *tps65910, u8 reg, in tps65910_i2c_read() 66 static int tps65910_i2c_write(struct tps65910 *tps65910, u8 reg, in tps65910_i2c_write() 88 int tps65910_set_bits(struct tps65910 *tps65910, u8 reg, u8 mask) in tps65910_set_bits() 111 int tps65910_clear_bits(struct tps65910 *tps65910, u8 reg, u8 mask) in tps65910_clear_bits() 137 struct tps65910 *tps65910; in tps65910_i2c_probe() local 188 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-3.3/drivers/gpio/ |
D | gpio-tps65910.c | 25 struct tps65910 *tps65910 = container_of(gc, struct tps65910, gpio); in tps65910_gpio_get() local 39 struct tps65910 *tps65910 = container_of(gc, struct tps65910, gpio); in tps65910_gpio_set() local 52 struct tps65910 *tps65910 = container_of(gc, struct tps65910, gpio); in tps65910_gpio_output() local 63 struct tps65910 *tps65910 = container_of(gc, struct tps65910, gpio); in tps65910_gpio_input() local 69 void tps65910_gpio_init(struct tps65910 *tps65910, int gpio_base) in tps65910_gpio_init()
|
/linux-3.3/include/linux/mfd/ |
D | tps65910.h | 789 struct tps65910 { struct 794 int (*read)(struct tps65910 *tps65910, u8 reg, int size, void *dest); argument 795 int (*write)(struct tps65910 *tps65910, u8 reg, int size, void *src); argument 798 struct tps65910_pmic *pmic; argument 799 struct tps65910_rtc *rtc; argument 800 struct tps65910_power *power; argument 818 int tps65910_set_bits(struct tps65910 *tps65910, u8 reg, u8 mask); argument 825 static inline int tps65910_chip_id(struct tps65910 *tps65910) in tps65910_chip_id()
|
/linux-3.3/drivers/regulator/ |
D | tps65910-regulator.c | 852 struct tps65910 *tps65910 = dev_get_drvdata(pdev->dev.parent); in tps65910_probe() local
|