Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/include/linux/
Dvexpress.h40 void (*regmap_exit)(struct regmap *regmap, void *context); member
Dregmap.h671 void regmap_exit(struct regmap *map);
/linux-4.4.14/drivers/misc/
Dvexpress-syscfg.c232 regmap_exit(regmap); in vexpress_syscfg_regmap_exit()
245 .regmap_exit = vexpress_syscfg_regmap_exit,
/linux-4.4.14/drivers/bus/
Dvexpress-config.c89 bridge->ops->regmap_exit(regmap, bridge->context); in vexpress_config_devres_release()
/linux-4.4.14/drivers/media/dvb-frontends/
Dts2020.c701 regmap_exit(dev->regmap); in ts2020_probe()
715 regmap_exit(dev->regmap); in ts2020_remove()
Drtl2830.c889 regmap_exit(dev->regmap); in rtl2830_probe()
904 regmap_exit(dev->regmap); in rtl2830_remove()
Drtl2832.c1289 regmap_exit(dev->regmap); in rtl2832_probe()
1307 regmap_exit(dev->regmap); in rtl2832_remove()
/linux-4.4.14/sound/hda/
Dhdac_regmap.c368 regmap_exit(codec->regmap); in snd_hdac_regmap_exit()
/linux-4.4.14/drivers/media/tuners/
Dit913x.c452 regmap_exit(dev->regmap); in it913x_remove()
/linux-4.4.14/drivers/base/regmap/
Dregmap.c920 regmap_exit(*(struct regmap **)res); in devm_regmap_release()
1077 void regmap_exit(struct regmap *map) in regmap_exit() function
1097 EXPORT_SYMBOL_GPL(regmap_exit);
/linux-4.4.14/drivers/mfd/
D88pm860x-core.c1212 regmap_exit(chip->regmap_companion); in pm860x_remove()
/linux-4.4.14/sound/soc/
Dsoc-core.c2731 regmap_exit(component->regmap); in snd_soc_component_exit_regmap()