Searched refs:brdinfo (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/platform/mellanox/ |
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 …]
|
D | nvsw-sn2201.c | 343 .brdinfo = &nvsw_sn2201_cpld_devices[0], 358 .brdinfo = &nvsw_sn2201_main_mux_devices[0], 410 .hpdev.brdinfo = &nvsw_sn2201_pwr_devices[0], 417 .hpdev.brdinfo = &nvsw_sn2201_pwr_devices[1], 427 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[0], 434 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[1], 441 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[2], 448 .hpdev.brdinfo = &nvsw_sn2201_fan_devices[3], 561 .brdinfo = &nvsw_sn2201_static_devices[0], 565 .brdinfo = &nvsw_sn2201_static_devices[1], [all …]
|
D | mlxreg-hotplug.c | 105 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-v6.1/drivers/platform/x86/ |
D | mlx-platform.c | 534 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0], 541 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1], 566 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[0], 573 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[1], 580 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[2], 587 .hpdev.brdinfo = &mlxplat_mlxcpld_fan[3], 816 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0], 823 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1], 1108 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[0], 1115 .hpdev.brdinfo = &mlxplat_mlxcpld_pwr[1], [all …]
|
/Linux-v6.1/include/linux/platform_data/ |
D | mlxreg.h | 104 struct i2c_board_info *brdinfo; member
|