Home
last modified time | relevance | path

Searched refs:reloc_done (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/watchdog/
Dwdt-uclass.c96 static int reloc_done; in wdt_post_bind() local
98 if (!reloc_done) { in wdt_post_bind()
108 reloc_done++; in wdt_post_bind()
/third_party/uboot/u-boot-2020.01/drivers/sysreset/
Dsysreset-uclass.c143 static int reloc_done; in sysreset_post_bind() local
145 if (!reloc_done) { in sysreset_post_bind()
148 reloc_done++; in sysreset_post_bind()
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dsf-uclass.c90 static int reloc_done; in spi_flash_post_bind() local
92 if (!reloc_done) { in spi_flash_post_bind()
100 reloc_done++; in spi_flash_post_bind()
/third_party/uboot/u-boot-2020.01/drivers/hwspinlock/
Dhwspinlock-uclass.c124 static int reloc_done; in hwspinlock_post_bind() local
126 if (!reloc_done) { in hwspinlock_post_bind()
134 reloc_done++; in hwspinlock_post_bind()
/third_party/uboot/u-boot-2020.01/net/
Deth-uclass.c496 static int reloc_done; in eth_post_probe() local
498 if (!reloc_done) { in eth_post_probe()
516 reloc_done++; in eth_post_probe()
/third_party/uboot/u-boot-2020.01/drivers/gpio/
Dgpio-uclass.c1041 static int reloc_done; in gpio_post_bind() local
1043 if (!reloc_done) { in gpio_post_bind()
1065 reloc_done++; in gpio_post_bind()