Home
last modified time | relevance | path

Searched refs:firmware_name (Results 1 – 13 of 13) sorted by relevance

/sound/soc/codecs/
Dsigmadsp.h46 const struct sigmadsp_ops *ops, const char *firmware_name);
55 const char *firmware_name);
57 const struct sigmadsp_ops *ops, const char *firmware_name);
Dsigmadsp-regmap.c41 const char *firmware_name) in devm_sigmadsp_init_regmap() argument
45 sigmadsp = devm_sigmadsp_init(dev, ops, firmware_name); in devm_sigmadsp_init_regmap()
Dsigmadsp-i2c.c78 const struct sigmadsp_ops *ops, const char *firmware_name) in devm_sigmadsp_init_i2c() argument
82 sigmadsp = devm_sigmadsp_init(&client->dev, ops, firmware_name); in devm_sigmadsp_init_i2c()
Dadau1781.c482 const char *firmware_name; in adau1781_probe() local
487 firmware_name = ADAU1381_FIRMWARE; in adau1781_probe()
490 firmware_name = ADAU1781_FIRMWARE; in adau1781_probe()
496 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1781_probe()
Dsigmadsp.c555 const struct sigmadsp_ops *ops, const char *firmware_name) in sigmadsp_init() argument
564 return sigmadsp_firmware_load(sigmadsp, firmware_name); in sigmadsp_init()
578 const struct sigmadsp_ops *ops, const char *firmware_name) in devm_sigmadsp_init() argument
588 ret = sigmadsp_init(sigmadsp, dev, ops, firmware_name); in devm_sigmadsp_init()
Dadau1761.c980 const char *firmware_name; in adau1761_probe() local
985 firmware_name = NULL; in adau1761_probe()
988 firmware_name = ADAU1761_FIRMWARE; in adau1761_probe()
991 ret = adau17x1_probe(dev, regmap, type, switch_mode, firmware_name); in adau1761_probe()
Dadau17x1.c1051 const char *firmware_name) in adau17x1_probe() argument
1093 if (firmware_name) { in adau17x1_probe()
1096 &adau17x1_sigmadsp_ops, firmware_name); in adau17x1_probe()
1099 NULL, firmware_name); in adau17x1_probe()
Dadau17x1.h61 const char *firmware_name);
/sound/soc/intel/atom/sst/
Dsst_pci.c126 snprintf(sst_drv_ctx->firmware_name, sizeof(sst_drv_ctx->firmware_name), in intel_sst_probe()
Dsst.c329 dev_dbg(ctx->dev, "Requesting FW %s now...\n", ctx->firmware_name); in sst_context_init()
330 ret = request_firmware_nowait(THIS_MODULE, true, ctx->firmware_name, in sst_context_init()
Dsst_acpi.c315 strcpy(ctx->firmware_name, mach->fw_filename); in sst_acpi_probe()
Dsst_loader.c347 retval = request_firmware(&fw, sst->firmware_name, sst->dev); in sst_request_fw()
Dsst.h411 char firmware_name[FW_NAME_SIZE]; member