Lines Matching defs:nhi
19 struct tb_nhi *nhi = data;
35 if (nhi->pdev->dev.fwnode != args.fwnode)
87 link = device_link_add(&pdev->dev, &nhi->pdev->dev,
92 dev_dbg(&nhi->pdev->dev, "created link from %s\n",
95 dev_warn(&nhi->pdev->dev, "device link creation from %s failed\n",
109 * @nhi: Pointer to NHI
112 * @nhi ACPI node. For each reference a device link is added. The link
115 void tb_acpi_add_links(struct tb_nhi *nhi)
119 if (!has_acpi_companion(&nhi->pdev->dev))
127 tb_acpi_add_link, NULL, nhi, NULL);
129 dev_warn(&nhi->pdev->dev, "failed to enumerate tunneled ports\n");