Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 – 54 of 54) sorted by relevance

/linux-4.1.27/drivers/pinctrl/nomadik/
Dpinctrl-ab8505.c276 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */
277 ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO1, altA controlled by bit 0 */
278 ALTERNATE_FUNCTIONS(2, 1, UNUSED, UNUSED, 0, 0, 0), /* GPIO2, altA controlled by bit 1 */
279 ALTERNATE_FUNCTIONS(3, 2, UNUSED, UNUSED, 0, 0, 0), /* GPIO3, altA controlled by bit 2*/
280 ALTERNATE_FUNCTIONS(4, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO4, bit 3 reserved */
281 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5, bit 4 reserved */
282 ALTERNATE_FUNCTIONS(6, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO6, bit 5 reserved */
283 ALTERNATE_FUNCTIONS(7, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO7, bit 6 reserved */
284 ALTERNATE_FUNCTIONS(8, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO8, bit 7 reserved */
286 ALTERNATE_FUNCTIONS(9, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO9, bit 0 reserved */
[all …]
Dpinctrl-ab8540.c305 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */
306 ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO1, altA controlled by bit 0 */
307 ALTERNATE_FUNCTIONS(2, 1, UNUSED, UNUSED, 0, 0, 0), /* GPIO2, altA controlled by bit 1 */
308 ALTERNATE_FUNCTIONS(3, 2, UNUSED, UNUSED, 0, 0, 0), /* GPIO3, altA controlled by bit 2*/
309 ALTERNATE_FUNCTIONS(4, 3, UNUSED, UNUSED, 0, 0, 0), /* GPIO4, altA controlled by bit 3*/
310 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5 */
311 ALTERNATE_FUNCTIONS(6, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO6 */
312 ALTERNATE_FUNCTIONS(7, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO7 */
313 ALTERNATE_FUNCTIONS(8, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO8 */
315 ALTERNATE_FUNCTIONS(9, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO9 */
[all …]
Dpinctrl-ab9540.c385 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */
386 ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO1, altA controlled by bit 0 */
387 ALTERNATE_FUNCTIONS(2, 1, UNUSED, UNUSED, 0, 0, 0), /* GPIO2, altA controlled by bit 1 */
388 ALTERNATE_FUNCTIONS(3, 2, UNUSED, UNUSED, 0, 0, 0), /* GPIO3, altA controlled by bit 2*/
389 ALTERNATE_FUNCTIONS(4, 3, UNUSED, UNUSED, 0, 0, 0), /* GPIO4, altA controlled by bit 3*/
390 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5 */
391 ALTERNATE_FUNCTIONS(6, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO6 */
392 ALTERNATE_FUNCTIONS(7, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO7 */
393 ALTERNATE_FUNCTIONS(8, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO8 */
395 ALTERNATE_FUNCTIONS(9, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO9 */
[all …]
Dpinctrl-ab8500.c394 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */
395 ALTERNATE_FUNCTIONS(1, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO1, altA controlled by bit 0 */
396 ALTERNATE_FUNCTIONS(2, 1, UNUSED, UNUSED, 0, 0, 0), /* GPIO2, altA controlled by bit 1 */
397 ALTERNATE_FUNCTIONS(3, 2, UNUSED, UNUSED, 0, 0, 0), /* GPIO3, altA controlled by bit 2*/
398 ALTERNATE_FUNCTIONS(4, 3, UNUSED, UNUSED, 0, 0, 0), /* GPIO4, altA controlled by bit 3*/
400 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5 */
401 ALTERNATE_FUNCTIONS(6, 5, UNUSED, UNUSED, 0, 0, 0), /* GPIO6, altA controlled by bit 5*/
402 ALTERNATE_FUNCTIONS(7, 6, UNUSED, UNUSED, 0, 0, 0), /* GPIO7, altA controlled by bit 6*/
403 ALTERNATE_FUNCTIONS(8, 7, UNUSED, UNUSED, 0, 0, 0), /* GPIO8, altA controlled by bit 7*/
405 ALTERNATE_FUNCTIONS(9, 0, UNUSED, UNUSED, 0, 0, 0), /* GPIO9, altA controlled by bit 0*/
[all …]
Dpinctrl-abx500.c377 if (((alt_setting == ABX500_ALT_A) && (af.gpiosel_bit == UNUSED)) || in abx500_set_mode()
378 ((alt_setting == ABX500_ALT_B) && (af.alt_bit1 == UNUSED)) || in abx500_set_mode()
379 ((alt_setting == ABX500_ALT_C) && (af.alt_bit2 == UNUSED))) { in abx500_set_mode()
397 if (af.alt_bit1 != UNUSED) in abx500_set_mode()
412 if (af.alt_bit1 != UNUSED) { in abx500_set_mode()
425 if (af.alt_bit2 != UNUSED) in abx500_set_mode()
446 if (af.alt_bit2 != UNUSED) in abx500_set_mode()
497 if (af.gpiosel_bit == UNUSED) in abx500_get_mode()
509 if ((af.alt_bit1 < UNUSED) || (af.alt_bit1 > 7) || in abx500_get_mode()
510 (af.alt_bit2 < UNUSED) || (af.alt_bit2 > 7)) { in abx500_get_mode()
[all …]
Dpinctrl-abx500.h70 #define UNUSED -1 macro
/linux-4.1.27/arch/sh/boards/mach-se/7721/
Dirq.c17 UNUSED = 0, enumerator
/linux-4.1.27/arch/sh/boards/mach-sdk7780/
Dirq.c18 UNUSED = 0, enumerator
/linux-4.1.27/arch/sh/boards/mach-highlander/
Dirq-r7780rp.c18 UNUSED = 0, enumerator
Dirq-r7780mp.c18 UNUSED = 0, enumerator
Dirq-r7785rp.c18 UNUSED = 0, enumerator
/linux-4.1.27/arch/sh/boards/mach-landisk/
Dirq.c24 UNUSED = 0, enumerator
/linux-4.1.27/drivers/char/tpm/
Dtpm_eventlog.h30 UNUSED, enumerator
Dtpm_eventlog.c146 case UNUSED: in get_event_name()
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
Dsetup-sh3.c18 UNUSED = 0, enumerator
Dsetup-sh7710.c21 UNUSED = 0, enumerator
Dsetup-sh7705.c22 UNUSED = 0, enumerator
Dsetup-sh770x.c26 UNUSED = 0, enumerator
Dsetup-sh7720.c226 UNUSED = 0, enumerator
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsetup-sh4-202.c88 UNUSED = 0, enumerator
Dsetup-sh7750.c185 UNUSED = 0, enumerator
Dsetup-sh7760.c19 UNUSED = 0, enumerator
/linux-4.1.27/arch/sh/boards/mach-r2d/
Dirq.c21 UNUSED = 0, enumerator
/linux-4.1.27/arch/sh/kernel/cpu/sh2/
Dsetup-sh7619.c20 UNUSED = 0, enumerator
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/
Dsetup-mxg.c17 UNUSED = 0, enumerator
Dsetup-sh7206.c19 UNUSED = 0, enumerator
Dsetup-sh7201.c19 UNUSED = 0, enumerator
Dsetup-sh7203.c18 UNUSED = 0, enumerator
Dsetup-sh7264.c19 UNUSED = 0, enumerator
Dsetup-sh7269.c20 UNUSED = 0, enumerator
/linux-4.1.27/drivers/net/fddi/skfp/
Dfplustm.c32 #ifndef UNUSED
34 #define UNUSED(x) (x) = (x) macro
36 #define UNUSED(x) macro
808 UNUSED(code_s3l) ; in mac3_irq()
Dhwmtm.c169 #ifndef UNUSED
171 #define UNUSED(x) (x) = (x) macro
173 #define UNUSED(x) macro
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_diag.c64 enum diag_state { UNUSED = 0, OPENED, INIT, READY }; enumerator
123 rdc->state = UNUSED; in return_client()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dvsc8211.c274 #ifdef UNUSED
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7366.c253 UNUSED=0, enumerator
Dsetup-sh7343.c311 UNUSED = 0, enumerator
Dsetup-sh7780.c298 UNUSED = 0, enumerator
Dsetup-sh7763.c235 UNUSED = 0, enumerator
Dsetup-shx3.c166 UNUSED = 0, enumerator
Dsetup-sh7734.c298 UNUSED = 0, enumerator
Dsetup-sh7723.c446 UNUSED=0, enumerator
Dsetup-sh7785.c370 UNUSED = 0, enumerator
Dsetup-sh7722.c526 UNUSED=0, enumerator
Dsetup-sh7770.c337 UNUSED = 0, enumerator
Dsetup-sh7786.c467 UNUSED = 0, enumerator
Dsetup-sh7724.c866 UNUSED = 0, enumerator
Dsetup-sh7757.c781 UNUSED = 0, enumerator
/linux-4.1.27/arch/arm/mach-shmobile/
Dintc-sh73a0.c32 UNUSED = 0, enumerator
/linux-4.1.27/Documentation/serial/
Drocket.txt146 On On UNUSED, MUST BE ON. On On First Card <==== Default
/linux-4.1.27/arch/s390/kernel/
Ddis.c36 UNUSED, /* Indicates the end of the operand list */ enumerator
165 [UNUSED] = { 0, 0, 0 },
/linux-4.1.27/arch/arm/boot/dts/
Ddra72-evm.dts224 /* LDO2_OUT --> TP1017 (UNUSED) */
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c117 #define UNUSED 0 macro
121 #define BA UNUSED + 1
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcmulti.c828 #ifdef UNUSED
/linux-4.1.27/kernel/trace/
Dtrace.c1975 #ifdef UNUSED