Searched refs:proc_thermal_add (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | int3401_thermal.c | 30 ret = proc_thermal_add(&pdev->dev, proc_priv); in int3401_add()
|
H A D | processor_thermal_device.h | 88 int proc_thermal_add(struct device *dev, struct proc_thermal_device *priv);
|
H A D | processor_thermal_device.c | 202 int proc_thermal_add(struct device *dev, struct proc_thermal_device *proc_priv) in proc_thermal_add() function 260 EXPORT_SYMBOL_GPL(proc_thermal_add); variable
|
H A D | processor_thermal_device_pci_legacy.c | 47 ret = proc_thermal_add(&pdev->dev, proc_priv); in proc_thermal_pci_probe()
|
H A D | processor_thermal_device_pci.c | 226 ret = proc_thermal_add(&pdev->dev, proc_priv); in proc_thermal_pci_probe() 228 dev_err(&pdev->dev, "error: proc_thermal_add, will continue\n"); in proc_thermal_pci_probe()
|
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
H A D | processor_thermal_device.c | 355 static int proc_thermal_add(struct device *dev, in proc_thermal_add() function 429 ret = proc_thermal_add(&pdev->dev, &proc_priv); in int3401_add() 632 ret = proc_thermal_add(&pdev->dev, &proc_priv); in proc_thermal_pci_probe()
|
Completed in 3 milliseconds