Searched refs:regmap_mutex (Results 1 – 8 of 8) sorted by relevance
232 atc260x->regmap_mutex = devm_kzalloc(dev, sizeof(*atc260x->regmap_mutex), in atc260x_match_device()234 if (!atc260x->regmap_mutex) in atc260x_match_device()237 mutex_init(atc260x->regmap_mutex); in atc260x_match_device()241 regmap_cfg->lock_arg = atc260x->regmap_mutex; in atc260x_match_device()
39 struct mutex *regmap_mutex; /* mutex for custom regmap locking */ member
20 struct mutex regmap_mutex; member539 mutex_lock(&dev->regmap_mutex); in ts2020_regmap_lock()550 mutex_unlock(&dev->regmap_mutex); in ts2020_regmap_unlock()570 mutex_init(&dev->regmap_mutex); in ts2020_probe()
29 rc.lock_arg = &dev->regmap_mutex; in ksz9477_i2c_probe()
68 rc.lock_arg = &dev->regmap_mutex; in ksz_spi_probe()
150 rc.lock_arg = &dev->regmap_mutex; in ksz8863_smi_probe()
133 struct mutex regmap_mutex; /* regmap access */ member
3290 mutex_init(&dev->regmap_mutex); in ksz_switch_register()
Completed in 17 milliseconds