/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/ |
H A D | pinctrl-ab8505.c | 262 * ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED), 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, UNUSE [all...] |
H A D | pinctrl-ab8500.c | 379 * ALTERNATE_FUNCTIONS(8, 7, UNUSED, UNUSED), 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, UNUSE [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) || (a in abx500_get_mode() [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/ |
H A D | pinctrl-ab8505.c | 263 * ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED), 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, UNUSE [all...] |
H A D | pinctrl-ab8500.c | 380 * ALTERNATE_FUNCTIONS(8, 7, UNUSED, UNUSED), 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, UNUSE [all...] |
H A D | pinctrl-abx500.c | 260 if (((alt_setting == ABX500_ALT_A) && (af.gpiosel_bit == UNUSED)) || in abx500_set_mode() 261 ((alt_setting == ABX500_ALT_B) && (af.alt_bit1 == UNUSED)) || in abx500_set_mode() 262 ((alt_setting == ABX500_ALT_C) && (af.alt_bit2 == UNUSED))) { in abx500_set_mode() 280 if (af.alt_bit1 != UNUSED) in abx500_set_mode() 295 if (af.alt_bit1 != UNUSED) { in abx500_set_mode() 308 if (af.alt_bit2 != UNUSED) in abx500_set_mode() 329 if (af.alt_bit2 != UNUSED) in abx500_set_mode() 381 if (af.gpiosel_bit == UNUSED) in abx500_get_mode() 393 if ((af.alt_bit1 < UNUSED) || (af.alt_bit1 > 7) || in abx500_get_mode() 394 (af.alt_bit2 < UNUSED) || (a in abx500_get_mode() [all...] |
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | objtool.c | 140 static const char *UNUSED = "OBJTOOL_NOT_IMPLEMENTED"; in main() local 143 exec_cmd_init("objtool", UNUSED, UNUSED, UNUSED); in main() 144 pager_init(UNUSED); in main()
|
/kernel/linux/linux-6.6/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()
|
/kernel/liteos_a/drivers/char/mem/src/ |
H A D | mem.c | 78 UNUSED(filep); in MemMap() 79 UNUSED(region); in MemMap()
|
/kernel/liteos_a/kernel/include/ |
H A D | los_toolchain.h | 50 #ifndef UNUSED
51 #define UNUSED(var) \
macro
|
/kernel/liteos_m/kal/cmsis/ |
H A D | cmsis_liteos2.c | 694 UNUSED(attr);
in osTimerNew() 727 UNUSED(attr);
in osTimerExtNew() 776 UNUSED(timer_id);
in osTimerGetName() 842 UNUSED(attr);
in osEventFlagsNew() 1012 UNUSED(attr);
in osMutexNew() 1125 UNUSED(attr);
in osSemaphoreNew() 1146 UNUSED(semaphore_id);
in osSemaphoreGetName() 1320 UNUSED(msg_prio);
in osMessageQueuePut() 1326 UNUSED(msg_prio);
in osMessageQueueGet() 1516 UNUSED(timeou in osMemoryPoolAlloc() [all...] |
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7721/ |
H A D | irq.c | 14 UNUSED = 0, enumerator
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-sdk7780/ |
H A D | irq.c | 15 UNUSED = 0, enumerator
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-sdk7780/ |
H A D | irq.c | 15 UNUSED = 0, enumerator
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7721/ |
H A D | irq.c | 14 UNUSED = 0, enumerator
|
/kernel/liteos_a/kernel/base/core/ |
H A D | los_smp.c | 46 UNUSED(arg); in OsSmpSecondaryInit()
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-highlander/ |
H A D | irq-r7780rp.c | 15 UNUSED = 0, enumerator
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-landisk/ |
H A D | irq.c | 21 UNUSED = 0, enumerator
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-highlander/ |
H A D | irq-r7780rp.c | 15 UNUSED = 0, enumerator
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-landisk/ |
H A D | irq.c | 21 UNUSED = 0, enumerator
|
/kernel/liteos_m/utils/ |
H A D | los_compiler.h | 423 #ifndef UNUSED
424 #define UNUSED(X) (void)X
macro
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
H A D | setup-sh3.c | 16 UNUSED = 0, enumerator
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/ |
H A D | setup-sh3.c | 16 UNUSED = 0, enumerator
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg_common.h | 27 UNUSED = 0, enumerator
|
/kernel/liteos_a/kernel/base/vm/ |
H A D | los_vm_filemap.c | 48 #ifndef UNUSED 49 #define UNUSED(x) (VOID)(x) macro 606 UNUSED(filep); in OsVfsFileMmap() 607 UNUSED(region); in OsVfsFileMmap()
|