Lines Matching defs:ssd130x
14 #include "ssd130x.h"
16 #define DRIVER_NAME "ssd130x-i2c"
26 struct ssd130x_device *ssd130x;
33 ssd130x = ssd130x_probe(&client->dev, regmap);
34 if (IS_ERR(ssd130x))
35 return PTR_ERR(ssd130x);
37 i2c_set_clientdata(client, ssd130x);
44 struct ssd130x_device *ssd130x = i2c_get_clientdata(client);
46 ssd130x_remove(ssd130x);
51 struct ssd130x_device *ssd130x = i2c_get_clientdata(client);
53 ssd130x_shutdown(ssd130x);