root_port 4323 drivers/pci/quirks.c struct pci_dev *root_port = pci_find_pcie_root_port(pdev); root_port 4325 drivers/pci/quirks.c if (!root_port) { root_port 4330 drivers/pci/quirks.c pci_info(root_port, "Disabling No Snoop/Relaxed Ordering Attributes to avoid PCIe Completion erratum in %s\n", root_port 4332 drivers/pci/quirks.c pcie_capability_clear_and_set_word(root_port, PCI_EXP_DEVCTL, root_port 1197 drivers/thunderbolt/switch.c struct pci_dev *root_port; root_port 1205 drivers/thunderbolt/switch.c root_port = pci_find_pcie_root_port(sw->tb->nhi->pdev); root_port 1206 drivers/thunderbolt/switch.c if (root_port) root_port 1207 drivers/thunderbolt/switch.c pm_runtime_get_noresume(&root_port->dev); root_port 1212 drivers/thunderbolt/switch.c struct pci_dev *root_port; root_port 1214 drivers/thunderbolt/switch.c root_port = pci_find_pcie_root_port(sw->tb->nhi->pdev); root_port 1215 drivers/thunderbolt/switch.c if (root_port) root_port 1216 drivers/thunderbolt/switch.c pm_runtime_put(&root_port->dev); root_port 248 drivers/usb/host/r8a66597-hcd.c char *devpath, u16 *root_port, u16 *hub_port) root_port 250 drivers/usb/host/r8a66597-hcd.c if (root_port) { root_port 251 drivers/usb/host/r8a66597-hcd.c *root_port = (devpath[0] & 0x0F) - 1; root_port 252 drivers/usb/host/r8a66597-hcd.c if (*root_port >= r8a66597->max_root_hub) root_port 355 drivers/usb/host/r8a66597-hcd.c &dev->root_port, &dev->hub_port); root_port 357 drivers/usb/host/r8a66597-hcd.c r8a66597->root_hub[dev->root_port].dev = dev; root_port 362 drivers/usb/host/r8a66597-hcd.c dev->hub_port, dev->root_port); root_port 1844 drivers/usb/host/r8a66597-hcd.c u16 root_port, hub_port; root_port 1848 drivers/usb/host/r8a66597-hcd.c &root_port, &hub_port); root_port 1852 drivers/usb/host/r8a66597-hcd.c hub_port, root_port); root_port 75 drivers/usb/host/r8a66597.h u16 root_port; root_port 67 include/uapi/linux/if_bridge.h __u8 root_port; root_port 141 net/bridge/br_ioctl.c b.root_port = br->root_port; root_port 1427 net/bridge/br_netlink.c nla_put_u16(skb, IFLA_BR_ROOT_PORT, br->root_port) || root_port 353 net/bridge/br_private.h u16 root_port; root_port 65 net/bridge/br_stp.c u16 root_port) root_port 79 net/bridge/br_stp.c if (!root_port) root_port 82 net/bridge/br_stp.c rp = br_get_port(br, root_port); root_port 132 net/bridge/br_stp.c u16 root_port = 0; root_port 135 net/bridge/br_stp.c if (!br_should_become_root_port(p, root_port)) root_port 141 net/bridge/br_stp.c root_port = p->port_no; root_port 144 net/bridge/br_stp.c br->root_port = root_port; root_port 146 net/bridge/br_stp.c if (!root_port) { root_port 150 net/bridge/br_stp.c p = br_get_port(br, root_port); root_port 194 net/bridge/br_stp.c = br_get_port(br, br->root_port); root_port 241 net/bridge/br_stp.c p = br_get_port(br, br->root_port); root_port 246 net/bridge/br_stp.c br->root_port); root_port 443 net/bridge/br_stp.c if (p->port_no == br->root_port) { root_port 506 net/bridge/br_stp.c if (p->port_no == br->root_port) { root_port 207 net/bridge/br_sysfs_br.c return sprintf(buf, "%d\n", to_bridge(d)->root_port); root_port 209 net/bridge/br_sysfs_br.c static DEVICE_ATTR_RO(root_port);