Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dmlx-platform.c370 static struct platform_device *mlxplat_dev; variable
2432 dev_err(&mlxplat_dev->dev, "Register access failed"); in mlxplat_mlxcpld_l1_switch_intrusion_events_handler()
5595 if (IS_ERR(mlxplat_dev)) in mlxplat_register_platform_device()
5596 return PTR_ERR(mlxplat_dev); in mlxplat_register_platform_device()
6224 dev_err(&mlxplat_dev->dev, "ioremap failed\n"); in mlxplat_pci_fpga_device_init()
6323 platform_device_register_resndata(&mlxplat_dev->dev, in mlxplat_post_init()
6544 mlxplat_dev = pdev; in mlxplat_probe()
6557 platform_set_drvdata(mlxplat_dev, priv); in mlxplat_probe()
6565 priv->regmap = devm_regmap_init(&mlxplat_dev->dev, NULL, in mlxplat_probe()
6656 if (mlxplat_dev) in mlxplat_exit()
[all …]