Home
last modified time | relevance | path

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

/linux/drivers/base/regmap/
H A Dinternal.h237 extern void regmap_debugfs_initcall(void);
247 static inline void regmap_debugfs_initcall(void) { } in regmap_debugfs_initcall() function
H A Dregmap.c3518 regmap_debugfs_initcall(); in regmap_initcall()