Searched refs:unused (Results 1 - 25 of 65) sorted by relevance

123

/u-boot/arch/arm/thumb1/include/asm/proc-armv/
H A Dsystem.h27 * the compiler to not complain about unused arguments.
31 unsigned long flags __attribute__((unused)))
57 unsigned long flags __attribute__((unused)))
63 unsigned long flags __attribute__((unused)))
/u-boot/arch/sandbox/include/asm/
H A Dsections.h19 static char start[0] __aligned(4) __attribute__((unused))
28 static char end[0] __aligned(4) __attribute__((unused))
/u-boot/drivers/usb/musb-new/
H A DMakefile18 ccflags-y := $(call cc-option,-Wno-unused-variable) \
19 $(call cc-option,-Wno-unused-but-set-variable) \
20 $(call cc-option,-Wno-unused-label)
/u-boot/include/
H A Dlinker_lists.h72 __attribute__((unused)) \
95 __attribute__((unused)) \
128 __attribute__((unused)) \
156 static char end[0] __aligned(4) __attribute__((unused)) \
252 static char start[0] __aligned(4) __attribute__((unused)) \
277 static char end[0] __aligned(4) __attribute__((unused)) \
H A Dbinman_sym.h39 __attribute__((aligned(4), unused, section(".binman_sym")))
50 __attribute__((aligned(4), unused, section(".binman_sym")))
64 __attribute__((aligned(4), weak, unused, \
H A Dbzlib.h193 void* unused,
205 void** unused,
/u-boot/tools/
H A Domapimage.h15 uint8_t unused[12]; member in struct:ch_toc
H A Dmtk_image.h39 uint32_t unused; member in struct:brom_layout_header
84 uint32_t unused; member in struct:gfh_file_info
114 uint8_t unused[0x45]; member in struct:gfh_brom_cfg
/u-boot/disk/
H A Dpart_iso.h18 unsigned char unused[0x20]; /* unused */ member in struct:iso_boot_rec
27 unsigned char unused; member in struct:iso_pri_rec
30 unsigned char zeros1[8]; /* unused */
33 unsigned char zeros2[32]; /* unused */
68 unsigned char zeros1[8]; /* unused */
103 unsigned char unused; member in struct:iso_part_rec
/u-boot/arch/x86/include/asm/
H A Dsipi.h29 * @unused: Not used
37 u16 unused; member in struct:sipi_params_16bit
/u-boot/drivers/mtd/onenand/
H A Donenand_uboot.c24 static __attribute__((unused)) char dev_name[] = "onenand0";
/u-boot/common/
H A Dexports.c11 __attribute__((unused)) static void dummy(void)
/u-boot/arch/x86/include/asm/arch-queensbay/fsp/
H A Dfsp_vpd.h42 u8 unused[16]; /* Offset 0x0010 */ member in struct:vpd_region
/u-boot/drivers/virtio/
H A Dvirtio_blk.h64 __u8 unused; member in struct:virtio_blk_config
/u-boot/drivers/serial/
H A Dserial_semihosting.c159 ulong unused; local
164 smh_write(outfd, s, strlen(s), &unused);
/u-boot/include/xen/interface/io/
H A Dxs_wire.h55 /* LINTED: static unused */
58 __attribute__((unused))
/u-boot/arch/arm/include/asm/
H A Dsetup.h29 * - unused fields should be zero (for future expansion)
66 char unused[256]; member in union:param_struct::__anon1
238 #define __tag __attribute__((unused)) __section(".taglist")
/u-boot/arch/x86/include/asm/arch-baytrail/fsp/
H A Dfsp_vpd.h88 uint8_t unused[16]; /* Offset 0x0010 */ member in struct:vpd_region
/u-boot/lib/zstd/common/
H A Dcompiler.h67 /* UNUSED_ATTR tells the compiler it is okay if the function is unused. */
68 #define UNUSED_ATTR __attribute__((unused))
H A Derror_private.h30 #define ERR_STATIC static __attribute__((unused))
/u-boot/drivers/ddr/microchip/
H A Dddr2_regs.h35 u32 unused[11]; member in struct:ddr2_ctrl_regs
/u-boot/lib/bzip2/
H A Dbzlib.c1120 void* unused,
1131 (unused == NULL && nUnused != 0) ||
1132 (unused != NULL && (nUnused < 0 || nUnused > BZ_MAX_UNUSED)))
1153 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++;
1154 unused = ((void*)( 1 + ((UChar*)(unused)) ));
1252 void** unused,
1260 if (unused == NULL || nUnused == NULL)
1265 *unused = bzf->strm.next_in;
1416 char unused[BZ_MAX_UNUSE local
1115 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
1249 BZ2_bzReadGetUnused( int* bzerror, BZFILE* b, void** unused, int* nUnused ) argument
[all...]
/u-boot/scripts/
H A DMakefile.extrawarn23 warning-1 := -Wextra -Wunused -Wno-unused-parameter
/u-boot/drivers/usb/host/
H A Dohci.h70 __u32 unused[2]; member in struct:ed
120 __u8 unused; member in struct:td
/u-boot/include/linux/
H A Dcompat.h19 struct unused {}; struct
20 typedef struct unused unused_t;

Completed in 139 milliseconds

123