Searched defs:tps65912 (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/drivers/mfd/ |
H A D | tps65912-core.c | 29 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 D | tps65912-i2c.c | 25 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 D | tps65912-spi.c | 25 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 D | Makefile | |
H A D | tps65912-irq.c | 25 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 D | gpio-tps65912.c | 25 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 D | tps65912-regulator.c | 454 struct tps65912 *tps65912 = dev_get_drvdata(pdev->dev.parent); tps65912_probe() local
|
/linux-4.1.27/include/linux/mfd/ |
H A D | tps65912.h | 286 struct tps65912 { struct
|
Completed in 183 milliseconds