Home
last modified time | relevance | path

Searched refs:pdev_fan (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/
H A Dmlx-platform.c361 struct platform_device *pdev_fan; member
6366 priv->pdev_fan = platform_device_register_resndata(&mlxplat_dev->dev, "mlxreg-fan", in mlxplat_platdevs_init()
6370 if (IS_ERR(priv->pdev_fan)) { in mlxplat_platdevs_init()
6371 err = PTR_ERR(priv->pdev_fan); in mlxplat_platdevs_init()
6418 if (priv->pdev_fan) in mlxplat_platdevs_exit()
6419 platform_device_unregister(priv->pdev_fan); in mlxplat_platdevs_exit()