Searched refs:cmatch (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | dss.c | 1361 struct dss_component_match_data *cmatch = data; in dss_add_child_component() local 1362 struct component_match **match = cmatch->match; in dss_add_child_component() 1380 return device_for_each_child(dev, cmatch, in dss_add_child_component() 1383 component_match_add(cmatch->dev, match, dss_component_compare, dev); in dss_add_child_component() 1426 struct dss_component_match_data cmatch; in dss_probe() local 1504 cmatch.dev = &pdev->dev; in dss_probe() 1505 cmatch.match = &match; in dss_probe() 1506 device_for_each_child(&pdev->dev, &cmatch, dss_add_child_component); in dss_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | dss.c | 1357 struct dss_component_match_data *cmatch = data; in dss_add_child_component() local 1358 struct component_match **match = cmatch->match; in dss_add_child_component() 1376 return device_for_each_child(dev, cmatch, in dss_add_child_component() 1379 component_match_add(cmatch->dev, match, component_compare_dev, dev); in dss_add_child_component() 1422 struct dss_component_match_data cmatch; in dss_probe() local 1498 cmatch.dev = &pdev->dev; in dss_probe() 1499 cmatch.match = &match; in dss_probe() 1500 device_for_each_child(&pdev->dev, &cmatch, dss_add_child_component); in dss_probe()
|
Completed in 8 milliseconds