Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dapple-gmux.c600 static int is_thunderbolt(struct device *dev, void *data) in is_thunderbolt() function
602 return to_pci_dev(dev)->is_thunderbolt; in is_thunderbolt()
746 !bus_for_each_dev(&pci_bus_type, NULL, NULL, is_thunderbolt); in gmux_probe()
/Linux-v4.19/include/linux/
Dpci.h396 unsigned int is_thunderbolt:1; /* Thunderbolt controller */ member
2310 if (pdev->is_thunderbolt) in pci_is_thunderbolt_attached()
2314 if (parent->is_thunderbolt) in pci_is_thunderbolt_attached()
/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_hpc.c877 if (pdev->is_thunderbolt) in pcie_init()
/Linux-v4.19/drivers/pci/
Dprobe.c1374 dev->is_thunderbolt = 1; in set_pcie_thunderbolt()
Dpci.c2522 if (bridge->is_thunderbolt) in pci_bridge_d3_possible()