Searched refs:pdev_mux (Results 1 – 1 of 1) sorted by relevance
158 struct platform_device *pdev_mux[MLXPLAT_CPLD_LPC_MUX_DEVS]; member1628 priv->pdev_mux[i] = platform_device_register_resndata( in mlxplat_init()1633 if (IS_ERR(priv->pdev_mux[i])) { in mlxplat_init()1634 err = PTR_ERR(priv->pdev_mux[i]); in mlxplat_init()1733 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_init()1755 platform_device_unregister(priv->pdev_mux[i]); in mlxplat_exit()