Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/pinctrl/nomadik/
A Dpinctrl-ab8505.c275 ALTERNATE_FUNCTIONS(0, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO0 */
279 ALTERNATE_FUNCTIONS(4, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO4, bit 3 reserved */
280 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5, bit 4 reserved */
281 ALTERNATE_FUNCTIONS(6, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO6, bit 5 reserved */
282 ALTERNATE_FUNCTIONS(7, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO7, bit 6 reserved */
283 ALTERNATE_FUNCTIONS(8, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO8, bit 7 reserved */
285 ALTERNATE_FUNCTIONS(9, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO9, bit 0 reserved */
288 ALTERNATE_FUNCTIONS(12, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO12, bit3 reserved */
291 ALTERNATE_FUNCTIONS(15, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO15, bit 6 reserved */
302 ALTERNATE_FUNCTIONS(21, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO21, bit 4 reserved */
[all …]
A Dpinctrl-ab8500.c392 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 */
395 ALTERNATE_FUNCTIONS(3, 2, UNUSED, UNUSED, 0, 0, 0), /* GPIO3, altA controlled by bit 2*/
396 ALTERNATE_FUNCTIONS(4, 3, UNUSED, UNUSED, 0, 0, 0), /* GPIO4, altA controlled by bit 3*/
398 ALTERNATE_FUNCTIONS(5, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO5 */
399 ALTERNATE_FUNCTIONS(6, 5, UNUSED, UNUSED, 0, 0, 0), /* GPIO6, altA controlled by bit 5*/
400 ALTERNATE_FUNCTIONS(7, 6, UNUSED, UNUSED, 0, 0, 0), /* GPIO7, altA controlled by bit 6*/
401 ALTERNATE_FUNCTIONS(8, 7, UNUSED, UNUSED, 0, 0, 0), /* GPIO8, altA controlled by bit 7*/
427 ALTERNATE_FUNCTIONS(26, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* GPIO26 */
435 ALTERNATE_FUNCTIONS(33, UNUSED, UNUSED, UNUSED, 0, 0, 0), /* no GPIO33 */
[all …]
A Dpinctrl-abx500.c261 ((alt_setting == ABX500_ALT_B) && (af.alt_bit1 == 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) || (af.alt_bit2 > 7)) { in abx500_get_mode()
401 if ((af.alt_bit2 != UNUSED) && (af.alt_bit1 == UNUSED)) { in abx500_get_mode()
408 if ((af.alt_bit1 == UNUSED) && (af.alt_bit2 == UNUSED)) in abx500_get_mode()
[all …]
A Dpinctrl-abx500.h73 #define UNUSED -1 macro
/linux-6.3-rc2/tools/objtool/
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()
/linux-6.3-rc2/arch/sh/boards/mach-se/7721/
A Dirq.c14 UNUSED = 0, enumerator
/linux-6.3-rc2/arch/sh/boards/mach-sdk7780/
A Dirq.c15 UNUSED = 0, enumerator
/linux-6.3-rc2/arch/sh/boards/mach-highlander/
A Dirq-r7780rp.c15 UNUSED = 0, enumerator
A Dirq-r7780mp.c15 UNUSED = 0, enumerator
A Dirq-r7785rp.c15 UNUSED = 0, enumerator
/linux-6.3-rc2/arch/sh/boards/mach-landisk/
A Dirq.c21 UNUSED = 0, enumerator
/linux-6.3-rc2/arch/sh/kernel/cpu/sh3/
A Dsetup-sh3.c16 UNUSED = 0, enumerator
A Dsetup-sh7710.c19 UNUSED = 0, enumerator
A Dsetup-sh7705.c20 UNUSED = 0, enumerator
A Dsetup-sh770x.c24 UNUSED = 0, enumerator
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_cfg_common.h27 UNUSED = 0, enumerator
A Dadf_gen2_hw_data.h124 UNUSED << ADF_CFG_SERV_RING_PAIR_2_SHIFT | \
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4/
A Dsetup-sh4-202.c85 UNUSED = 0, enumerator
/linux-6.3-rc2/arch/sh/boards/mach-r2d/
A Dirq.c22 UNUSED = 0, enumerator
/linux-6.3-rc2/tools/power/x86/turbostat/
A Dturbostat.c3422 UNUSED(c); in update_msr_sum()
3423 UNUSED(p); in update_msr_sum()
3451 UNUSED(v); in msr_record_handler()
4307 UNUSED(c); in print_epb()
4308 UNUSED(p); in print_epb()
4356 UNUSED(c); in print_hwp()
4357 UNUSED(p); in print_hwp()
4442 UNUSED(c); in print_perf_limit()
4443 UNUSED(p); in print_perf_limit()
4847 UNUSED(c); in print_thermal()
[all …]
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2/
A Dsetup-sh7619.c18 UNUSED = 0, enumerator
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/
A Dsetup-mxg.c15 UNUSED = 0, enumerator
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dfsl,imx8-pcie-phy.yaml45 Specifies the mode of the refclk pad used. It can be UNUSED(PHY
/linux-6.3-rc2/drivers/char/tpm/eventlog/
A Dtpm1.c155 case UNUSED: in get_event_name()
/linux-6.3-rc2/include/linux/
A Dtpm_eventlog.h37 UNUSED, enumerator

Completed in 48 milliseconds

123