Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscon/
H A Dsyscon.c69 static int syscon_method_uninit(struct syscon *syscon);
88 SYSCONMETHOD(syscon_uninit, syscon_method_uninit),
114 syscon_method_uninit(struct syscon *syscon) in syscon_method_uninit() function