Home
last modified time | relevance | path

Searched refs:tps65090_read (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/mfd/
Dtps65090.c99 int tps65090_read(struct device *dev, int reg, uint8_t *val) in tps65090_read() function
109 EXPORT_SYMBOL_GPL(tps65090_read);
168 ret = tps65090_read(tps65090->dev, TPS65090_INT_MSK + i, &mask); in tps65090_irq()
175 ret = tps65090_read(tps65090->dev, TPS65090_INT_STS + i, in tps65090_irq()
/linux-3.4.99/include/linux/mfd/
Dtps65090.h42 extern int tps65090_read(struct device *dev, int reg, uint8_t *val);