Home
last modified time | relevance | path

Searched refs:pcie_cooling_device_register (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpci-bwctrl.h16 struct thermal_cooling_device *pcie_cooling_device_register(struct pci_dev *port);
19 static inline struct thermal_cooling_device *pcie_cooling_device_register(struct pci_dev *port) in pcie_cooling_device_register() function
/linux/drivers/thermal/
H A Dpcie_cooling.c57 struct thermal_cooling_device *pcie_cooling_device_register(struct pci_dev *port) in pcie_cooling_device_register() function
/linux/drivers/pci/pcie/
H A Dbwctrl.c285 port->link_bwctrl->cdev = pcie_cooling_device_register(port); in pcie_bwnotif_probe()