Searched refs:mlxplat_dev (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/platform/x86/ |
| D | mlx-platform.c | 4697 static struct platform_device *mlxplat_dev; variable 5184 mlxplat_dev = platform_device_register_simple(MLX_PLAT_DEVICE_NAME, PLATFORM_DEVID_NONE, in mlxplat_init() 5188 if (IS_ERR(mlxplat_dev)) in mlxplat_init() 5189 return PTR_ERR(mlxplat_dev); in mlxplat_init() 5191 priv = devm_kzalloc(&mlxplat_dev->dev, sizeof(struct mlxplat_priv), in mlxplat_init() 5197 platform_set_drvdata(mlxplat_dev, priv); in mlxplat_init() 5199 mlxplat_mlxcpld_regmap_ctx.base = devm_ioport_map(&mlxplat_dev->dev, in mlxplat_init() 5209 priv->regmap = devm_regmap_init(&mlxplat_dev->dev, NULL, in mlxplat_init() 5224 priv->pdev_i2c = platform_device_register_resndata(&mlxplat_dev->dev, "i2c_mlxcpld", in mlxplat_init() 5248 platform_device_register_resndata(&mlxplat_dev->dev, in mlxplat_init() [all …]
|