Home
last modified time | relevance | path

Searched refs:tps65218 (Results 1 – 8 of 8) 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 return tps65218_set_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set()
49 return tps65218_clear_bits(tps65218, TPS65218_REG_ENABLE2, in tps65218_gpio_set()
64 struct tps65218 *tps65218 = tps65218_gpio->tps65218; in tps65218_gpio_request() local
80 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7, in tps65218_gpio_request()
87 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request()
96 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1, in tps65218_gpio_request()
[all …]
/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()
/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()
/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-gp-evm.dts631 tps65218: tps65218@24 { label
633 compatible = "ti,tps65218";
/linux/
H A DMAINTAINERS19215 F: drivers/mfd/tps65218.c
19225 F: drivers/regulator/tps65218-regulator.c