Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dbase.h174 extern int devtmpfs_init(void);
176 static inline int devtmpfs_init(void) { return 0; } in devtmpfs_init() function
H A Dinit.c23 devtmpfs_init(); in driver_init()
H A Ddevtmpfs.c449 int __init devtmpfs_init(void) in devtmpfs_init() function