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

123

/linux-master/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.c263 if (((alt_setting == ABX500_ALT_A) && (af.gpiosel_bit == UNUSED)) ||
264 ((alt_setting == ABX500_ALT_B) && (af.alt_bit1 == UNUSED)) ||
265 ((alt_setting == ABX500_ALT_C) && (af.alt_bit2 == UNUSED))) {
283 if (af.alt_bit1 != UNUSED)
298 if (af.alt_bit1 != UNUSED) {
311 if (af.alt_bit2 != UNUSED)
332 if (af.alt_bit2 != UNUSED)
384 if (af.gpiosel_bit == UNUSED)
396 if ((af.alt_bit1 < UNUSED) || (af.alt_bit1 > 7) ||
397 (af.alt_bit2 < UNUSED) || (a
[all...]
H A Dpinctrl-abx500.h73 #define UNUSED -1 macro
/linux-master/tools/objtool/
H A Dobjtool.c143 static const char *UNUSED = "OBJTOOL_NOT_IMPLEMENTED"; local
146 exec_cmd_init("objtool", UNUSED, UNUSED, UNUSED);
147 pager_init(UNUSED);
/linux-master/arch/sh/boards/mach-sdk7780/
H A Dirq.c15 UNUSED = 0, enumerator in enum:__anon1022
/linux-master/arch/sh/boards/mach-se/7721/
H A Dirq.c14 UNUSED = 0, enumerator in enum:__anon1025
/linux-master/arch/sh/boards/mach-highlander/
H A Dirq-r7780rp.c15 UNUSED = 0, enumerator in enum:__anon1017
H A Dirq-r7780mp.c15 UNUSED = 0, enumerator in enum:__anon1016
H A Dirq-r7785rp.c15 UNUSED = 0, enumerator in enum:__anon1018
/linux-master/arch/sh/boards/mach-landisk/
H A Dirq.c21 UNUSED = 0, enumerator in enum:__anon1
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh3.c16 UNUSED = 0, enumerator in enum:__anon20
H A Dsetup-sh7720.c220 UNUSED = 0, enumerator in enum:__anon24
H A Dsetup-sh770x.c24 UNUSED = 0, enumerator in enum:__anon22
H A Dsetup-sh7705.c20 UNUSED = 0, enumerator in enum:__anon21
H A Dsetup-sh7710.c19 UNUSED = 0, enumerator in enum:__anon23
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg_common.h27 UNUSED = 0, enumerator in enum:adf_cfg_service_type
H A Dadf_gen2_hw_data.h124 UNUSED << ADF_CFG_SERV_RING_PAIR_2_SHIFT | \
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dsetup-sh7619.c18 UNUSED = 0, enumerator in enum:__anon13
/linux-master/arch/sh/boards/mach-r2d/
H A Dirq.c22 UNUSED = 0, enumerator in enum:__anon3
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dsetup-mxg.c15 UNUSED = 0, enumerator in enum:__anon14
/linux-master/include/linux/
H A Dtpm_eventlog.h37 UNUSED, enumerator in enum:tcpa_event_types
/linux-master/drivers/char/tpm/eventlog/
H A Dtpm1.c155 case UNUSED:
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_diag.c64 enum diag_state { UNUSED = 0, OPENED, INIT, READY }; enumerator in enum:diag_state
123 rdc->state = UNUSED;
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dvsc8211.c274 #ifdef UNUSED
314 #endif /* UNUSED */

Completed in 362 milliseconds

123