Home
last modified time | relevance | path

Searched refs:regmap_mutex (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mfd/
H A Datc260x-core.c231 atc260x->regmap_mutex = devm_kzalloc(dev, sizeof(*atc260x->regmap_mutex), in atc260x_match_device()
233 if (!atc260x->regmap_mutex) in atc260x_match_device()
236 mutex_init(atc260x->regmap_mutex); in atc260x_match_device()
240 regmap_cfg->lock_arg = atc260x->regmap_mutex; in atc260x_match_device()
/linux/include/linux/mfd/atc260x/
H A Dcore.h39 struct mutex *regmap_mutex; /* mutex for custom regmap locking */ member
/linux/drivers/media/dvb-frontends/
H A Dts2020.c20 struct mutex regmap_mutex; member
539 mutex_lock(&dev->regmap_mutex); in ts2020_regmap_lock()
550 mutex_unlock(&dev->regmap_mutex); in ts2020_regmap_unlock()
576 mutex_init(&dev->regmap_mutex); in ts2020_probe()
/linux/drivers/net/dsa/microchip/
H A Dksz8863_smi.c153 rc.lock_arg = &dev->regmap_mutex; in ksz8863_smi_probe()
H A Dksz_common.c5021 mutex_init(&dev->regmap_mutex); in ksz_switch_register()