Searched refs:get_idr (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/thermal/ |
D | cpu_cooling.c | 90 static int get_idr(struct idr *idr, int *id) in get_idr() function 360 ret = get_idr(&cpufreq_idr, &cpufreq_dev->id); in __cpufreq_cooling_register()
|
D | thermal_core.c | 150 static int get_idr(struct idr *idr, struct mutex *lock, int *id) in get_idr() function 1014 result = get_idr(&tz->idr, &tz->lock, &dev->id); in thermal_zone_bind_cooling_device() 1164 result = get_idr(&thermal_cdev_idr, &thermal_idr_lock, &cdev->id); in __thermal_cooling_device_register() 1518 result = get_idr(&thermal_tz_idr, &thermal_idr_lock, &tz->id); in thermal_zone_device_register()
|