Home
last modified time | relevance | path

Searched refs:regmap_exit (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/staging/media/mn88473/
Dmn88473.c471 regmap_exit(dev->regmap[1]); in mn88473_probe()
475 regmap_exit(dev->regmap[0]); in mn88473_probe()
489 regmap_exit(dev->regmap[2]); in mn88473_remove()
492 regmap_exit(dev->regmap[1]); in mn88473_remove()
495 regmap_exit(dev->regmap[0]); in mn88473_remove()
/linux-4.1.27/drivers/staging/media/mn88472/
Dmn88472.c525 regmap_exit(dev->regmap[1]); in mn88472_probe()
529 regmap_exit(dev->regmap[0]); in mn88472_probe()
543 regmap_exit(dev->regmap[2]); in mn88472_remove()
546 regmap_exit(dev->regmap[1]); in mn88472_remove()
549 regmap_exit(dev->regmap[0]); in mn88472_remove()
/linux-4.1.27/include/linux/
Dvexpress.h40 void (*regmap_exit)(struct regmap *regmap, void *context); member
Dregmap.h402 void regmap_exit(struct regmap *map);
/linux-4.1.27/drivers/misc/
Dvexpress-syscfg.c232 regmap_exit(regmap); in vexpress_syscfg_regmap_exit()
245 .regmap_exit = vexpress_syscfg_regmap_exit,
/linux-4.1.27/drivers/bus/
Dvexpress-config.c89 bridge->ops->regmap_exit(regmap, bridge->context); in vexpress_config_devres_release()
/linux-4.1.27/sound/hda/
Dhdac_regmap.c358 regmap_exit(codec->regmap); in snd_hdac_regmap_exit()
/linux-4.1.27/drivers/media/dvb-frontends/
Drtl2830.c889 regmap_exit(dev->regmap); in rtl2830_probe()
904 regmap_exit(dev->regmap); in rtl2830_remove()
Drtl2832.c1281 regmap_exit(dev->regmap); in rtl2832_probe()
1299 regmap_exit(dev->regmap); in rtl2832_remove()
/linux-4.1.27/drivers/media/tuners/
Dit913x.c452 regmap_exit(dev->regmap); in it913x_remove()
/linux-4.1.27/drivers/base/regmap/
Dregmap.c906 regmap_exit(*(struct regmap **)res); in devm_regmap_release()
1073 void regmap_exit(struct regmap *map) in regmap_exit() function
1093 EXPORT_SYMBOL_GPL(regmap_exit);
/linux-4.1.27/drivers/mfd/
D88pm860x-core.c1216 regmap_exit(chip->regmap_companion); in pm860x_remove()
/linux-4.1.27/sound/soc/
Dsoc-core.c2735 regmap_exit(component->regmap); in snd_soc_component_exit_regmap()