Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Dfirmware.txt10 member of the qe_firmware structure of the uploaded firmware.
/Linux-v4.19/include/soc/fsl/qe/
Dqe.h269 struct qe_firmware { struct
312 int qe_upload_firmware(const struct qe_firmware *firmware); argument
314 static inline int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware()
/Linux-v4.19/Documentation/powerpc/
D00-INDEX26 qe_firmware.txt
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dqe.txt156 qe_firmware:qe-firmware {
165 fsl,firmware-phandle = <&qe_firmware>;
/Linux-v4.19/drivers/soc/fsl/qe/
Dqe.c440 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware()
445 size_t calc_size = sizeof(struct qe_firmware); in qe_upload_firmware()
/Linux-v4.19/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()