Lines Matching defs:link
51 * link from xHCI instead.
69 const struct device_link *link;
76 * suspend too now that the device link is established).
80 link = device_link_add(&pdev->dev, &nhi->pdev->dev,
84 if (link) {
85 dev_dbg(&nhi->pdev->dev, "created link from %s\n",
89 dev_warn(&nhi->pdev->dev, "device link creation from %s failed\n",
106 * @nhi ACPI node. For each reference a device link is added. The link
109 * Returns %true if at least one link was created.
277 * This should only be called if the USB4/TBT link is not up.