Lines Matching defs:firmware
34 #include <linux/firmware.h>
53 * firmware_loaded is 1 if the firmware has been loaded, 0 otherwise.
778 * firmware has been uploaded first.
781 dev_err(port->dev, "Soft-UART firmware not uploaded\n");
1157 * This function is called by the kernel when a firmware is made available,
1158 * or if it times out waiting for the firmware.
1160 static void uart_firmware_cont(const struct firmware *fw, void *context)
1162 struct qe_firmware *firmware;
1167 dev_err(dev, "firmware not found\n");
1171 firmware = (struct qe_firmware *) fw->data;
1173 if (firmware->header.length != fw->size) {
1174 dev_err(dev, "invalid firmware\n");
1178 ret = qe_upload_firmware(firmware);
1180 dev_err(dev, "could not load firmware\n");
1204 /* Check if the firmware has been uploaded. */
1221 dev_info(&ofdev->dev, "waiting for firmware %s\n",
1236 "could not load firmware %s\n",