Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcomponent.h101 struct component_match **matchptr,
105 struct component_match **matchptr,
126 struct component_match **matchptr, in component_match_add() argument
129 component_match_add_release(parent, matchptr, NULL, compare, in component_match_add()
/linux/drivers/base/
H A Dcomponent.c382 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()
/linux/drivers/gpu/drm/imx/dc/
H A Ddc-drv.c52 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()
/linux/drivers/platform/x86/lenovo/
H A Dwmi-capdata.c147 void lwmi_cd_match_add_all(struct device *master, struct component_match **matchptr) in lwmi_cd_match_add_all() argument
151 if (WARN_ON(*matchptr)) in lwmi_cd_match_add_all()
159 component_match_add(master, matchptr, lwmi_cd_match, in lwmi_cd_match_add_all()
161 if (IS_ERR(*matchptr)) in lwmi_cd_match_add_all()
H A Dwmi-capdata.h60 void lwmi_cd_match_add_all(struct device *master, struct component_match **matchptr);
/linux/drivers/gpu/drm/
H A Ddrm_of.c91 struct component_match **matchptr, in drm_of_component_match_add() argument
96 component_match_add_release(master, matchptr, component_release_of, in drm_of_component_match_add()
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c909 struct component_match **matchptr) in add_mdp_components() argument
944 drm_of_component_match_add(master_dev, matchptr, in add_mdp_components()
1014 struct component_match **matchptr) in add_gpu_components() argument
1023 drm_of_component_match_add(dev, matchptr, component_compare_of, np); in add_gpu_components()
/linux/sound/soc/codecs/
H A Dpm4125.c1629 struct component_match **matchptr) in pm4125_add_slave_components() argument
1636 component_match_add_release(dev, matchptr, component_release_of, component_compare_of, in pm4125_add_slave_components()
1642 component_match_add_release(dev, matchptr, component_release_of, component_compare_of, in pm4125_add_slave_components()
H A Dwcd937x.c2855 struct component_match **matchptr) in wcd937x_add_slave_components() argument
2865 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_add_slave_components()
2874 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_add_slave_components()
H A Dwcd939x.c3519 struct component_match **matchptr) in wcd939x_add_slave_components() argument
3529 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components()
3538 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components()
H A Dwcd938x.c3455 struct component_match **matchptr) in wcd938x_add_slave_components() argument
3467 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()
3476 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()