| /OK3568_Linux_fs/kernel/drivers/pinctrl/nomadik/ |
| H A D | pinctrl-ab8505.c | 274 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */ 275 ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO1, altA controlled by bit 0 */ 276 ALTERNATE_FUNCTIONS(2, 1, UNUSED, UNUSED, 0, 0, 0), /* GPIO2, altA controlled by bit 1 */ 277 ALTERNATE_FUNCTIONS(3, 2, UNUSED, UNUSED, 0, 0, 0), /* GPIO3, altA controlled by bit 2*/ 278 ALTERNATE_FUNCTIONS(4, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO4, bit 3 reserved */ 279 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5, bit 4 reserved */ 280 ALTERNATE_FUNCTIONS(6, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO6, bit 5 reserved */ 281 ALTERNATE_FUNCTIONS(7, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO7, bit 6 reserved */ 282 ALTERNATE_FUNCTIONS(8, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO8, bit 7 reserved */ 284 ALTERNATE_FUNCTIONS(9, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO9, bit 0 reserved */ [all …]
|
| H A D | pinctrl-ab8500.c | 391 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */ 392 ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO1, altA controlled by bit 0 */ 393 ALTERNATE_FUNCTIONS(2, 1, UNUSED, UNUSED, 0, 0, 0), /* GPIO2, altA controlled by bit 1 */ 394 ALTERNATE_FUNCTIONS(3, 2, UNUSED, UNUSED, 0, 0, 0), /* GPIO3, altA controlled by bit 2*/ 395 ALTERNATE_FUNCTIONS(4, 3, UNUSED, UNUSED, 0, 0, 0), /* GPIO4, altA controlled by bit 3*/ 397 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5 */ 398 ALTERNATE_FUNCTIONS(6, 5, UNUSED, UNUSED, 0, 0, 0), /* GPIO6, altA controlled by bit 5*/ 399 ALTERNATE_FUNCTIONS(7, 6, UNUSED, UNUSED, 0, 0, 0), /* GPIO7, altA controlled by bit 6*/ 400 ALTERNATE_FUNCTIONS(8, 7, UNUSED, UNUSED, 0, 0, 0), /* GPIO8, altA controlled by bit 7*/ 402 ALTERNATE_FUNCTIONS(9, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO9, altA controlled by bit 0*/ [all …]
|
| H A D | pinctrl-abx500.c | 256 if (((alt_setting == ABX500_ALT_A) && (af.gpiosel_bit == UNUSED)) || in abx500_set_mode() 257 ((alt_setting == ABX500_ALT_B) && (af.alt_bit1 == UNUSED)) || in abx500_set_mode() 258 ((alt_setting == ABX500_ALT_C) && (af.alt_bit2 == UNUSED))) { in abx500_set_mode() 276 if (af.alt_bit1 != UNUSED) in abx500_set_mode() 291 if (af.alt_bit1 != UNUSED) { in abx500_set_mode() 304 if (af.alt_bit2 != UNUSED) in abx500_set_mode() 325 if (af.alt_bit2 != UNUSED) in abx500_set_mode() 377 if (af.gpiosel_bit == UNUSED) in abx500_get_mode() 389 if ((af.alt_bit1 < UNUSED) || (af.alt_bit1 > 7) || in abx500_get_mode() 390 (af.alt_bit2 < UNUSED) || (af.alt_bit2 > 7)) { in abx500_get_mode() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fifo.h | 37 UNUSED static void fifo_clear(fifo_t * f) in fifo_clear() 42 UNUSED static void * fifo_reserve(fifo_t * f, FIFO_SIZE_T n) in fifo_reserve() 67 UNUSED static void * fifo_write(fifo_t * f, FIFO_SIZE_T n, void const * data) in fifo_write() 75 UNUSED static void fifo_trim_to(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_to() 81 UNUSED static void fifo_trim_by(fifo_t * f, FIFO_SIZE_T n) in fifo_trim_by() 87 UNUSED static FIFO_SIZE_T fifo_occupancy(fifo_t * f) in fifo_occupancy() 92 UNUSED static void * fifo_read(fifo_t * f, FIFO_SIZE_T n, void * data) in fifo_read() 106 UNUSED static void fifo_delete(fifo_t * f) in fifo_delete() 111 UNUSED static void fifo_create(fifo_t * f, FIFO_SIZE_T item_size) in fifo_create()
|
| H A D | skeleff.c | 32 static int getopts(sox_effect_t * effp, int argc, char UNUSED **argv) in getopts() 34 priv_t * UNUSED p = (priv_t *)effp->priv; in getopts() 66 priv_t * UNUSED p = (priv_t *)effp->priv; in flow() 96 static int drain(sox_effect_t UNUSED * effp, sox_sample_t UNUSED *obuf, size_t *osamp) in drain() 109 static int stop(sox_effect_t UNUSED * effp) in stop() 118 static int lsx_kill(sox_effect_t UNUSED * effp) in lsx_kill()
|
| H A D | mp3.c | 708 UNUSED static void id3tag_init_stub(lame_global_flags * gfp UNUSED) in id3tag_init_stub() argument 710 UNUSED static void id3tag_set_title_stub(lame_global_flags * gfp UNUSED, const char* title UNUSED) in id3tag_set_title_stub() argument 712 UNUSED static void id3tag_set_artist_stub(lame_global_flags * gfp UNUSED, const char* artist UNUSED) in id3tag_set_artist_stub() argument 714 UNUSED static void id3tag_set_album_stub(lame_global_flags * gfp UNUSED, const char* album UNUSED) in id3tag_set_album_stub() argument 716 UNUSED static void id3tag_set_year_stub(lame_global_flags * gfp UNUSED, const char* year UNUSED) in id3tag_set_year_stub() argument 718 UNUSED static void id3tag_set_comment_stub(lame_global_flags * gfp UNUSED, const char* comment UNUS… in id3tag_set_comment_stub() argument 720 UNUSED static void id3tag_set_track_stub(lame_global_flags * gfp UNUSED, const char* track UNUSED) in id3tag_set_track_stub() argument 722 UNUSED static int id3tag_set_genre_stub(lame_global_flags * gfp UNUSED, const char* genre UNUSED) in id3tag_set_genre_stub() argument 724 UNUSED static size_t id3tag_set_pad_stub(lame_global_flags * gfp UNUSED, size_t n UNUSED) in id3tag_set_pad_stub() argument 726 UNUSED static size_t lame_get_id3v2_tag_stub(lame_global_flags * gfp UNUSED, unsigned char * buffer… in lame_get_id3v2_tag_stub() argument [all …]
|
| H A D | skelform.c | 80 priv_t * UNUSED sk = (priv_t *)ft->priv; in read_samples() 111 static int stopread(sox_format_t UNUSED * ft) in stopread() 118 priv_t * UNUSED sk = (priv_t *)ft->priv; in startwrite() 178 static int stopwrite(sox_format_t UNUSED * ft) in stopwrite() 186 static int seek(sox_format_t UNUSED * ft, uint64_t UNUSED offset) in seek()
|
| H A D | coreaudio.c | 25 static OSStatus PlaybackIOProc(AudioDeviceID inDevice UNUSED, in PlaybackIOProc() argument 26 const AudioTimeStamp *inNow UNUSED, in PlaybackIOProc() argument 27 const AudioBufferList *inInputData UNUSED, in PlaybackIOProc() argument 28 const AudioTimeStamp *inInputTime UNUSED, in PlaybackIOProc() argument 30 const AudioTimeStamp *inOutputTime UNUSED, in PlaybackIOProc() argument 70 static OSStatus RecIOProc(AudioDeviceID inDevice UNUSED, in RecIOProc() argument 71 const AudioTimeStamp *inNow UNUSED, in RecIOProc() argument 73 const AudioTimeStamp *inInputTime UNUSED, in RecIOProc() argument 74 AudioBufferList *outOutputData UNUSED, in RecIOProc() argument 75 const AudioTimeStamp *inOutputTime UNUSED, in RecIOProc() argument
|
| H A D | util.h | 39 #define UNUSED __attribute__ ((unused)) macro 42 #define UNUSED macro
|
| H A D | flac.c | 58 …coderReadStatus decoder_read_callback(FLAC__StreamDecoder const* decoder UNUSED, FLAC__byte buffer… in decoder_read_callback() argument 74 …coderSeekStatus decoder_seek_callback(FLAC__StreamDecoder const* decoder UNUSED, FLAC__uint64 abso… in decoder_seek_callback() argument 83 …coderTellStatus decoder_tell_callback(FLAC__StreamDecoder const* decoder UNUSED, FLAC__uint64* abs… in decoder_tell_callback() argument 95 …rLengthStatus decoder_length_callback(FLAC__StreamDecoder const* decoder UNUSED, FLAC__uint64* str… in decoder_length_callback() argument 102 static FLAC__bool decoder_eof_callback(FLAC__StreamDecoder const* decoder UNUSED, void* ft_data) in decoder_eof_callback() argument
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | objtool.c | 141 static const char *UNUSED = "OBJTOOL_NOT_IMPLEMENTED"; in main() local 144 exec_cmd_init("objtool", UNUSED, UNUSED, UNUSED); in main() 145 pager_init(UNUSED); in main()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | benchmark_2000.c | 30 UNUSED(c); in xtest_tee_benchmark_2001() 44 UNUSED(c); in xtest_tee_benchmark_2002() 68 UNUSED(c); in xtest_tee_benchmark_2011() 82 UNUSED(c); in xtest_tee_benchmark_2012()
|
| H A D | regression_8100.c | 262 UNUSED(c); in verify_cert() 263 UNUSED(ca); in verify_cert() 264 UNUSED(mid); in verify_cert() 265 UNUSED(cert); in verify_cert()
|
| H A D | stats.c | 91 UNUSED(argv); in stat_pager() 128 UNUSED(argv); in stat_alloc() 197 UNUSED(argv); in stat_memleak()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtools/mtools/ |
| H A D | clang_UNUSED.patch | 1 Undefine UNUSED macros with clang 11 /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ 16 # define UNUSED(x) x __attribute__ ((unused));x
|
| /OK3568_Linux_fs/buildroot/package/libblockdev/ |
| H A D | 0001-Provide-replacement-function-for-strerror_l.patch | 36 #define UNUSED __attribute__((unused)) 39 +static char *strerror_l(int errnum, locale_t locale UNUSED) 56 +#define UNUSED __attribute__((unused)) 59 +static char *strerror_l(int errnum, locale_t locale UNUSED)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/efivar/efivar/ |
| H A D | efisecdb-fix-build-with-musl-libc.patch | 54 -free_actions(int status UNUSED, void *actionsp) 65 @@ -202,12 +205,11 @@ free_actions(int status UNUSED, void *actionsp) 69 -free_infiles(int status UNUSED, void *infilesp) 80 @@ -216,27 +218,12 @@ free_infiles(int status UNUSED, void *infilesp) 84 -maybe_free_secdb(int status UNUSED, void *voidp)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/ |
| H A D | 0002-lldp_head-rename-and-make-extern.patch | 32 @@ -185,7 +185,7 @@ void scan_port(UNUSED void *eloop_data, UNUSED void *user_ctx) 89 @@ -163,7 +163,7 @@ static void timer(UNUSED void *eloop_data, UNUSED void *user_ctx) 186 @@ -466,7 +466,7 @@ int handle_get_args(struct cmd *cmd, UNUSED char *arg, char *argvalue, 301 @@ -346,7 +348,7 @@ cli_cmd_help(UNUSED struct clif *clif, UNUSED int argc, UNUSED char *argv[], 480 @@ -953,7 +955,7 @@ cli_cmd_help(UNUSED struct clif *clif, UNUSED int argc, UNUSED char *argv[],
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/nettle/nettle/ |
| H A D | dlopen-test.patch | 19 main (int argc UNUSED, char **argv UNUSED)
|
| /OK3568_Linux_fs/buildroot/package/sox/ |
| H A D | 0001-uclibc.patch | 10 @@ -409,7 +409,7 @@ static void UNUSED rewind_pipe(FILE * fp 19 @@ -417,7 +417,6 @@ static void UNUSED rewind_pipe(FILE * fp
|
| /OK3568_Linux_fs/buildroot/package/efivar/ |
| H A D | 0003-Fix-all-the-places-Werror-address-of-packed-member-c.patch | 106 static inline size_t UNUSED 122 static inline size_t UNUSED 131 static inline unsigned char * UNUSED 144 static inline ssize_t UNUSED NONNULL(4)
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-se/7721/ |
| H A D | irq.c | 14 UNUSED = 0, enumerator
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-sdk7780/ |
| H A D | irq.c | 15 UNUSED = 0, enumerator
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sunxi_dw.c | 123 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_h3() 148 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_a64() 178 MBUS_CONF(UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_h5() 206 MBUS_CONF( UNUSED, true, HIGHEST, 0, 512, 256, 96); in mctl_set_master_priority_r40()
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-landisk/ |
| H A D | irq.c | 21 UNUSED = 0, enumerator
|