Searched refs:component_master_del (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/sound/hda/ |
D | hdac_i915.c | 239 component_master_del(dev, &hdac_component_master_ops); in snd_hdac_i915_init() 272 component_master_del(dev, &hdac_component_master_ops); in snd_hdac_i915_exit()
|
/linux-4.4.14/include/linux/ |
D | component.h | 26 void component_master_del(struct device *,
|
/linux-4.4.14/drivers/base/ |
D | component.c | 336 void component_master_del(struct device *dev, in component_master_del() function 351 EXPORT_SYMBOL_GPL(component_master_del);
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 246 component_master_del(&pdev->dev, &vc4_drm_ops); in vc4_platform_drm_remove()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_drv.c | 268 component_master_del(&pdev->dev, &sti_ops); in sti_platform_remove()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_drv.c | 313 component_master_del(&pdev->dev, &armada_master_ops); in armada_drm_remove()
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 551 component_master_del(&pdev->dev, &imx_drm_ops); in imx_drm_platform_remove()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 545 component_master_del(&pdev->dev, &rockchip_drm_ops); in rockchip_drm_platform_remove()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 631 component_master_del(&pdev->dev, &exynos_drm_ops); in exynos_drm_platform_remove()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 679 component_master_del(&pdev->dev, &tilcdc_comp_ops); in tilcdc_pdev_remove()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dss.c | 1259 component_master_del(&pdev->dev, &dss_component_ops); in dss_remove()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 1130 component_master_del(&pdev->dev, &msm_drm_ops); in msm_pdev_remove()
|