Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/qe/
H A Dqe.c183 qe_upload_firmware((const void *)CONFIG_SYS_QE_FW_ADDR); in qe_init()
381 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
737 return qe_upload_firmware((const struct qe_firmware *) addr); in qe_cmd()
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Dqe.c446 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
558 EXPORT_SYMBOL(qe_upload_firmware);
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_qe.h285 int qe_upload_firmware(const struct qe_firmware *firmware);
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Dqe.h323 int qe_upload_firmware(const struct qe_firmware *firmware);
325 static inline int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
/OK3568_Linux_fs/kernel/Documentation/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.
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Ducc_uart.c1178 ret = qe_upload_firmware(firmware); in uart_firmware_cont()