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()
183 "Library loading is not supported due to not set library path\n"); in sof_ipc4_load_library_by_uuid()
188 dev_err(sdev->dev, "Library loading is not supported on this platform\n"); in sof_ipc4_load_library_by_uuid()
205 dev_err(sdev->dev, "Library file '%s' is missing\n", fw_filename); in sof_ipc4_load_library_by_uuid()
208 dev_dbg(sdev->dev, "Library file '%s' loaded\n", fw_filename); in sof_ipc4_load_library_by_uuid()
224 /* Fix up the module ID numbers within the library */ in sof_ipc4_load_library_by_uuid()
230 * loading the library for the first time in sof_ipc4_load_library_by_uuid()
289 * Do not attempt to load external library in case the maximum number of in sof_ipc4_find_module_by_uuid()
299 /* The module cannot be found, try to load it as a library */ in sof_ipc4_find_module_by_uuid()
304 /* Look for the module in the newly loaded library, it should be available now */ in sof_ipc4_find_module_by_uuid()
428 dev_err(sdev->dev, "%s: Failed to reload library: %s, %d\n", in sof_ipc4_reload_fw_libraries()