Lines Matching defs:path
476 * Typical usage is that passing 'firmware_class.path=$CUSTOMIZED_PATH'
480 module_param_string(path, fw_path_para, sizeof(fw_path_para), 0644);
481 MODULE_PARM_DESC(path, "customized firmware image search path with a higher priority than default path");
494 char *path;
504 path = __getname();
505 if (!path)
512 /* skip the unset customized path */
516 len = snprintf(path, PATH_MAX, "%s/%s%s",
534 rc = kernel_read_file_from_path_initns(path, fw_priv->offset,
541 path, rc);
544 path);
550 dev_dbg(device, "Loading firmware from %s\n", path);
572 __putname(path);
747 * bind with 'priv' now to avoid warning in failure path
772 * and have gone through this same path.