Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dqe.h245 int qe_upload_firmware(const struct qe_firmware *firmware);
247 static inline int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
/linux-2.6.39/arch/powerpc/sysdev/qe_lib/
Dqe.c399 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() function
509 EXPORT_SYMBOL(qe_upload_firmware);
/linux-2.6.39/Documentation/powerpc/
Dqe_firmware.txt176 embedded into a binary blob. This blob is passed to the qe_upload_firmware()
181 qe_upload_firmware() for up-to-date implementation information.
/linux-2.6.39/drivers/tty/serial/
Ducc_uart.c1186 ret = qe_upload_firmware(firmware); in uart_firmware_cont()