Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dmlx-platform.c361 struct platform_device *pdev_fan; member
6364 priv->pdev_fan = platform_device_register_resndata(&mlxplat_dev->dev, "mlxreg-fan", in mlxplat_post_init()
6368 if (IS_ERR(priv->pdev_fan)) { in mlxplat_post_init()
6369 err = PTR_ERR(priv->pdev_fan); in mlxplat_post_init()
6416 if (priv->pdev_fan) in mlxplat_pre_exit()
6417 platform_device_unregister(priv->pdev_fan); in mlxplat_pre_exit()