Home
last modified time | relevance | path

Searched refs:qe_upload_firmware (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/soc/fsl/qe/
H A Dqe.c447 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
559 EXPORT_SYMBOL(qe_upload_firmware);
H A Dqmc.c1701 ret = qe_upload_firmware(qe_fw); in qmc_qe_soft_qmc_init()
/linux/include/soc/fsl/qe/
H A Dqe.h327 int qe_upload_firmware(const struct qe_firmware *firmware);
329 static inline int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
/linux/Documentation/arch/powerpc/
H A Dqe_firmware.rst176 embedded into a binary blob. This blob is passed to the qe_upload_firmware()
181 qe_upload_firmware() for up-to-date implementation information.