Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 - 25 of 118) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-ab8505.c262 * 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 Dpinctrl-ab8500.c379 * 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 Dpinctrl-abx500.c256 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 Dpinctrl-ab8505.c263 * 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 Dpinctrl-ab8500.c380 * 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 Dpinctrl-abx500.c260 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 Dobjtool.c140 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 Dobjtool.c143 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 Dmem.c78 UNUSED(filep); in MemMap()
79 UNUSED(region); in MemMap()
/kernel/liteos_a/kernel/include/
H A Dlos_toolchain.h50 #ifndef UNUSED
51 #define UNUSED(var) \ macro
/kernel/liteos_m/kal/cmsis/
H A Dcmsis_liteos2.c694 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 Dirq.c14 UNUSED = 0, enumerator
/kernel/linux/linux-5.10/arch/sh/boards/mach-sdk7780/
H A Dirq.c15 UNUSED = 0, enumerator
/kernel/linux/linux-6.6/arch/sh/boards/mach-sdk7780/
H A Dirq.c15 UNUSED = 0, enumerator
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7721/
H A Dirq.c14 UNUSED = 0, enumerator
/kernel/liteos_a/kernel/base/core/
H A Dlos_smp.c46 UNUSED(arg); in OsSmpSecondaryInit()
/kernel/linux/linux-5.10/arch/sh/boards/mach-highlander/
H A Dirq-r7780rp.c15 UNUSED = 0, enumerator
/kernel/linux/linux-5.10/arch/sh/boards/mach-landisk/
H A Dirq.c21 UNUSED = 0, enumerator
/kernel/linux/linux-6.6/arch/sh/boards/mach-highlander/
H A Dirq-r7780rp.c15 UNUSED = 0, enumerator
/kernel/linux/linux-6.6/arch/sh/boards/mach-landisk/
H A Dirq.c21 UNUSED = 0, enumerator
/kernel/liteos_m/utils/
H A Dlos_compiler.h423 #ifndef UNUSED
424 #define UNUSED(X) (void)X macro
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh3.c16 UNUSED = 0, enumerator
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh3.c16 UNUSED = 0, enumerator
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg_common.h27 UNUSED = 0, enumerator
/kernel/liteos_a/kernel/base/vm/
H A Dlos_vm_filemap.c48 #ifndef UNUSED
49 #define UNUSED(x) (VOID)(x) macro
606 UNUSED(filep); in OsVfsFileMmap()
607 UNUSED(region); in OsVfsFileMmap()

Completed in 13 milliseconds

12345