Home
last modified time | relevance | path

Searched refs:bd718xx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/mfd/
Drohm-bd718x7.c94 static int bd718xx_init_press_duration(struct bd718xx *bd718xx) in bd718xx_init_press_duration() argument
96 struct device* dev = bd718xx->chip.dev; in bd718xx_init_press_duration()
105 ret = regmap_update_bits(bd718xx->chip.regmap, in bd718xx_init_press_duration()
119 ret = regmap_update_bits(bd718xx->chip.regmap, in bd718xx_init_press_duration()
135 struct bd718xx *bd718xx; in bd718xx_i2c_probe() local
146 bd718xx = devm_kzalloc(&i2c->dev, sizeof(struct bd718xx), GFP_KERNEL); in bd718xx_i2c_probe()
148 if (!bd718xx) in bd718xx_i2c_probe()
151 bd718xx->chip_irq = i2c->irq; in bd718xx_i2c_probe()
167 bd718xx->chip.dev = &i2c->dev; in bd718xx_i2c_probe()
168 dev_set_drvdata(&i2c->dev, bd718xx); in bd718xx_i2c_probe()
[all …]
/Linux-v5.10/include/linux/mfd/
Drohm-bd718x7.h313 struct bd718xx { struct
/Linux-v5.10/drivers/regulator/
Dbd718x7-regulator.c1352 struct bd718xx *mfd; in bd718xx_probe()