Searched refs:pdev_mux (Results 1 – 3 of 3) sorted by relevance
205 struct platform_device *pdev_mux[MLXPLAT_CPLD_LPC_MUX_DEVS]; member2892 priv->pdev_mux[i] = platform_device_register_resndata( in mlxplat_init()2897 if (IS_ERR(priv->pdev_mux[i])) { in mlxplat_init()2898 err = PTR_ERR(priv->pdev_mux[i]); in mlxplat_init()3005 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_init()3029 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_exit()