Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mfd/
A Datc260x-core.c232 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()
/linux-6.3-rc2/include/linux/mfd/atc260x/
A Dcore.h39 struct mutex *regmap_mutex; /* mutex for custom regmap locking */ member
/linux-6.3-rc2/drivers/media/dvb-frontends/
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()
570 mutex_init(&dev->regmap_mutex); in ts2020_probe()
/linux-6.3-rc2/drivers/net/dsa/microchip/
A Dksz9477_i2c.c29 rc.lock_arg = &dev->regmap_mutex; in ksz9477_i2c_probe()
A Dksz_spi.c68 rc.lock_arg = &dev->regmap_mutex; in ksz_spi_probe()
A Dksz8863_smi.c150 rc.lock_arg = &dev->regmap_mutex; in ksz8863_smi_probe()
A Dksz_common.h133 struct mutex regmap_mutex; /* regmap access */ member
A Dksz_common.c3290 mutex_init(&dev->regmap_mutex); in ksz_switch_register()

Completed in 19 milliseconds