Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dcxd2820r_core.c695 regmap_exit(priv->regmap[1]); in cxd2820r_probe()
699 regmap_exit(priv->regmap[0]); in cxd2820r_probe()
717 regmap_exit(priv->regmap[1]); in cxd2820r_remove()
720 regmap_exit(priv->regmap[0]); in cxd2820r_remove()
H A Dcxd2099.c658 regmap_exit(ci->regmap); in cxd2099_probe()
670 regmap_exit(ci->regmap); in cxd2099_remove()
H A Drtl2830.c859 regmap_exit(dev->regmap); in rtl2830_probe()
874 regmap_exit(dev->regmap); in rtl2830_remove()
H A Drtl2832.c1104 regmap_exit(dev->regmap); in rtl2832_probe()
1122 regmap_exit(dev->regmap); in rtl2832_remove()
H A Daf9033.c1157 regmap_exit(dev->regmap); in af9033_probe()
1171 regmap_exit(dev->regmap); in af9033_remove()
/linux/drivers/leds/blink/
H A Dleds-lgm-sso.c821 regmap_exit(priv->mmap); in intel_sso_led_probe()
834 regmap_exit(priv->mmap); in intel_sso_led_probe()
854 regmap_exit(priv->mmap); in intel_sso_led_remove()
/linux/drivers/mfd/
H A Dsyscon.c162 regmap_exit(regmap); in of_syscon_register()
/linux/drivers/media/i2c/
H A Dvideo-i2c.c745 regmap_exit(data->regmap); in video_i2c_release()
875 regmap_exit(data->regmap); in video_i2c_probe()
/linux/sound/hda/core/
H A Dregmap.c394 regmap_exit(codec->regmap); in snd_hdac_regmap_exit()
/linux/drivers/input/touchscreen/
H A Dedt-ft5x06.c889 regmap_exit(tsdata->regmap); in edt_ft5x06_ts_identify()
1125 regmap_exit(data->regmap); in edt_ft5x06_exit_regmap()
/linux/drivers/base/regmap/
H A Dregmap.c1184 regmap_exit(*(struct regmap **)res); in devm_regmap_release()
1452 * regmap_exit() - Free a previously allocated register map
1456 void regmap_exit(struct regmap *map) in regmap_exit() function
1486 EXPORT_SYMBOL_GPL(regmap_exit);
H A Dregmap-kunit.c14 KUNIT_DEFINE_ACTION_WRAPPER(regmap_exit_action, regmap_exit, struct regmap *);
211 /* This calls regmap_exit() on failure, which frees buf and *data */ in gen_regmap()
1691 /* This calls regmap_exit() on failure, which frees buf and *data */ in gen_raw_regmap()
/linux/sound/soc/codecs/
H A Dwcd939x-sdw.c1499 regmap_exit(wcd->regmap); in wcd9390_remove()
/linux/sound/soc/
H A Dsoc-component.c462 * Calls regmap_exit() on the regmap instance associated to the component and
470 regmap_exit(component->regmap); in snd_soc_component_exit_regmap()
/linux/include/linux/
H A Dregmap.h1277 void regmap_exit(struct regmap *map);
/linux/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c1402 regmap_exit(state->regmap); in af9015_disconnect()