| /linux/drivers/usb/typec/ |
| H A D | port-mapper.c | 101 return component_master_add_with_match(&con->dev, &typec_aggregate_ops, arg.match); in typec_link_ports()
|
| /linux/drivers/misc/mei/gsc_proxy/ |
| H A D | mei_gsc_proxy.c | 158 ret = component_master_add_with_match(&cldev->dev, in mei_gsc_proxy_probe()
|
| /linux/drivers/gpu/drm/bridge/imx/ |
| H A D | imx8mp-hdmi-tx.c | 155 return component_master_add_with_match(dev, &imx8mp_dw_hdmi_ops, match); in imx8mp_dw_hdmi_probe()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | hda_component.c | 183 ret = component_master_add_with_match(dev, ops, match); in hda_component_manager_init()
|
| /linux/drivers/misc/mei/pxp/ |
| H A D | mei_pxp.c | 291 ret = component_master_add_with_match(&cldev->dev, in mei_pxp_probe()
|
| /linux/drivers/gpu/drm/imx/dc/ |
| H A D | dc-drv.c | 186 ret = component_master_add_with_match(&pdev->dev, &dc_drm_ops, match); in dc_probe()
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_drv.c | 226 return component_master_add_with_match(&pdev->dev, &armada_master_ops, in armada_drm_probe()
|
| /linux/drivers/base/ |
| H A D | component.c | 512 int component_master_add_with_match(struct device *parent, in component_master_add_with_match() function 546 EXPORT_SYMBOL_GPL(component_master_add_with_match);
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_drv.c | 473 ret = component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | meson_drv.c | 510 return component_master_add_with_match(&pdev->dev, in meson_drv_probe()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.c | 675 return component_master_add_with_match(dev, &etnaviv_master_ops, match); in etnaviv_pdev_probe()
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_disp_ovl_adaptor.c | 655 ret = component_master_add_with_match(dev, &mtk_disp_ovl_adaptor_master_ops, match); in mtk_disp_ovl_adaptor_probe()
|
| /linux/drivers/misc/mei/hdcp/ |
| H A D | mei_hdcp.c | 837 ret = component_master_add_with_match(&cldev->dev, in mei_hdcp_probe()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dss.c | 1218 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()
|
| /linux/drivers/gpu/drm/arm/ |
| H A D | malidp_drv.c | 947 return component_master_add_with_match(&pdev->dev, &malidp_master_ops, in malidp_platform_probe()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dss.c | 1497 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()
|
| /linux/sound/soc/codecs/ |
| H A D | pm4125.c | 1702 ret = component_master_add_with_match(dev, &pm4125_comp_ops, match); in pm4125_probe()
|
| H A D | wcd937x.c | 2950 ret = component_master_add_with_match(dev, &wcd937x_comp_ops, match); in wcd937x_remove()
|
| H A D | wcd938x.c | 3499 ret = component_master_add_with_match(dev, &wcd938x_comp_ops, match); in wcd938x_probe()
|
| H A D | wcd939x.c | 3565 ret = component_master_add_with_match(dev, &wcd939x_comp_ops, match); in wcd939x_probe()
|