Searched refs:pdev_mux (Results 1 – 1 of 1) sorted by relevance
170 struct platform_device *pdev_mux[MLXPLAT_CPLD_LPC_MUX_DEVS]; member2135 priv->pdev_mux[i] = platform_device_register_resndata( in mlxplat_init()2140 if (IS_ERR(priv->pdev_mux[i])) { in mlxplat_init()2141 err = PTR_ERR(priv->pdev_mux[i]); in mlxplat_init()2245 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_init()2269 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_exit()