Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dmlx-platform.c360 struct platform_device *pdev_io_regs; member
6350 priv->pdev_io_regs = platform_device_register_resndata(&mlxplat_dev->dev, in mlxplat_post_init()
6355 if (IS_ERR(priv->pdev_io_regs)) { in mlxplat_post_init()
6356 err = PTR_ERR(priv->pdev_io_regs); in mlxplat_post_init()
6399 platform_device_unregister(priv->pdev_io_regs); in mlxplat_post_init()
6418 if (priv->pdev_io_regs) in mlxplat_pre_exit()
6419 platform_device_unregister(priv->pdev_io_regs); in mlxplat_pre_exit()