Lines Matching defs:firmware
12 #include <linux/firmware.h>
22 #include <linux/firmware/qcom/qcom_scm.h>
80 const struct firmware *firmware;
81 const struct firmware *dtb_firmware;
205 static int adsp_load(struct rproc *rproc, const struct firmware *fw)
210 /* Store firmware handle to be used in adsp_start() */
211 adsp->firmware = fw;
288 ret = qcom_mdt_pas_init(adsp->dev, adsp->firmware, rproc->firmware, adsp->pas_id,
293 ret = qcom_mdt_load_no_init(adsp->dev, adsp->firmware, rproc->firmware, adsp->pas_id,
319 /* Remove pointer to the loaded firmware, only valid in adsp_load() & adsp_start() */
320 adsp->firmware = NULL;
343 /* Remove pointer to the loaded firmware, only valid in adsp_load() & adsp_start() */
344 adsp->firmware = NULL;
665 ret = of_property_read_string(pdev->dev.of_node, "firmware-name",
672 ret = of_property_read_string_index(pdev->dev.of_node, "firmware-name", 1,