Lines Matching defs:context
344 dev_dbg(dev, "%s: failed to initialize context\n", __func__);
939 * Should be called from user context where sleeping is allowed.
1148 void *context;
1149 void (*cont)(const struct firmware *fw, void *context);
1162 fw_work->cont(fw, fw_work->context);
1178 * @context: will be passed over to @cont, and
1196 const char *name, struct device *device, gfp_t gfp, void *context,
1197 void (*cont)(const struct firmware *fw, void *context))
1212 fw_work->context = context;