Symbol: tps6507x_dev
drivers/input/touchscreen/tps6507x-ts.c
200
struct tps6507x_dev *tps6507x_dev = dev_get_drvdata(pdev->dev.parent);
drivers/input/touchscreen/tps6507x-ts.c
211
tps_board = dev_get_platdata(tps6507x_dev->dev);
drivers/input/touchscreen/tps6507x-ts.c
213
dev_err(tps6507x_dev->dev,
drivers/input/touchscreen/tps6507x-ts.c
226
dev_err(tps6507x_dev->dev, "failed to allocate driver data\n");
drivers/input/touchscreen/tps6507x-ts.c
230
tsc->mfd = tps6507x_dev;
drivers/input/touchscreen/tps6507x-ts.c
231
tsc->dev = tps6507x_dev->dev;
drivers/input/touchscreen/tps6507x-ts.c
43
struct tps6507x_dev *mfd;
drivers/mfd/tps6507x.c
36
static int tps6507x_i2c_read_device(struct tps6507x_dev *tps6507x, char reg,
drivers/mfd/tps6507x.c
64
static int tps6507x_i2c_write_device(struct tps6507x_dev *tps6507x, char reg,
drivers/mfd/tps6507x.c
88
struct tps6507x_dev *tps6507x;
drivers/mfd/tps6507x.c
90
tps6507x = devm_kzalloc(&i2c->dev, sizeof(struct tps6507x_dev),
drivers/regulator/tps6507x-regulator.c
109
struct tps6507x_dev *mfd;
drivers/regulator/tps6507x-regulator.c
371
struct tps6507x_dev *tps6507x_dev = dev_get_drvdata(pdev->dev.parent);
drivers/regulator/tps6507x-regulator.c
385
tps_board = dev_get_platdata(tps6507x_dev->dev);
drivers/regulator/tps6507x-regulator.c
396
tps->mfd = tps6507x_dev;
drivers/regulator/tps6507x-regulator.c
418
config.dev = tps6507x_dev->dev;
drivers/regulator/tps6507x-regulator.c
425
dev_err(tps6507x_dev->dev,
drivers/regulator/tps6507x-regulator.c
432
tps6507x_dev->pmic = tps;
drivers/regulator/tps6507x-regulator.c
433
platform_set_drvdata(pdev, tps6507x_dev);
include/linux/mfd/tps6507x.h
159
int (*read_dev)(struct tps6507x_dev *tps6507x, char reg, int size,
include/linux/mfd/tps6507x.h
161
int (*write_dev)(struct tps6507x_dev *tps6507x, char reg, int size,