Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcomponent.h93 struct component_match **matchptr,
97 struct component_match **matchptr,
118 struct component_match **matchptr, in component_match_add() argument
121 component_match_add_release(master, matchptr, NULL, compare, in component_match_add()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcomponent.c337 struct component_match **matchptr, in __component_match_add() argument
343 struct component_match *match = *matchptr; in __component_match_add()
352 *matchptr = ERR_PTR(-ENOMEM); in __component_match_add()
358 *matchptr = match; in __component_match_add()
367 *matchptr = ERR_PTR(ret); in __component_match_add()
401 struct component_match **matchptr, in component_match_add_release() argument
405 __component_match_add(master, matchptr, release, compare, NULL, in component_match_add_release()
428 struct component_match **matchptr, in component_match_add_typed() argument
431 __component_match_add(master, matchptr, NULL, NULL, compare_typed, in component_match_add_typed()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_of.h37 struct component_match **matchptr,
67 struct component_match **matchptr, in drm_of_component_match_add() argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_of.c92 struct component_match **matchptr, in drm_of_component_match_add() argument
97 component_match_add_release(master, matchptr, drm_release_of, in drm_of_component_match_add()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_drv.c1134 struct component_match **matchptr) in add_components_mdp() argument
1183 drm_of_component_match_add(master_dev, matchptr, in add_components_mdp()
1198 struct component_match **matchptr) in add_display_components() argument
1228 drm_of_component_match_add(dev, matchptr, compare_of, in add_display_components()
1235 ret = add_components_mdp(mdp_dev, matchptr); in add_display_components()
1256 struct component_match **matchptr) in add_gpu_components() argument
1265 drm_of_component_match_add(dev, matchptr, compare_of, np); in add_gpu_components()