Home
last modified time | relevance | path

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

/linux/sound/hda/
H A Dhdac_regmap.c430 mutex_lock(&codec->regmap_lock); in reg_raw_write()
435 mutex_unlock(&codec->regmap_lock); in reg_raw_write()
471 mutex_lock(&codec->regmap_lock); in reg_raw_read()
476 mutex_unlock(&codec->regmap_lock); in reg_raw_read()
518 mutex_lock(&codec->regmap_lock); in reg_raw_update()
536 mutex_unlock(&codec->regmap_lock); in reg_raw_update()
564 mutex_lock(&codec->regmap_lock); in reg_raw_update_once()
568 mutex_unlock(&codec->regmap_lock); in reg_raw_update_once()
596 mutex_lock(&codec->regmap_lock); in snd_hdac_regmap_sync()
599 mutex_unlock(&codec->regmap_lock); in snd_hdac_regmap_sync()
H A Dhdac_device.c61 mutex_init(&codec->regmap_lock); in snd_hdac_device_init()
/linux/include/linux/
H A Dregmap.h251 typedef void (*regmap_lock)(void *); typedef
433 regmap_lock lock;