Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dmlx-platform.c359 struct platform_device *pdev_led; member
6337 priv->pdev_led = in mlxplat_post_init()
6341 if (IS_ERR(priv->pdev_led)) { in mlxplat_post_init()
6342 err = PTR_ERR(priv->pdev_led); in mlxplat_post_init()
6402 platform_device_unregister(priv->pdev_led); in mlxplat_post_init()
6420 if (priv->pdev_led) in mlxplat_pre_exit()
6421 platform_device_unregister(priv->pdev_led); in mlxplat_pre_exit()