Searched refs:bd718xx (Results 1 – 3 of 3) sorted by relevance
94 static int bd718xx_init_press_duration(struct bd718xx *bd718xx) in bd718xx_init_press_duration() argument96 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() local146 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 …]
313 struct bd718xx { struct
1352 struct bd718xx *mfd; in bd718xx_probe()