Searched refs:kobj_method_t (Results 1 – 4 of 4) sorted by relevance
42 typedef const struct kobj_method kobj_method_t; typedef61 kobj_method_t *methods; /* method table */ \88 kobj_method_t *cache[KOBJ_CACHE_SIZE];94 kobj_method_t deflt; /* default implementation */230 kobj_method_t **_cep = \232 kobj_method_t *_ce = *_cep; \244 kobj_method_t **_cep = \246 kobj_method_t *_ce = *_cep; \254 kobj_method_t* kobj_lookup_method(kobj_class_t cls,255 kobj_method_t **cep,
123 #define device_method_t kobj_method_t
84 kobj_method_t *m = NULL; in kobj_class_compile_common()155 static kobj_method_t*158 kobj_method_t *methods = cls->methods; in kobj_lookup_method_class()159 kobj_method_t *ce; in kobj_lookup_method_class()170 static kobj_method_t*174 kobj_method_t *ce = NULL; in kobj_lookup_method_mi()193 kobj_method_t*195 kobj_method_t **cep, in kobj_lookup_method()198 kobj_method_t *ce; in kobj_lookup_method()
161 static kobj_method_t null_methods[] = {2746 static kobj_method_t root_methods[] = {