Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
A Dmlx-platform.c493 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
499 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
509 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
515 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
541 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
547 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
587 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
734 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
740 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
782 .hpdev.nr = MLXPLAT_CPLD_NR_NONE,
[all …]
/linux/drivers/pci/controller/
A Dpci-hyperv.c727 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
764 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
798 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_write_config()
844 if (!hpdev) in hv_pcifront_read_config()
872 if (!hpdev) in hv_pcifront_write_config()
1124 if (!hpdev) in hv_register_block_invalidate()
1449 if (!hpdev) in hv_compose_msi_msg()
1998 hpdev = kzalloc(sizeof(*hpdev), GFP_KERNEL); in new_pcichild_device()
1999 if (!hpdev) in new_pcichild_device()
2006 comp_pkt.hpdev = hpdev; in new_pcichild_device()
[all …]
/linux/drivers/platform/mellanox/
A Dmlxreg-hotplug.c116 if (data->hpdev.nr < 0) in mlxreg_hotplug_device_create()
122 data->hpdev.adapter = i2c_get_adapter(data->hpdev.nr + in mlxreg_hotplug_device_create()
150 if (data->hpdev.brdinfo && data->hpdev.brdinfo->platform_data) in mlxreg_hotplug_device_create()
157 data->hpdev.nr, in mlxreg_hotplug_device_create()
168 if (data->hpdev.notifier && data->hpdev.notifier->user_handler) in mlxreg_hotplug_device_create()
169 return data->hpdev.notifier->user_handler(data->hpdev.notifier->handle, kind, 1); in mlxreg_hotplug_device_create()
181 if (data->hpdev.notifier && data->hpdev.notifier->user_handler) in mlxreg_hotplug_device_destroy()
182 data->hpdev.notifier->user_handler(data->hpdev.notifier->handle, kind, 0); in mlxreg_hotplug_device_destroy()
186 if (data->hpdev.client) { in mlxreg_hotplug_device_destroy()
191 if (data->hpdev.adapter) { in mlxreg_hotplug_device_destroy()
[all …]
A Dmlxreg-lc.c808 data->hpdev.adapter = i2c_get_adapter(data->hpdev.nr); in mlxreg_lc_probe()
809 if (!data->hpdev.adapter) { in mlxreg_lc_probe()
811 data->hpdev.nr); in mlxreg_lc_probe()
816 data->hpdev.client = i2c_new_client_device(data->hpdev.adapter, in mlxreg_lc_probe()
817 data->hpdev.brdinfo); in mlxreg_lc_probe()
818 if (IS_ERR(data->hpdev.client)) { in mlxreg_lc_probe()
820 data->hpdev.brdinfo->type, data->hpdev.nr, data->hpdev.brdinfo->addr); in mlxreg_lc_probe()
823 data->hpdev.adapter = NULL; in mlxreg_lc_probe()
884 if (data->hpdev.client) { in mlxreg_lc_remove()
886 data->hpdev.client = NULL; in mlxreg_lc_remove()
[all …]
/linux/include/linux/platform_data/
A Dmlxreg.h147 struct mlxreg_hotplug_device hpdev; member

Completed in 24 milliseconds