Searched refs:ci_pdev (Results 1 – 2 of 2) sorted by relevance
22 struct platform_device *ci_pdev; member86 priv->ci_pdev = ci_hdrc_add_device(dev, pdev->resource, in ci_hdrc_usb2_probe()88 if (IS_ERR(priv->ci_pdev)) { in ci_hdrc_usb2_probe()89 ret = PTR_ERR(priv->ci_pdev); in ci_hdrc_usb2_probe()114 ci_hdrc_remove_device(priv->ci_pdev); in ci_hdrc_usb2_remove()
97 struct platform_device *ci_pdev; member473 data->ci_pdev = ci_hdrc_add_device(dev, in ci_hdrc_imx_probe()476 if (IS_ERR(data->ci_pdev)) { in ci_hdrc_imx_probe()477 ret = PTR_ERR(data->ci_pdev); in ci_hdrc_imx_probe()493 ci_hdrc_query_available_role(data->ci_pdev); in ci_hdrc_imx_probe()512 ci_hdrc_remove_device(data->ci_pdev); in ci_hdrc_imx_probe()521 data->ci_pdev = NULL; in ci_hdrc_imx_probe()536 if (data->ci_pdev) in ci_hdrc_imx_remove()537 ci_hdrc_remove_device(data->ci_pdev); in ci_hdrc_imx_remove()540 if (data->ci_pdev) { in ci_hdrc_imx_remove()