Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dapple-gmux.c775 static int is_thunderbolt(struct device *dev, void *data) in is_thunderbolt() function
777 return to_pci_dev(dev)->is_thunderbolt; in is_thunderbolt()
939 !bus_for_each_dev(&pci_bus_type, NULL, NULL, is_thunderbolt); in gmux_probe()
/openbmc/linux/include/linux/
H A Dpci.h443 unsigned int is_thunderbolt:1; /* Thunderbolt controller */ member
2649 if (pdev->is_thunderbolt) in pci_is_thunderbolt_attached()
2653 if (parent->is_thunderbolt) in pci_is_thunderbolt_attached()
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c998 if (pdev->is_thunderbolt) in pcie_init()
/openbmc/linux/drivers/pci/
H A Dprobe.c1600 dev->is_thunderbolt = 1; in set_pcie_thunderbolt()
H A Dpci.c3094 if (bridge->is_thunderbolt) in pci_bridge_d3_possible()