Home
last modified time | relevance | path

Searched refs:tps65218 (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-tps65218.c19 struct tps65218 *tps65218; member
26 struct tps65218 *tps65218 = tps65218_gpio->tps65218; in tps65218_gpio_get() local
30 ret = regmap_read(tps65218->regmap, TPS65218_REG_ENABLE2, &val); in tps65218_gpio_get()
41 struct tps65218 *tps65218 = tps65218_gpio->tps65218; in tps65218_gpio_set() local
44 tps65218_set_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set()
49 tps65218_clear_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set()
70 struct tps65218 *tps65218 = tps65218_gpio->tps65218; in tps65218_gpio_request() local
86 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7, in tps65218_gpio_request()
93 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request()
102 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request()
[all …]
H A DMakefile171 obj-$(CONFIG_GPIO_TPS65218) += gpio-tps65218.o
/linux/drivers/mfd/
H A Dtps65218.c47 int tps65218_reg_write(struct tps65218 *tps, unsigned int reg, in tps65218_reg_write()
79 static int tps65218_update_bits(struct tps65218 *tps, unsigned int reg, in tps65218_update_bits()
103 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg, in tps65218_set_bits()
110 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg, in tps65218_clear_bits()
205 static int tps65218_voltage_set_strict(struct tps65218 *tps) in tps65218_voltage_set_strict()
227 static int tps65218_voltage_set_uv_hyst(struct tps65218 *tps) in tps65218_voltage_set_uv_hyst()
248 static int tps65218_voltage_set_uvlo(struct tps65218 *tps) in tps65218_voltage_set_uvlo()
284 struct tps65218 *tps; in tps65218_probe()
H A DMakefile101 obj-$(CONFIG_MFD_TPS65218) += tps65218.o
H A DKconfig1697 will be called tps65218.
/linux/drivers/regulator/
H A Dtps65218-regulator.c70 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_voltage_sel()
93 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_enable()
107 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_disable()
120 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_suspend_enable()
133 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_suspend_disable()
193 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_input_current_lim()
211 struct tps65218 *tps = rdev_get_drvdata(dev); in tps65218_pmic_set_current_limit()
306 struct tps65218 *tps = dev_get_drvdata(pdev->dev.parent); in tps65218_regulator_probe()
H A DMakefile183 obj-$(CONFIG_REGULATOR_TPS65218) += tps65218-regulator.o
/linux/Documentation/devicetree/bindings/input/
H A Dtps65218-pwrbutton.txt9 - compatible: should be "ti,tps65217-pwrbutton" or "ti,tps65218-pwrbutton"
14 - <3 IRQ_TYPE_EDGE_BOTH>: For controllers compatible with tps65218
27 compatible = "ti,tps65218-pwrbutton";
/linux/Documentation/devicetree/bindings/regulator/
H A Dtps65218.txt4 - compatible: "ti,tps65218"
20 tps65218: tps65218@24 {
22 compatible = "ti,tps65218";
/linux/include/linux/mfd/
H A Dtps65218.h251 struct tps65218 { struct
266 int tps65218_reg_write(struct tps65218 *tps, unsigned int reg, argument
268 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg,
270 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg,
/linux/arch/arm/boot/dts/ti/omap/
H A Dam437x-cm-t43.dts200 tps65218: tps65218@24 { label
201 compatible = "ti,tps65218";
H A Dam437x-sk-evm.dts490 compatible = "ti,tps65218";
535 compatible = "ti,tps65218-dcdc5";
547 compatible = "ti,tps65218-dcdc6";
567 compatible = "ti,tps65218-pwrbutton";
H A Dam43x-epos-evm.dts587 tps65218: tps65218@24 { label
589 compatible = "ti,tps65218";
H A Dam437x-gp-evm.dts631 tps65218: tps65218@24 { label
633 compatible = "ti,tps65218";
/linux/drivers/input/misc/
H A DMakefile84 obj-$(CONFIG_INPUT_TPS65218_PWRBUTTON) += tps65218-pwrbutton.o
H A DKconfig497 be called tps65218-pwrbutton.
/linux/
H A DMAINTAINERS16972 F: drivers/mfd/tps65218.c
16982 F: drivers/regulator/tps65218-regulator.c