Home
last modified time | relevance | path

Searched refs:regmap_debugfs_disable (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dinternal.h239 static inline void regmap_debugfs_disable(struct regmap *map) in regmap_debugfs_disable() function
248 static inline void regmap_debugfs_disable(struct regmap *map) { } in regmap_debugfs_disable() function
H A Dregmap.c694 regmap_debugfs_disable(map); in __regmap_init()