Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci-bwctrl.h17 void pcie_cooling_device_unregister(struct thermal_cooling_device *cdev);
23 static inline void pcie_cooling_device_unregister(struct thermal_cooling_device *cdev) in pcie_cooling_device_unregister() function
/linux/drivers/thermal/
H A Dpcie_cooling.c67 void pcie_cooling_device_unregister(struct thermal_cooling_device *cdev) in pcie_cooling_device_unregister() function
/linux/drivers/pci/pcie/
H A Dbwctrl.c296 pcie_cooling_device_unregister(data->cdev); in pcie_bwnotif_remove()