Searched refs:matchptr (Results 1 – 4 of 4) sorted by relevance
| /drivers/base/ |
| A D | component.c | 382 struct component_match **matchptr, in __component_match_add() argument 388 struct component_match *match = *matchptr; in __component_match_add() 397 *matchptr = ERR_PTR(-ENOMEM); in __component_match_add() 403 *matchptr = match; in __component_match_add() 412 *matchptr = ERR_PTR(ret); in __component_match_add() 446 struct component_match **matchptr, in component_match_add_release() argument 450 __component_match_add(parent, matchptr, release, compare, NULL, in component_match_add_release() 473 struct component_match **matchptr, in component_match_add_typed() argument 476 __component_match_add(parent, matchptr, NULL, NULL, compare_typed, in component_match_add_typed()
|
| /drivers/gpu/drm/imx/dc/ |
| A D | dc-drv.c | 52 dc_add_components(struct device *dev, struct component_match **matchptr) in dc_add_components() argument 61 drm_of_component_match_add(dev, matchptr, component_compare_of, in dc_add_components() 65 drm_of_component_match_add(dev, matchptr, in dc_add_components()
|
| /drivers/gpu/drm/ |
| A D | drm_of.c | 90 struct component_match **matchptr, in drm_of_component_match_add() argument 95 component_match_add_release(master, matchptr, component_release_of, in drm_of_component_match_add()
|
| /drivers/gpu/drm/msm/ |
| A D | msm_drv.c | 906 struct component_match **matchptr) in add_mdp_components() argument 941 drm_of_component_match_add(master_dev, matchptr, in add_mdp_components() 1001 struct component_match **matchptr) in add_gpu_components() argument 1010 drm_of_component_match_add(dev, matchptr, component_compare_of, np); in add_gpu_components()
|
Completed in 10 milliseconds