Lines Matching full:library
17 /* The module ID includes the id of the library it is part of at offset 12 */
77 dev_info(sdev->dev, "Loaded firmware library: %s, version: %u.%u.%u.%u\n", in sof_ipc4_fw_parse_ext_man()
175 "Library loading is not supported due to not set library path\n"); in sof_ipc4_load_library_by_uuid()
180 dev_err(sdev->dev, "Library loading is not supported on this platform\n"); in sof_ipc4_load_library_by_uuid()
197 dev_err(sdev->dev, "Library file '%s' is missing\n", fw_filename); in sof_ipc4_load_library_by_uuid()
200 dev_dbg(sdev->dev, "Library file '%s' loaded\n", fw_filename); in sof_ipc4_load_library_by_uuid()
216 /* Fix up the module ID numbers within the library */ in sof_ipc4_load_library_by_uuid()
222 * loading the library for the first time in sof_ipc4_load_library_by_uuid()
281 * Do not attempt to load external library in case the maximum number of in sof_ipc4_find_module_by_uuid()
291 /* The module cannot be found, try to load it as a library */ in sof_ipc4_find_module_by_uuid()
296 /* Look for the module in the newly loaded library, it should be available now */ in sof_ipc4_find_module_by_uuid()
420 dev_err(sdev->dev, "%s: Failed to reload library: %s, %d\n", in sof_ipc4_reload_fw_libraries()