Lines Matching defs:ctx
25 static link_config_ctx *ctx = NULL;
38 r = link_get_driver(ctx, dev, &driver);
42 r = link_config_get(ctx, dev, &link);
53 r = link_config_apply(ctx, link, dev, &name);
70 if (ctx)
73 r = link_config_ctx_new(&ctx);
77 r = link_config_load(ctx);
86 link_config_ctx_free(ctx);
87 ctx = NULL;
93 if (!ctx)
96 return link_config_should_reload(ctx);