/drivers/pinctrl/nomadik/ |
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 …]
|
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 …]
|
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 …]
|
D | pinctrl-abx500.h | 69 #define UNUSED -1 macro
|
/drivers/crypto/qat/qat_common/ |
D | adf_cfg_common.h | 27 UNUSED = 0, enumerator
|
D | adf_gen2_hw_data.h | 124 UNUSED << ADF_CFG_SERV_RING_PAIR_2_SHIFT | \
|
/drivers/char/tpm/eventlog/ |
D | tpm1.c | 155 case UNUSED: in get_event_name()
|
/drivers/net/fddi/skfp/ |
D | fplustm.c | 24 #ifndef UNUSED 26 #define UNUSED(x) (x) = (x) macro 28 #define UNUSED(x) macro 800 UNUSED(code_s3l) ; in mac3_irq()
|
D | hwmtm.c | 161 #ifndef UNUSED 163 #define UNUSED(x) (x) = (x) macro 165 #define UNUSED(x) macro
|
/drivers/infiniband/hw/qib/ |
D | qib_diag.c | 64 enum diag_state { UNUSED = 0, OPENED, INIT, READY }; enumerator 123 rdc->state = UNUSED; in return_client()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | vsc8211.c | 274 #ifdef UNUSED
|
/drivers/gpu/drm/i915/display/ |
D | intel_crtc_state_dump.c | 62 OUTPUT_TYPE(UNUSED),
|
/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 814 #ifdef UNUSED
|