Searched refs:regmap_mutex (Results 1 – 6 of 6) sorted by relevance
231 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()
39 struct mutex *regmap_mutex; /* mutex for custom regmap locking */ member
37 rc.lock_arg = &dev->regmap_mutex; in ksz9477_i2c_probe()
153 rc.lock_arg = &dev->regmap_mutex; in ksz8863_smi_probe()
166 struct mutex regmap_mutex; /* regmap access */ member
5363 mutex_init(&dev->regmap_mutex); in ksz_switch_register()