Searched refs:regmap_mutex (Results 1 – 9 of 9) sorted by relevance
234 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()
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()571 mutex_init(&dev->regmap_mutex); in ts2020_probe()
39 struct mutex *regmap_mutex; /* mutex for custom regmap locking */ member
30 rc.lock_arg = &dev->regmap_mutex; in ksz9477_i2c_probe()
37 rc.lock_arg = &dev->regmap_mutex; in ksz9477_spi_probe()
59 rc.lock_arg = &dev->regmap_mutex; in ksz8795_spi_probe()
161 rc.lock_arg = &dev->regmap_mutex; in ksz8863_smi_probe()
50 struct mutex regmap_mutex; /* regmap access */ member
398 mutex_init(&dev->regmap_mutex); in ksz_switch_register()
Completed in 20 milliseconds