tps6507x_dev 44 drivers/input/touchscreen/tps6507x-ts.c struct tps6507x_dev *mfd; tps6507x_dev 204 drivers/input/touchscreen/tps6507x-ts.c struct tps6507x_dev *tps6507x_dev = dev_get_drvdata(pdev->dev.parent); tps6507x_dev 216 drivers/input/touchscreen/tps6507x-ts.c tps_board = dev_get_platdata(tps6507x_dev->dev); tps6507x_dev 218 drivers/input/touchscreen/tps6507x-ts.c dev_err(tps6507x_dev->dev, tps6507x_dev 231 drivers/input/touchscreen/tps6507x-ts.c dev_err(tps6507x_dev->dev, "failed to allocate driver data\n"); tps6507x_dev 235 drivers/input/touchscreen/tps6507x-ts.c tsc->mfd = tps6507x_dev; tps6507x_dev 236 drivers/input/touchscreen/tps6507x-ts.c tsc->dev = tps6507x_dev->dev; tps6507x_dev 37 drivers/mfd/tps6507x.c static int tps6507x_i2c_read_device(struct tps6507x_dev *tps6507x, char reg, tps6507x_dev 65 drivers/mfd/tps6507x.c static int tps6507x_i2c_write_device(struct tps6507x_dev *tps6507x, char reg, tps6507x_dev 90 drivers/mfd/tps6507x.c struct tps6507x_dev *tps6507x; tps6507x_dev 92 drivers/mfd/tps6507x.c tps6507x = devm_kzalloc(&i2c->dev, sizeof(struct tps6507x_dev), tps6507x_dev 117 drivers/regulator/tps6507x-regulator.c struct tps6507x_dev *mfd; tps6507x_dev 379 drivers/regulator/tps6507x-regulator.c struct tps6507x_dev *tps6507x_dev = dev_get_drvdata(pdev->dev.parent); tps6507x_dev 393 drivers/regulator/tps6507x-regulator.c tps_board = dev_get_platdata(tps6507x_dev->dev); tps6507x_dev 404 drivers/regulator/tps6507x-regulator.c tps->mfd = tps6507x_dev; tps6507x_dev 426 drivers/regulator/tps6507x-regulator.c config.dev = tps6507x_dev->dev; tps6507x_dev 433 drivers/regulator/tps6507x-regulator.c dev_err(tps6507x_dev->dev, tps6507x_dev 440 drivers/regulator/tps6507x-regulator.c tps6507x_dev->pmic = tps; tps6507x_dev 441 drivers/regulator/tps6507x-regulator.c platform_set_drvdata(pdev, tps6507x_dev); tps6507x_dev 159 include/linux/mfd/tps6507x.h int (*read_dev)(struct tps6507x_dev *tps6507x, char reg, int size, tps6507x_dev 161 include/linux/mfd/tps6507x.h int (*write_dev)(struct tps6507x_dev *tps6507x, char reg, int size,