Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/drivers/net/dsa/microchip/
Dksz9477_i2c.c30 rc.lock_arg = &dev->regmap_mutex; in ksz9477_i2c_probe()
Dksz9477_spi.c37 rc.lock_arg = &dev->regmap_mutex; in ksz9477_spi_probe()
Dksz8795_spi.c38 rc.lock_arg = &dev->regmap_mutex; in ksz8795_spi_probe()
Dksz_common.h50 struct mutex regmap_mutex; /* regmap access */ member
Dksz_common.c439 mutex_init(&dev->regmap_mutex); in ksz_switch_register()