Searched refs:brdinfo (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/platform/mellanox/ |
| H A D | nvsw-sn2201.c | 353 .brdinfo = &nvsw_sn2201_cpld_devices[0], 368 .brdinfo = &nvsw_sn2201_main_mux_devices[0], 420 .hpdev.brdinfo = &nvsw_sn2201_pwr_devices[0], 427 .hpdev.brdinfo = &nvsw_sn2201_pwr_devices[1], 437 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[0], 444 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[1], 451 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[2], 458 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[3], 603 .brdinfo = &nvsw_sn2201_static_devices[0], 607 .brdinfo = &nvsw_sn2201_static_devices[1], [all …]
|
| H A D | mlxreg-lc.c | 202 .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 D | mlxreg-dpu.c | 487 data->hpdev.brdinfo->type, data->hpdev.nr, in mlxreg_dpu_config_init() 488 data->hpdev.brdinfo->addr); in mlxreg_dpu_config_init() 530 if (!data || !data->hpdev.brdinfo) in mlxreg_dpu_probe() 545 data->hpdev.brdinfo); in mlxreg_dpu_probe() 548 data->hpdev.brdinfo->type, data->hpdev.nr, data->hpdev.brdinfo->addr); in mlxreg_dpu_probe() 556 data->hpdev.brdinfo->type, data->hpdev.nr, data->hpdev.brdinfo->addr); in mlxreg_dpu_probe() 566 data->hpdev.brdinfo->type, data->hpdev.nr, data->hpdev.brdinfo->addr); in mlxreg_dpu_probe() 574 err = mlxreg_dpu_config_init(mlxreg_dpu, regmap, data, data->hpdev.brdinfo->irq); in mlxreg_dpu_probe()
|
| H A D | mlx-platform.c | 735 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0], 742 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1], 767 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr_ng800[0], 774 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr_ng800[1], 784 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[0], 791 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[1], 798 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[2], 805 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[3], 1034 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0], 1041 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1], [all …]
|
| H A D | mlxreg-hotplug.c | 104 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/include/linux/platform_data/ |
| H A D | mlxreg.h | 104 struct i2c_board_info *brdinfo; member
|