Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dlegacy_serial.c72 static int __init add_legacy_port(struct device_node *np, int want_index, in add_legacy_port() argument
96 if (want_index >= 0 && want_index < MAX_LEGACY_SERIAL_PORTS) in add_legacy_port()
97 index = want_index; in add_legacy_port()