Searched refs:kmod_ctx (Results 1 – 1 of 1) sorted by relevance
24 static struct kmod_ctx *kmod_ctx; variable33 kmod_ctx = kmod_new(NULL, NULL); in show_kernel_init()34 if (!kmod_ctx) in show_kernel_init()41 if ((err = kmod_load_resources(kmod_ctx)) < 0) in show_kernel_init()58 if (kmod_ctx) in show_kernel_cleanup()59 kmod_unref(kmod_ctx); in show_kernel_cleanup()78 int err = kmod_module_new_from_lookup(kmod_ctx, d->dev->module_alias, &klist); in next_module()