Home
last modified time | relevance | path

Searched refs:regmap_lock_mutex (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Datc260x-core.c26 static void regmap_lock_mutex(void *__mutex) in regmap_lock_mutex() function
238 regmap_cfg->lock = regmap_lock_mutex, in atc260x_match_device()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dencx24j600-regmap.c46 static void regmap_lock_mutex(void *context) in regmap_lock_mutex() function
473 .lock = regmap_lock_mutex,
/openbmc/linux/drivers/base/regmap/
H A Dregmap.c442 static void regmap_lock_mutex(void *__map) in regmap_lock_mutex() function
741 map->lock = regmap_lock_mutex; in __regmap_init()
1461 if (map->lock == regmap_lock_mutex) in regmap_exit()