Home
last modified time | relevance | path

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

/drivers/mfd/
Datc260x-core.c234 atc260x->regmap_mutex = devm_kzalloc(dev, sizeof(*atc260x->regmap_mutex), in atc260x_match_device()
236 if (!atc260x->regmap_mutex) in atc260x_match_device()
239 mutex_init(atc260x->regmap_mutex); in atc260x_match_device()
243 regmap_cfg->lock_arg = atc260x->regmap_mutex; in atc260x_match_device()
/drivers/media/dvb-frontends/
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()
571 mutex_init(&dev->regmap_mutex); in ts2020_probe()
/drivers/net/dsa/microchip/
Dksz9477_i2c.c30 rc.lock_arg = &dev->regmap_mutex; in ksz9477_i2c_probe()
Dksz_spi.c68 rc.lock_arg = &dev->regmap_mutex; in ksz_spi_probe()
Dksz8863_smi.c141 rc.lock_arg = &dev->regmap_mutex; in ksz8863_smi_probe()
Dksz_common.h112 struct mutex regmap_mutex; /* regmap access */ member
Dksz_common.c2919 mutex_init(&dev->regmap_mutex); in ksz_switch_register()