Home
last modified time | relevance | path

Searched refs:proc_thermal_mmio_remove (Results 1 – 4 of 4) sorted by relevance

/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_device_pci.c287 proc_thermal_mmio_remove(pdev, proc_priv); in proc_thermal_pci_probe()
310 proc_thermal_mmio_remove(pdev, pci_info->proc_priv); in proc_thermal_pci_remove()
Dprocessor_thermal_device.h94 void proc_thermal_mmio_remove(struct pci_dev *pdev, struct proc_thermal_device *proc_priv);
Dprocessor_thermal_device.c449 void proc_thermal_mmio_remove(struct pci_dev *pdev, struct proc_thermal_device *proc_priv) in proc_thermal_mmio_remove() function
461 EXPORT_SYMBOL_GPL(proc_thermal_mmio_remove);
Dprocessor_thermal_device_pci_legacy.c105 proc_thermal_mmio_remove(pdev, proc_priv); in proc_thermal_pci_remove()