Searched refs:hpdev (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/platform/x86/ |
| A D | mlx-platform.c | 650 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, 656 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, 666 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, 672 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, 698 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, 704 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, 761 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, 770 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, 917 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, 923 .hpdev.nr = MLXPLAT_CPLD_NR_NONE, [all …]
|
| /linux/drivers/pci/controller/ |
| A D | pci-hyperv.c | 971 kfree(hpdev); in put_pcichild() 1296 if (!hpdev) in hv_pcifront_read_config() 1324 if (!hpdev) in hv_pcifront_write_config() 1576 if (!hpdev) in hv_register_block_invalidate() 1641 if (!hpdev) { in hv_msi_free() 1863 if (!hpdev) in hv_compose_msi_msg() 2474 hpdev = kzalloc(sizeof(*hpdev), GFP_KERNEL); in new_pcichild_device() 2475 if (!hpdev) in new_pcichild_device() 2482 comp_pkt.hpdev = hpdev; in new_pcichild_device() 3491 if (!hpdev) in hv_send_resources_allocated() [all …]
|
| /linux/drivers/platform/mellanox/ |
| A D | mlxreg-lc.c | 732 data->hpdev.brdinfo->type, data->hpdev.nr, in mlxreg_lc_config_init() 750 data->hpdev.brdinfo->type, data->hpdev.nr, data->hpdev.brdinfo->addr); in mlxreg_lc_config_init() 762 data->hpdev.brdinfo->type, data->hpdev.nr, in mlxreg_lc_config_init() 778 data->hpdev.brdinfo->type, data->hpdev.nr, in mlxreg_lc_config_init() 831 data->hpdev.adapter = i2c_get_adapter(data->hpdev.nr); in mlxreg_lc_probe() 834 data->hpdev.nr); in mlxreg_lc_probe() 840 data->hpdev.client = i2c_new_client_device(data->hpdev.adapter, 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() 864 i, data->hpdev.brdinfo->type, data->hpdev.nr, in mlxreg_lc_probe() [all …]
|
| A D | mlxreg-hotplug.c | 115 if (data->hpdev.nr < 0 && data->hpdev.action != MLXREG_HOTPLUG_DEVICE_NO_ACTION) in mlxreg_hotplug_device_create() 121 data->hpdev.adapter = i2c_get_adapter(data->hpdev.nr + in mlxreg_hotplug_device_create() 149 if (data->hpdev.brdinfo && data->hpdev.brdinfo->platform_data) in mlxreg_hotplug_device_create() 156 data->hpdev.nr, in mlxreg_hotplug_device_create() 167 if (data->hpdev.notifier && data->hpdev.notifier->user_handler) in mlxreg_hotplug_device_create() 168 return data->hpdev.notifier->user_handler(data->hpdev.notifier->handle, kind, 1); in mlxreg_hotplug_device_create() 180 if (data->hpdev.notifier && data->hpdev.notifier->user_handler) in mlxreg_hotplug_device_destroy() 181 data->hpdev.notifier->user_handler(data->hpdev.notifier->handle, kind, 0); in mlxreg_hotplug_device_destroy() 185 if (data->hpdev.client) { in mlxreg_hotplug_device_destroy() 190 if (data->hpdev.adapter) { in mlxreg_hotplug_device_destroy() [all …]
|
| A D | nvsw-sn2201.c | 399 .hpdev.nr = NVSW_SN2201_NR_NONE, 405 .hpdev.nr = NVSW_SN2201_NR_NONE, 415 .hpdev.nr = NVSW_SN2201_MAIN_MUX_CH1_NR, 422 .hpdev.nr = NVSW_SN2201_MAIN_MUX_CH2_NR, 432 .hpdev.nr = NVSW_SN2201_2ND_MUX_CH0_NR, 439 .hpdev.nr = NVSW_SN2201_2ND_MUX_CH1_NR, 446 .hpdev.nr = NVSW_SN2201_2ND_MUX_CH2_NR, 453 .hpdev.nr = NVSW_SN2201_2ND_MUX_CH3_NR, 462 .hpdev.nr = NVSW_SN2201_NR_NONE, 468 .hpdev.nr = NVSW_SN2201_NR_NONE, [all …]
|
| /linux/include/linux/platform_data/ |
| A D | mlxreg.h | 147 struct mlxreg_hotplug_device hpdev; member
|
Completed in 33 milliseconds