Lines Matching +full:sys +full:- +full:syscon
1 #-
30 INTERFACE syscon;
33 struct syscon;
34 int syscon_get_handle_default(device_t dev, struct syscon **syscon);
38 #include <sys/systm.h>
39 #include <sys/bus.h>
42 syscon_get_handle_default(device_t dev, struct syscon **syscon)
49 return (SYSCON_GET_HANDLE(parent, syscon));
68 struct syscon *syscon;
72 struct syscon *syscon;
76 * Accessor functions for syscon register space
79 struct syscon *syscon;
84 struct syscon *syscon;
90 struct syscon *syscon;
100 struct syscon *syscon;
105 struct syscon *syscon;
111 struct syscon *syscon;
129 * Get syscon handle from parent driver
133 struct syscon **syscon;