Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
A Dmlx-platform.c524 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0],
531 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1],
556 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[0],
563 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[1],
570 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[2],
577 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[3],
797 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0],
804 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1],
1089 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0],
1096 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1],
[all …]
/linux/drivers/platform/mellanox/
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()
817 data->hpdev.brdinfo); in mlxreg_lc_probe()
820 data->hpdev.brdinfo->type, data->hpdev.nr, data->hpdev.brdinfo->addr); in mlxreg_lc_probe()
[all …]
A Dmlxreg-hotplug.c105 struct i2c_board_info *brdinfo = data->hpdev.brdinfo; in mlxreg_hotplug_device_create() local
131 if (brdinfo->platform_data) in mlxreg_hotplug_device_create()
132 mlxreg_hotplug_pdata_export(brdinfo->platform_data, pdata->regmap); in mlxreg_hotplug_device_create()
135 brdinfo); in mlxreg_hotplug_device_create()
138 brdinfo->type, data->hpdev.nr + in mlxreg_hotplug_device_create()
139 pdata->shift_nr, brdinfo->addr); in mlxreg_hotplug_device_create()
150 if (data->hpdev.brdinfo && data->hpdev.brdinfo->platform_data) in mlxreg_hotplug_device_create()
151 mlxreg_hotplug_pdata_export(data->hpdev.brdinfo->platform_data, in mlxreg_hotplug_device_create()
156 brdinfo->type, in mlxreg_hotplug_device_create()
/linux/include/linux/platform_data/
A Dmlxreg.h104 struct i2c_board_info *brdinfo; member

Completed in 14 milliseconds