Searched refs:ci_pdev (Results 1 – 2 of 2) sorted by relevance
22 struct platform_device *ci_pdev; member85 priv->ci_pdev = ci_hdrc_add_device(dev, pdev->resource, in ci_hdrc_usb2_probe()87 if (IS_ERR(priv->ci_pdev)) { in ci_hdrc_usb2_probe()88 ret = PTR_ERR(priv->ci_pdev); in ci_hdrc_usb2_probe()113 ci_hdrc_remove_device(priv->ci_pdev); in ci_hdrc_usb2_remove()
97 struct platform_device *ci_pdev; member478 data->ci_pdev = ci_hdrc_add_device(dev, in ci_hdrc_imx_probe()481 if (IS_ERR(data->ci_pdev)) { in ci_hdrc_imx_probe()482 ret = PTR_ERR(data->ci_pdev); in ci_hdrc_imx_probe()498 ci_hdrc_query_available_role(data->ci_pdev); in ci_hdrc_imx_probe()517 ci_hdrc_remove_device(data->ci_pdev); in ci_hdrc_imx_probe()528 data->ci_pdev = NULL; in ci_hdrc_imx_probe()541 if (data->ci_pdev) in ci_hdrc_imx_remove()542 ci_hdrc_remove_device(data->ci_pdev); in ci_hdrc_imx_remove()545 if (data->ci_pdev) { in ci_hdrc_imx_remove()