Home
last modified time | relevance | path

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

/drivers/thermal/
A Dthermal_debugfs.c77 struct cdev_record { struct
227 struct cdev_record *cdev_record; in thermal_debugfs_cdev_record_alloc() local
229 cdev_record = kzalloc(sizeof(*cdev_record), GFP_KERNEL); in thermal_debugfs_cdev_record_alloc()
230 if (!cdev_record) in thermal_debugfs_cdev_record_alloc()
238 return cdev_record; in thermal_debugfs_cdev_record_alloc()
258 struct cdev_record *cdev_record; in thermal_debugfs_cdev_record_get() local
261 if (cdev_record) in thermal_debugfs_cdev_record_get()
413 struct cdev_record *cdev_record; in thermal_debug_cdev_state_update() local
434 if (cdev_record) { in thermal_debug_cdev_state_update()
437 cdev_record->residency = ktime_add(cdev_record->residency, delta); in thermal_debug_cdev_state_update()
[all …]

Completed in 7 milliseconds