Home
last modified time | relevance | path

Searched refs:regmap_lock (Results 1 – 7 of 7) sorted by relevance

/linux/sound/hda/core/
H A Dregmap.c428 guard(mutex)(&codec->regmap_lock); in reg_raw_write()
465 guard(mutex)(&codec->regmap_lock); in reg_raw_read()
510 guard(mutex)(&codec->regmap_lock); in reg_raw_update()
553 guard(mutex)(&codec->regmap_lock); in reg_raw_update_once()
584 guard(mutex)(&codec->regmap_lock); in snd_hdac_regmap_sync()
H A Ddevice.c61 mutex_init(&codec->regmap_lock); in snd_hdac_device_init()
/linux/sound/soc/sdca/
H A Dsdca_class.h30 struct mutex regmap_lock; member
H A Dsdca_class.c207 mutex_init(&drv->regmap_lock); in class_sdw_probe()
215 dev_config->lock_arg = &drv->regmap_lock; in class_sdw_probe()
H A Dsdca_class_function.c358 config->lock_arg = &core->regmap_lock; in class_function_probe()
/linux/include/linux/
H A Dregmap.h256 typedef void (*regmap_lock)(void *); typedef
442 regmap_lock lock;
/linux/include/sound/
H A Dhdaudio.h93 struct mutex regmap_lock; member