Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/mellanox/
H A Dmlxreg-lc.c202 .brdinfo = &mlxreg_lc_aux_pwr_devices[0],
423 dev->brdinfo->type, dev->nr, dev->brdinfo->addr); in mlxreg_lc_create_static_devices()
733 data->hpdev.brdinfo->addr); in mlxreg_lc_config_init()
750 data->hpdev.brdinfo->type, data->hpdev.nr, data->hpdev.brdinfo->addr); in mlxreg_lc_config_init()
763 data->hpdev.brdinfo->addr); in mlxreg_lc_config_init()
779 data->hpdev.brdinfo->addr); in mlxreg_lc_config_init()
841 data->hpdev.brdinfo); in mlxreg_lc_probe()
844 data->hpdev.brdinfo->type, data->hpdev.nr, data->hpdev.brdinfo->addr); in mlxreg_lc_probe()
853 data->hpdev.brdinfo->type, data->hpdev.nr, data->hpdev.brdinfo->addr); in mlxreg_lc_probe()
865 data->hpdev.brdinfo->addr); in mlxreg_lc_probe()
[all …]
H A Dnvsw-sn2201.c347 .brdinfo = &nvsw_sn2201_cpld_devices[0],
565 .brdinfo = &nvsw_sn2201_static_devices[0],
569 .brdinfo = &nvsw_sn2201_static_devices[1],
573 .brdinfo = &nvsw_sn2201_static_devices[2],
577 .brdinfo = &nvsw_sn2201_static_devices[3],
581 .brdinfo = &nvsw_sn2201_static_devices[4],
585 .brdinfo = &nvsw_sn2201_static_devices[5],
589 .brdinfo = &nvsw_sn2201_static_devices[6],
905 dev->brdinfo->type, in nvsw_sn2201_create_static_devices()
906 dev->nr, dev->brdinfo->addr); in nvsw_sn2201_create_static_devices()
[all …]
H A Dmlxreg-hotplug.c104 struct i2c_board_info *brdinfo = data->hpdev.brdinfo; in mlxreg_hotplug_device_create() local
130 if (brdinfo->platform_data) in mlxreg_hotplug_device_create()
131 mlxreg_hotplug_pdata_export(brdinfo->platform_data, pdata->regmap); in mlxreg_hotplug_device_create()
134 brdinfo); in mlxreg_hotplug_device_create()
137 brdinfo->type, data->hpdev.nr + in mlxreg_hotplug_device_create()
138 pdata->shift_nr, brdinfo->addr); in mlxreg_hotplug_device_create()
149 if (data->hpdev.brdinfo && data->hpdev.brdinfo->platform_data) in mlxreg_hotplug_device_create()
150 mlxreg_hotplug_pdata_export(data->hpdev.brdinfo->platform_data, in mlxreg_hotplug_device_create()
155 brdinfo->type, in mlxreg_hotplug_device_create()
/openbmc/linux/drivers/platform/x86/
H A Dmlx-platform.c681 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0],
688 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1],
730 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[0],
737 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[1],
744 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[2],
751 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[3],
980 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0],
987 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1],
1272 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0],
1279 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1],
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dmlxreg.h104 struct i2c_board_info *brdinfo; member