Home
last modified time | relevance | path

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

/linux/drivers/platform/mellanox/
H A Dmlx-platform.c399 struct platform_device *pdev_fan; member
7858 priv->pdev_fan = platform_device_register_resndata(&mlxplat_dev->dev, "mlxreg-fan", in mlxplat_platdevs_init()
7862 if (IS_ERR(priv->pdev_fan)) { in mlxplat_platdevs_init()
7863 err = PTR_ERR(priv->pdev_fan); in mlxplat_platdevs_init()
7929 if (priv->pdev_fan) in mlxplat_platdevs_exit()
7930 platform_device_unregister(priv->pdev_fan); in mlxplat_platdevs_exit()