Searched refs:kobj_method (Results 1 – 3 of 3) sorted by relevance
39 typedef const struct kobj_method kobj_method_t;45 struct kobj_method { struct
89 static const struct kobj_method null_method = {
4717 kobj_method_t *kobj_method; in iflib_device_register() local4858 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register()4860 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register()4867 kobj_method = kobj_lookup_method(((kobj_t)ctx)->ops->cls, NULL, in iflib_device_register()4869 if (kobj_method == &kobj_desc->deflt) { in iflib_device_register()