Lines Matching defs:matchptr
382 struct component_match **matchptr,
388 struct component_match *match = *matchptr;
397 *matchptr = ERR_PTR(-ENOMEM);
403 *matchptr = match;
412 *matchptr = ERR_PTR(ret);
428 * @matchptr: pointer to the list of component matches
433 * Adds a new component match to the list stored in @matchptr, which the
435 * by @matchptr must be initialized to NULL before adding the first match. This
438 * The allocated match list in @matchptr is automatically released using devm
446 struct component_match **matchptr,
450 __component_match_add(parent, matchptr, release, compare, NULL,
458 * @matchptr: pointer to the list of component matches
462 * Adds a new component match to the list stored in @matchptr, which the
464 * by @matchptr must be initialized to NULL before adding the first match. This
467 * The allocated match list in @matchptr is automatically released using devm
473 struct component_match **matchptr,
476 __component_match_add(parent, matchptr, NULL, NULL, compare_typed,