Lines Matching refs:match
718 * Return: a non-zero value on match with smaller values returned for more
802 * of_flat_dt_match_machine - Iterate match tables to find matching machine.
804 * @default_match: A machine specific ptr to return in case of no match.
805 * @get_next_compat: callback function to return next compatible match table.
807 * Iterate through machine match tables to find the best match for the machine
937 const struct earlycon_id *match = *p_match;
939 if (!match->compatible[0])
942 if (fdt_node_check_compatible(fdt, offset, match->compatible))
945 if (of_setup_earlycon(match, offset, options) == 0)