qe_firmware
int qe_upload_firmware(const struct qe_firmware *firmware)
const struct qe_firmware *qe_fw;
qe_fw = (const struct qe_firmware *)fw->data;
struct qe_firmware *firmware;
firmware = (struct qe_firmware *) fw->data;
int qe_upload_firmware(const struct qe_firmware *firmware);
static inline int qe_upload_firmware(const struct qe_firmware *firmware)