Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/powerpc/
Dindex.rst26 qe_firmware
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Dfirmware.txt10 member of the qe_firmware structure of the uploaded firmware.
/Linux-v5.4/include/soc/fsl/qe/
Dqe.h265 struct qe_firmware { struct
308 int qe_upload_firmware(const struct qe_firmware *firmware); argument
310 static inline int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware()
/Linux-v5.4/drivers/soc/fsl/qe/
Dqe.c447 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware()
452 size_t calc_size = sizeof(struct qe_firmware); in qe_upload_firmware()
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dqe.txt167 qe_firmware:qe-firmware {
176 fsl,firmware-phandle = <&qe_firmware>;
/Linux-v5.4/drivers/tty/serial/
Ducc_uart.c1164 struct qe_firmware *firmware; in uart_firmware_cont()
1173 firmware = (struct qe_firmware *) fw->data; in uart_firmware_cont()