Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/regmap/
Dinternal.h226 static inline void regmap_debugfs_disable(struct regmap *map) in regmap_debugfs_disable() function
235 static inline void regmap_debugfs_disable(struct regmap *map) { } in regmap_debugfs_disable() function
Dregmap.c732 regmap_debugfs_disable(map); in __regmap_init()