Lines Matching defs:firmware
12 #include <linux/firmware.h>
191 const char *firmware;
390 /* Command requests from the firmware */
455 * Acquire the mailbox. The firmware still owns the mailbox for
514 dev_err(tegra->dev, "controller firmware hang\n");
883 const struct firmware *fw;
886 err = request_firmware(&fw, tegra->soc->firmware, tegra->dev);
888 dev_err(tegra->dev, "failed to request firmware: %d\n", err);
892 /* Load Falcon controller with its firmware. */
899 dev_err(tegra->dev, "failed to allocate memory for firmware\n");
938 * Boot code of the firmware reads the ILOAD_BASE registers
1082 /* Enable firmware messages from controller. */
1546 dev_err(&pdev->dev, "failed to request firmware: %d\n", err);
1566 dev_err(&pdev->dev, "failed to load firmware: %d\n", err);
1801 dev_err(tegra->dev, "failed to load firmware: %d\n", err);
1911 .firmware = "nvidia/tegra124/xusb.bin",
1947 .firmware = "nvidia/tegra210/xusb.bin",
1988 .firmware = "nvidia/tegra186/xusb.bin",
2020 .firmware = "nvidia/tegra194/xusb.bin",