Home
last modified time | relevance | path

Searched defs:__maybe_unused (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/plat/st/common/
Dbl2_io_storage.c225 int io_result __maybe_unused; in boot_mmc() local
297 int io_result __maybe_unused; in boot_spi_nor() local
316 int io_result __maybe_unused; in boot_fmc2_nand() local
335 int io_result __maybe_unused; in boot_spi_nand() local
354 int io_result __maybe_unused; in mmap_io_setup() local
367 int ret __maybe_unused; in stm32cubeprogrammer_uart() local
381 int ret __maybe_unused; in stm32cubeprogrammer_usb() local
395 int io_result __maybe_unused; in stm32mp_io_setup() local
475 static bool gpt_init_done __maybe_unused; in bl2_plat_handle_pre_image_load() local
662 const partition_entry_t *entry __maybe_unused; in plat_fwu_set_images_source() local
[all …]
Dstm32mp_crypto_lib.c50 boot_api_context_t *boot_context __maybe_unused; in crypto_lib_init() local
/trusted-firmware-a-latest/plat/st/stm32mp1/
Dstm32mp1_boot_device.c33 uint32_t nand2_param __maybe_unused; in get_data_from_otp() local
/trusted-firmware-a-latest/drivers/st/crypto/
Dstm32_rng.c65 uint8_t i __maybe_unused; in seed_error_recovery() local
111 uint32_t clock_div __maybe_unused; in stm32_rng_enable() local
/trusted-firmware-a-latest/include/lib/libc/
Dcdefs.h15 #define __maybe_unused __attribute__((__unused__)) macro