Lines Matching defs:matchptr
337 struct component_match **matchptr,
343 struct component_match *match = *matchptr;
352 *matchptr = ERR_PTR(-ENOMEM);
358 *matchptr = match;
367 *matchptr = ERR_PTR(ret);
383 * @matchptr: pointer to the list of component matches
388 * Adds a new component match to the list stored in @matchptr, which the @master
390 * by @matchptr must be initialized to NULL before adding the first match. This
393 * The allocated match list in @matchptr is automatically released using devm
401 struct component_match **matchptr,
405 __component_match_add(master, matchptr, release, compare, NULL,
413 * @matchptr: pointer to the list of component matches
417 * Adds a new component match to the list stored in @matchptr, which the @master
419 * by @matchptr must be initialized to NULL before adding the first match. This
422 * The allocated match list in @matchptr is automatically released using devm
428 struct component_match **matchptr,
431 __component_match_add(master, matchptr, NULL, NULL, compare_typed,