Lines Matching refs:mlxplat_hotplug

1353 static struct mlxreg_core_hotplug_platform_data *mlxplat_hotplug;  variable
1367 mlxplat_hotplug = &mlxplat_mlxcpld_default_data; in mlxplat_dmi_default_matched()
1368 mlxplat_hotplug->deferred_nr = in mlxplat_dmi_default_matched()
1385 mlxplat_hotplug = &mlxplat_mlxcpld_msn21xx_data; in mlxplat_dmi_msn21xx_matched()
1386 mlxplat_hotplug->deferred_nr = in mlxplat_dmi_msn21xx_matched()
1403 mlxplat_hotplug = &mlxplat_mlxcpld_msn274x_data; in mlxplat_dmi_msn274x_matched()
1404 mlxplat_hotplug->deferred_nr = in mlxplat_dmi_msn274x_matched()
1421 mlxplat_hotplug = &mlxplat_mlxcpld_msn201x_data; in mlxplat_dmi_msn201x_matched()
1422 mlxplat_hotplug->deferred_nr = in mlxplat_dmi_msn201x_matched()
1439 mlxplat_hotplug = &mlxplat_mlxcpld_default_ng_data; in mlxplat_dmi_qmb7xx_matched()
1440 mlxplat_hotplug->deferred_nr = in mlxplat_dmi_qmb7xx_matched()
1586 mlxplat_hotplug->shift_nr = shift; in mlxplat_mlxcpld_verify_bus_topology()
1646 mlxplat_hotplug->regmap = devm_regmap_init(&mlxplat_dev->dev, NULL, in mlxplat_init()
1649 if (IS_ERR(mlxplat_hotplug->regmap)) { in mlxplat_init()
1650 err = PTR_ERR(mlxplat_hotplug->regmap); in mlxplat_init()
1659 mlxplat_hotplug, sizeof(*mlxplat_hotplug)); in mlxplat_init()
1667 err = regmap_write(mlxplat_hotplug->regmap, in mlxplat_init()
1675 mlxplat_led->regmap = mlxplat_hotplug->regmap; in mlxplat_init()
1687 mlxplat_regs_io->regmap = mlxplat_hotplug->regmap; in mlxplat_init()
1701 mlxplat_fan->regmap = mlxplat_hotplug->regmap; in mlxplat_init()
1714 regcache_mark_dirty(mlxplat_hotplug->regmap); in mlxplat_init()
1715 err = regcache_sync(mlxplat_hotplug->regmap); in mlxplat_init()