Lines Matching refs:syscon
31 INTERFACE syscon;
34 struct syscon;
35 int syscon_get_handle_default(device_t dev, struct syscon **syscon);
43 syscon_get_handle_default(device_t dev, struct syscon **syscon)
50 return (SYSCON_GET_HANDLE(parent, syscon));
69 struct syscon *syscon;
73 struct syscon *syscon;
77 * Accessor functions for syscon register space
80 struct syscon *syscon;
85 struct syscon *syscon;
91 struct syscon *syscon;
101 struct syscon *syscon;
106 struct syscon *syscon;
112 struct syscon *syscon;
130 * Get syscon handle from parent driver
134 struct syscon **syscon;