Searched refs:bootrom (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/staging/greybus/ |
| H A D | bootrom.c | 43 static void free_firmware(struct gb_bootrom *bootrom) in free_firmware() argument 45 if (!bootrom->fw) in free_firmware() 48 release_firmware(bootrom->fw); in free_firmware() 49 bootrom->fw = NULL; in free_firmware() 55 struct gb_bootrom *bootrom = container_of(dwork, in gb_bootrom_timedout() local 57 struct device *dev = &bootrom->connection->bundle->dev; in gb_bootrom_timedout() 60 switch (bootrom->next_request) { in gb_bootrom_timedout() 75 dev_err(dev, "Invalid next-request: %u", bootrom->next_request); in gb_bootrom_timedout() 81 mutex_lock(&bootrom->mutex); in gb_bootrom_timedout() 82 free_firmware(bootrom); in gb_bootrom_timedout() [all …]
|
| H A D | Makefile | 6 gb-bootrom-y := bootrom.o 18 obj-$(CONFIG_GREYBUS_BOOTROM) += gb-bootrom.o
|
| H A D | Kconfig | 33 will be called gb-bootrom.ko
|
| /linux/Documentation/devicetree/bindings/bus/ |
| H A D | mvebu-mbus.txt | 118 bootrom { 119 compatible = "marvell,bootrom"; 160 bootrom { 161 compatible = "marvell,bootrom"; 224 bootrom { 225 compatible = "marvell,bootrom";
|
| /linux/arch/arm/mach-shmobile/ |
| H A D | headsmp.S | 65 ldr r0, bootrom 77 bootrom: label
|
| /linux/arch/mips/ralink/ |
| H A D | bootrom.c | 21 DEFINE_SHOW_ATTRIBUTE(bootrom);
|
| /linux/arch/arm/boot/dts/nspire/ |
| H A D | nspire.dtsi | 22 bootrom: bootrom@0 { label
|
| /linux/drivers/nfc/nfcmrvl/ |
| H A D | fw_dnld.h | 55 struct nfcmrvl_fw_binary_config bootrom; member
|
| H A D | fw_dnld.c | 537 &fw_dnld->header->bootrom.config); in nfcmrvl_fw_dnld_start()
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-xp-98dx3236.dtsi | 49 bootrom { 50 compatible = "marvell,bootrom";
|
| H A D | armada-xp.dtsi | 33 bootrom { 34 compatible = "marvell,bootrom";
|
| H A D | armada-370.dtsi | 33 bootrom { 34 compatible = "marvell,bootrom";
|
| H A D | armada-39x.dtsi | 62 bootrom { 63 compatible = "marvell,bootrom";
|
| H A D | armada-375.dtsi | 78 bootrom { 79 compatible = "marvell,bootrom";
|
| H A D | armada-38x.dtsi | 45 bootrom { 46 compatible = "marvell,bootrom";
|
| /linux/ |
| H A D | MAINTAINERS | 10866 F: drivers/staging/greybus/bootrom.c
|