Searched refs:tps6507x (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | tps6507x.c | 39 struct i2c_client *i2c = tps6507x->i2c_client; in tps6507x_i2c_read_device() 67 struct i2c_client *i2c = tps6507x->i2c_client; in tps6507x_i2c_write_device() 88 struct tps6507x_dev *tps6507x; in tps6507x_i2c_probe() local 90 tps6507x = devm_kzalloc(&i2c->dev, sizeof(struct tps6507x_dev), in tps6507x_i2c_probe() 92 if (tps6507x == NULL) in tps6507x_i2c_probe() 95 i2c_set_clientdata(i2c, tps6507x); in tps6507x_i2c_probe() 96 tps6507x->dev = &i2c->dev; in tps6507x_i2c_probe() 97 tps6507x->i2c_client = i2c; in tps6507x_i2c_probe() 98 tps6507x->read_dev = tps6507x_i2c_read_device; in tps6507x_i2c_probe() 99 tps6507x->write_dev = tps6507x_i2c_write_device; in tps6507x_i2c_probe() [all …]
|
H A D | Makefile | 93 obj-$(CONFIG_TPS6507X) += tps6507x.o
|
H A D | Kconfig | 1584 will be called tps6507x.
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | tps6507x.txt | 4 - compatible: "ti,tps6507x" 14 tps6507x: vdcdc1, vdcdc2, vdcdc3, vldo1, vldo2 22 tps6507x: 35 pmu: tps6507x@48 { 36 compatible = "ti,tps6507x";
|
/openbmc/linux/include/linux/mfd/ |
H A D | tps6507x.h | 159 int (*read_dev)(struct tps6507x_dev *tps6507x, char reg, int size, 161 int (*write_dev)(struct tps6507x_dev *tps6507x, char reg, int size,
|
/openbmc/linux/arch/arm/boot/dts/ |
H A D | tps6507x.dtsi | 12 compatible = "ti,tps6507x";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tps6507x.dtsi | 15 compatible = "ti,tps6507x";
|
H A D | da850-evm.dts | 326 /include/ "tps6507x.dtsi"
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | Makefile | 111 obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o
|
/openbmc/linux/arch/arm/boot/dts/ti/davinci/ |
H A D | da850-evm.dts | 336 /include/ "../../tps6507x.dtsi"
|
/openbmc/linux/drivers/regulator/ |
H A D | Makefile | 174 obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o
|