Searched refs:release_idr (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/thermal/
H A Ddevfreq_cooling.c85 * release_idr - function to free the unique id.
89 static void release_idr(struct idr *idr, int id) release_idr() function
511 goto release_idr; of_devfreq_cooling_register_power()
518 release_idr: of_devfreq_cooling_register_power()
519 release_idr(&devfreq_idr, dfc->id); of_devfreq_cooling_register_power()
567 release_idr(&devfreq_idr, dfc->id); devfreq_cooling_unregister()
H A Dclock_cooling.c95 * release_idr - function to free the unique id.
98 static void release_idr(int id) release_idr() function
443 release_idr(ccdev->id); clock_cooling_register()
452 release_idr(ccdev->id); clock_cooling_register()
483 release_idr(ccdev->id); clock_cooling_unregister()
H A Dthermal_core.c224 static void release_idr(struct idr *idr, struct mutex *lock, int id) release_idr() function
1317 goto release_idr; thermal_zone_bind_cooling_device()
1361 release_idr: thermal_zone_bind_cooling_device()
1362 release_idr(&tz->idr, &tz->lock, dev->id); thermal_zone_bind_cooling_device()
1409 release_idr(&tz->idr, &tz->lock, pos->id); thermal_zone_unbind_cooling_device()
1490 release_idr(&thermal_cdev_idr, &thermal_idr_lock, cdev->id); __thermal_cooling_device_register()
1611 release_idr(&thermal_cdev_idr, &thermal_idr_lock, cdev->id); thermal_cooling_device_unregister()
1848 release_idr(&thermal_tz_idr, &thermal_idr_lock, tz->id); thermal_zone_device_register()
1952 release_idr(&thermal_tz_idr, &thermal_idr_lock, tz->id); thermal_zone_device_register()
2018 release_idr(&thermal_tz_idr, &thermal_idr_lock, tz->id); thermal_zone_device_unregister()
H A Dcpu_cooling.c140 * release_idr - function to free the unique id.
144 static void release_idr(struct idr *idr, int id) release_idr() function
898 release_idr(&cpufreq_idr, cpufreq_dev->id); __cpufreq_cooling_register()
1050 release_idr(&cpufreq_idr, cpufreq_dev->id); cpufreq_cooling_unregister()
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_release.c146 handle = idr_alloc(&qdev->release_idr, release, 1, 0, GFP_NOWAIT); qxl_release_alloc()
188 idr_remove(&qdev->release_idr, release->id); qxl_release_free()
399 release = idr_find(&qdev->release_idr, id); qxl_release_from_id_locked()
402 DRM_ERROR("failed to find id in release_idr\n"); qxl_release_from_id_locked()
H A Dqxl_kms.c224 idr_init(&qdev->release_idr); qxl_device_init()
H A Dqxl_drv.h288 struct idr release_idr; member in struct:qxl_device

Completed in 228 milliseconds