Lines Matching refs:stmpe
3 * ST Microelectronics MFD: stmpe's i2c client specific driver
18 #include "stmpe.h"
20 static int i2c_reg_read(struct stmpe *stmpe, u8 reg)
22 struct i2c_client *i2c = stmpe->client;
27 static int i2c_reg_write(struct stmpe *stmpe, u8 reg, u8 val)
29 struct i2c_client *i2c = stmpe->client;
34 static int i2c_block_read(struct stmpe *stmpe, u8 reg, u8 length, u8 *values)
36 struct i2c_client *i2c = stmpe->client;
41 static int i2c_block_write(struct stmpe *stmpe, u8 reg, u8 length,
44 struct i2c_client *i2c = stmpe->client;
97 struct stmpe *stmpe = dev_get_drvdata(&i2c->dev);
99 stmpe_remove(stmpe);
117 .name = "stmpe-i2c",