Searched defs:tps65912 (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/mfd/
H A Dtps65912-core.c29 int tps65912_set_bits(struct tps65912 *tps65912, u8 reg, u8 mask) tps65912_set_bits() argument
53 int tps65912_clear_bits(struct tps65912 *tps65912, u8 reg, u8 mask) tps65912_clear_bits() argument
76 static inline int tps65912_read(struct tps65912 *tps65912, u8 reg) tps65912_read() argument
88 static inline int tps65912_write(struct tps65912 *tps65912, u8 reg, u8 val) tps65912_write() argument
93 int tps65912_reg_read(struct tps65912 *tps65912, u8 reg) tps65912_reg_read() argument
108 int tps65912_reg_write(struct tps65912 *tps65912, u8 reg, u8 val) tps65912_reg_write() argument
123 int tps65912_device_init(struct tps65912 *tps65912) tps65912_device_init() argument
167 void tps65912_device_exit(struct tps65912 *tps65912) tps65912_device_exit() argument
H A Dtps65912-i2c.c25 static int tps65912_i2c_read(struct tps65912 *tps65912, u8 reg, tps65912_i2c_read() argument
52 static int tps65912_i2c_write(struct tps65912 *tps65912, u8 reg, tps65912_i2c_write() argument
78 struct tps65912 *tps65912; tps65912_i2c_probe() local
96 struct tps65912 *tps65912 = i2c_get_clientdata(i2c); tps65912_i2c_remove() local
H A Dtps65912-spi.c25 static int tps65912_spi_write(struct tps65912 *tps65912, u8 addr, tps65912_spi_write() argument
51 static int tps65912_spi_read(struct tps65912 *tps65912, u8 addr, tps65912_spi_read() argument
85 struct tps65912 *tps65912; tps65912_spi_probe() local
104 struct tps65912 *tps65912 = spi_get_drvdata(spi); tps65912_spi_remove() local
H A DMakefile
H A Dtps65912-irq.c25 static inline int irq_to_tps65912_irq(struct tps65912 *tps65912, irq_to_tps65912_irq() argument
42 struct tps65912 *tps65912 = irq_data; tps65912_irq() local
100 struct tps65912 *tps65912 = irq_data_get_irq_chip_data(data); tps65912_irq_lock() local
107 struct tps65912 *tps65912 = irq_data_get_irq_chip_data(data); tps65912_irq_sync_unlock() local
136 struct tps65912 *tps65912 = irq_data_get_irq_chip_data(data); tps65912_irq_enable() local
143 struct tps65912 *tps65912 = irq_data_get_irq_chip_data(data); tps65912_irq_disable() local
156 int tps65912_irq_init(struct tps65912 *tps65912, int irq, tps65912_irq_init() argument
219 int tps65912_irq_exit(struct tps65912 *tps65912) tps65912_irq_exit() argument
/linux-4.1.27/drivers/gpio/
H A Dgpio-tps65912.c25 struct tps65912 *tps65912; member in struct:tps65912_gpio_data
34 struct tps65912 *tps65912 = tps65912_gpio->tps65912; tps65912_gpio_get() local
49 struct tps65912 *tps65912 = tps65912_gpio->tps65912; tps65912_gpio_set() local
63 struct tps65912 *tps65912 = tps65912_gpio->tps65912; tps65912_gpio_output() local
75 struct tps65912 *tps65912 = tps65912_gpio->tps65912; tps65912_gpio_input() local
95 struct tps65912 *tps65912 = dev_get_drvdata(pdev->dev.parent); tps65912_gpio_probe() local
/linux-4.1.27/drivers/regulator/
H A Dtps65912-regulator.c454 struct tps65912 *tps65912 = dev_get_drvdata(pdev->dev.parent); tps65912_probe() local
/linux-4.1.27/include/linux/mfd/
H A Dtps65912.h286 struct tps65912 { struct

Completed in 183 milliseconds