Home
last modified time | relevance | path

Searched refs:regmap_lock (Results 1 – 4 of 4) 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()
/linux/sound/soc/sdca/
H A Dsdca_class.c159 mutex_init(&drv->regmap_lock); in class_sdw_probe()
166 dev_config->lock_arg = &drv->regmap_lock; in class_sdw_probe()
H A Dsdca_class_function.c354 config->lock_arg = &core->regmap_lock; in class_function_probe()
/linux/include/sound/
H A Dhdaudio.h94 struct mutex regmap_lock; member