Home
last modified time | relevance | path

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

/linux/drivers/platform/mellanox/
H A Dmlxreg-lc.c202 .brdinfo = &mlxreg_lc_aux_pwr_devices[0],
206 .brdinfo = &mlxreg_lc_aux_pwr_devices[1],
230 .brdinfo = &mlxreg_lc_main_pwr_devices[0],
234 .brdinfo = &mlxreg_lc_main_pwr_devices[1],
238 .brdinfo = &mlxreg_lc_main_pwr_devices[2],
242 .brdinfo = &mlxreg_lc_main_pwr_devices[3],
420 dev->client = i2c_new_client_device(dev->adapter, dev->brdinfo); in mlxreg_lc_create_static_devices()
423 dev->brdinfo->type, dev->nr, dev->brdinfo->addr); in mlxreg_lc_create_static_devices()
732 data->hpdev.brdinfo->type, data->hpdev.nr, in mlxreg_lc_config_init()
733 data->hpdev.brdinfo->addr); in mlxreg_lc_config_init()
[all …]
H A Dnvsw-sn2201.c347 .brdinfo = &nvsw_sn2201_cpld_devices[0],
362 .brdinfo = &nvsw_sn2201_main_mux_devices[0],
414 .hpdev.brdinfo = &nvsw_sn2201_pwr_devices[0],
421 .hpdev.brdinfo = &nvsw_sn2201_pwr_devices[1],
431 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[0],
438 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[1],
445 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[2],
452 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[3],
565 .brdinfo = &nvsw_sn2201_static_devices[0],
569 .brdinfo = &nvsw_sn2201_static_devices[1],
[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()
/linux/drivers/platform/x86/
H A Dmlx-platform.c681 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0],
688 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1],
713 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr_ng800[0],
720 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr_ng800[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],
[all …]
/linux/include/linux/platform_data/
H A Dmlxreg.h104 struct i2c_board_info *brdinfo; member