Lines Matching defs:firmware
34 #include <linux/firmware.h>
53 * firmware_loaded is 1 if the firmware has been loaded, 0 otherwise.
776 * firmware has been uploaded first.
779 dev_err(port->dev, "Soft-UART firmware not uploaded\n");
1143 * This function is called by the kernel when a firmware is made available,
1144 * or if it times out waiting for the firmware.
1146 static void uart_firmware_cont(const struct firmware *fw, void *context)
1148 struct qe_firmware *firmware;
1153 dev_err(dev, "firmware not found\n");
1157 firmware = (struct qe_firmware *) fw->data;
1159 if (firmware->header.length != fw->size) {
1160 dev_err(dev, "invalid firmware\n");
1164 ret = qe_upload_firmware(firmware);
1166 dev_err(dev, "could not load firmware\n");
1190 /* Check if the firmware has been uploaded. */
1207 dev_info(&ofdev->dev, "waiting for firmware %s\n",
1222 "could not load firmware %s\n",