Lines Matching refs:handle
90 int (*early_init)(void *handle);
92 int (*late_init)(void *handle);
94 int (*sw_init)(void *handle);
96 int (*sw_fini)(void *handle);
98 int (*hw_init)(void *handle);
100 int (*hw_fini)(void *handle);
102 int (*suspend)(void *handle);
104 int (*resume)(void *handle);
106 bool (*is_idle)(void *handle);
108 int (*wait_for_idle)(void *handle);
110 int (*soft_reset)(void *handle);
112 void (*print_status)(void *handle);
114 int (*set_clockgating_state)(void *handle,
117 int (*set_powergating_state)(void *handle,