Home
last modified time | relevance | path

Searched refs:regmap_register_patch (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/drivers/input/misc/
Ddrv260x.c380 error = regmap_register_patch(haptics->regmap, in drv260x_init()
393 error = regmap_register_patch(haptics->regmap, in drv260x_init()
416 error = regmap_register_patch(haptics->regmap, in drv260x_init()
Ddrv2667.c292 error = regmap_register_patch(haptics->regmap, in drv2667_init()
313 error = regmap_register_patch(haptics->regmap, in drv2667_init()
Ddrv2665.c144 error = regmap_register_patch(haptics->regmap, in drv2665_init()
/linux-4.4.14/drivers/mfd/
Dwm5110-tables.c267 return regmap_register_patch(arizona->regmap, in wm5110_patch()
271 return regmap_register_patch(arizona->regmap, in wm5110_patch()
275 return regmap_register_patch(arizona->regmap, in wm5110_patch()
279 return regmap_register_patch(arizona->regmap, in wm5110_patch()
Dwm8994-core.c533 ret = regmap_register_patch(wm8994->regmap, regmap_patch, in wm8994_device_init()
Dwm8998-tables.c48 return regmap_register_patch(arizona->regmap, in wm8998_patch()
Dwm8997-tables.c35 return regmap_register_patch(arizona->regmap, in wm8997_patch()
Dtwl6040.c677 regmap_register_patch(twl6040->regmap, twl6040_patch, in twl6040_probe()
/linux-4.4.14/include/linux/
Dregmap.h726 int regmap_register_patch(struct regmap *map, const struct reg_sequence *regs,
1023 static inline int regmap_register_patch(struct regmap *map, in regmap_register_patch() function
/linux-4.4.14/sound/soc/codecs/
Dda7210.c1229 ret = regmap_register_patch(da7210->regmap, da7210_regmap_i2c_patch, in da7210_i2c_probe()
1322 ret = regmap_register_patch(da7210->regmap, da7210_regmap_spi_patch, in da7210_spi_probe()
Dcs35l32.c435 ret = regmap_register_patch(cs35l32->regmap, cs35l32_monitor_patch, in cs35l32_i2c_probe()
Dcs42l52.c1164 ret = regmap_register_patch(cs42l52->regmap, cs42l52_threshold_patch, in cs42l52_i2c_probe()
Drt5645.c3526 ret = regmap_register_patch(rt5645->regmap, init_list, in rt5645_i2c_probe()
3532 ret = regmap_register_patch(rt5645->regmap, rt5650_init_list, in rt5645_i2c_probe()
Dtlv320aic3x.c1799 ret = regmap_register_patch(aic3x->regmap, aic3007_class_d, in aic3x_i2c_probe()
Dwm8993.c1680 ret = regmap_register_patch(wm8993->regmap, wm8993_regmap_patch, in wm8993_i2c_probe()
Drt5651.c1778 ret = regmap_register_patch(rt5651->regmap, init_list, in rt5651_i2c_probe()
Drt5640.c2266 ret = regmap_register_patch(rt5640->regmap, init_list, in rt5640_i2c_probe()
Dwm2200.c2314 ret = regmap_register_patch(wm2200->regmap, wm2200_reva_patch, in wm2200_i2c_probe()
Drt5670.c2884 ret = regmap_register_patch(rt5670->regmap, init_list, in rt5670_i2c_probe()
Dwm5100.c2529 ret = regmap_register_patch(wm5100->regmap, in wm5100_i2c_probe()
Dwm8962.c3717 ret = regmap_register_patch(wm8962->regmap, in wm8962_i2c_probe()
Drt5677.c5204 ret = regmap_register_patch(rt5677->regmap, init_list, in rt5677_i2c_probe()
/linux-4.4.14/drivers/gpu/drm/i2c/
Dadv7511.c900 ret = regmap_register_patch(adv7511->regmap, adv7511_fixed_registers, in adv7511_probe()
/linux-4.4.14/drivers/base/regmap/
Dregmap.c2772 int regmap_register_patch(struct regmap *map, const struct reg_sequence *regs, in regmap_register_patch() function
2812 EXPORT_SYMBOL_GPL(regmap_register_patch);