/openbmc/linux/drivers/pinctrl/nomadik/ |
H A D | pinctrl-ab8505.c | 275 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */ 276 ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO1, altA controlled by bit 0 */ 277 ALTERNATE_FUNCTIONS(2, 1, UNUSED, UNUSED, 0, 0, 0), /* GPIO2, altA controlled by bit 1 */ 278 ALTERNATE_FUNCTIONS(3, 2, UNUSED, UNUSED, 0, 0, 0), /* GPIO3, altA controlled by bit 2*/ 279 ALTERNATE_FUNCTIONS(4, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO4, bit 3 reserved */ 280 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5, bit 4 reserved */ 281 ALTERNATE_FUNCTIONS(6, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO6, bit 5 reserved */ 282 ALTERNATE_FUNCTIONS(7, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO7, bit 6 reserved */ 283 ALTERNATE_FUNCTIONS(8, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO8, bit 7 reserved */ 285 ALTERNATE_FUNCTIONS(9, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO9, bit 0 reserved */ [all …]
|
H A D | pinctrl-ab8500.c | 392 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */ 393 ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO1, altA controlled by bit 0 */ 394 ALTERNATE_FUNCTIONS(2, 1, UNUSED, UNUSED, 0, 0, 0), /* GPIO2, altA controlled by bit 1 */ 395 ALTERNATE_FUNCTIONS(3, 2, UNUSED, UNUSED, 0, 0, 0), /* GPIO3, altA controlled by bit 2*/ 396 ALTERNATE_FUNCTIONS(4, 3, UNUSED, UNUSED, 0, 0, 0), /* GPIO4, altA controlled by bit 3*/ 398 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5 */ 399 ALTERNATE_FUNCTIONS(6, 5, UNUSED, UNUSED, 0, 0, 0), /* GPIO6, altA controlled by bit 5*/ 400 ALTERNATE_FUNCTIONS(7, 6, UNUSED, UNUSED, 0, 0, 0), /* GPIO7, altA controlled by bit 6*/ 401 ALTERNATE_FUNCTIONS(8, 7, UNUSED, UNUSED, 0, 0, 0), /* GPIO8, altA controlled by bit 7*/ 403 ALTERNATE_FUNCTIONS(9, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO9, altA controlled by bit 0*/ [all …]
|
H A D | pinctrl-abx500.c | 261 if (((alt_setting == ABX500_ALT_A) && (af.gpiosel_bit == UNUSED)) || in abx500_set_mode() 262 ((alt_setting == ABX500_ALT_B) && (af.alt_bit1 == UNUSED)) || in abx500_set_mode() 263 ((alt_setting == ABX500_ALT_C) && (af.alt_bit2 == UNUSED))) { in abx500_set_mode() 281 if (af.alt_bit1 != UNUSED) in abx500_set_mode() 296 if (af.alt_bit1 != UNUSED) { in abx500_set_mode() 309 if (af.alt_bit2 != UNUSED) in abx500_set_mode() 330 if (af.alt_bit2 != UNUSED) in abx500_set_mode() 382 if (af.gpiosel_bit == UNUSED) in abx500_get_mode() 394 if ((af.alt_bit1 < UNUSED) || (af.alt_bit1 > 7) || in abx500_get_mode() 395 (af.alt_bit2 < UNUSED) || (af.alt_bit2 > 7)) { in abx500_get_mode() [all …]
|
H A D | pinctrl-abx500.h | 73 #define UNUSED -1 macro
|
/openbmc/sdbusplus/test/vtable/ |
H A D | vtable_c.c | 3 #define UNUSED(x) (void)(x) macro 7 UNUSED(m); in test_handler() 8 UNUSED(userdata); in test_handler() 9 UNUSED(ret_error); in test_handler() 16 UNUSED(bus); in test_get() 17 UNUSED(path); in test_get() 18 UNUSED(interface); in test_get() 19 UNUSED(property); in test_get() 20 UNUSED(reply); in test_get() 21 UNUSED(userdata); in test_get() [all …]
|
/openbmc/linux/tools/objtool/ |
H A D | objtool.c | 143 static const char *UNUSED = "OBJTOOL_NOT_IMPLEMENTED"; in main() local 146 exec_cmd_init("objtool", UNUSED, UNUSED, UNUSED); in main() 147 pager_init(UNUSED); in main()
|
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/ |
H A D | clang_UNUSED.patch | 4 Subject: [PATCH] Undefine UNUSED macros with clang 18 /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ 23 # define UNUSED(x) x __attribute__ ((unused));x
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 44 #define UNUSED __attribute__ ((unused)) macro 81 UNUSED static const char *get_comma(int); 82 UNUSED static void print_pointer(abi_long, int); 83 UNUSED static void print_flags(const struct flags *, abi_long, int); 84 UNUSED static void print_enums(const struct enums *, abi_long, int); 85 UNUSED static void print_at_dirfd(abi_long, int); 86 UNUSED static void print_file_mode(abi_long, int); 87 UNUSED static void print_open_flags(abi_long, int); 88 UNUSED static void print_syscall_prologue(const struct syscallname *); 89 UNUSED static void print_syscall_epilogue(const struct syscallname *); [all …]
|
/openbmc/linux/arch/sh/boards/mach-se/7721/ |
H A D | irq.c | 14 UNUSED = 0, enumerator
|
/openbmc/linux/arch/sh/boards/mach-sdk7780/ |
H A D | irq.c | 15 UNUSED = 0, enumerator
|
/openbmc/linux/arch/sh/boards/mach-landisk/ |
H A D | irq.c | 21 UNUSED = 0, enumerator
|
/openbmc/linux/arch/sh/boards/mach-highlander/ |
H A D | irq-r7780rp.c | 15 UNUSED = 0, enumerator
|
H A D | irq-r7780mp.c | 15 UNUSED = 0, enumerator
|
H A D | irq-r7785rp.c | 15 UNUSED = 0, enumerator
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | setup-sh3.c | 16 UNUSED = 0, enumerator
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sunxi_dw.c | 122 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_h3() 147 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_a64() 177 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_h5() 205 MBUS_CONF( UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_r40()
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg_common.h | 27 UNUSED = 0, enumerator
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | sdram_rk3399.h | 14 UNUSED = 0xFF enumerator
|
H A D | sdram.h | 14 UNUSED = 0xFF, enumerator
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
H A D | 0001-remove-the-error-line-and-live-without-file-type-det.patch | 18 @@ -422,7 +422,6 @@ static void UNUSED rewind_pipe(FILE * fp)
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | setup-sh4-202.c | 85 UNUSED = 0, enumerator
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 84 #ifndef UNUSED 99 #define UNUSED __attribute__((__unused__)) macro 231 static void check_sha512(struct sha512_ctx *ctx UNUSED) in check_sha512() argument 371 static bool alignment_ok(const void *p UNUSED, size_t n UNUSED) in alignment_ok() argument
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
H A D | CVE-2024-50612.patch | 44 @@ -827,15 +827,16 @@ ogg_opus_write_header (SF_PRIVATE *psf, int UNUSED (calc_length)) 64 @@ -850,15 +851,16 @@ ogg_opus_write_header (SF_PRIVATE *psf, int UNUSED (calc_length)) 173 @@ -380,7 +397,6 @@ vorbis_write_header (SF_PRIVATE *psf, int UNUSED (calc_length)) 181 @@ -390,9 +406,9 @@ vorbis_write_header (SF_PRIVATE *psf, int UNUSED (calc_length))
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 40 #define UNUSED(x) (void)(x) macro 3090 UNUSED(cpu); in count_cpus() 3426 UNUSED(c); in update_msr_sum() 3427 UNUSED(p); in update_msr_sum() 3455 UNUSED(v); in msr_record_handler() 4308 UNUSED(c); in print_epb() 4309 UNUSED(p); in print_epb() 4357 UNUSED(c); in print_hwp() 4358 UNUSED(p); in print_hwp() 4443 UNUSED(c); in print_perf_limit() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/ |
H A D | 0001-NEON-autodetection-segfaults-assume-neon-present.patch | 35 - UNUSED(x);
|