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

/linux-master/drivers/thermal/
H A Dthermal_debugfs.c65 * struct cdev_record - Common structure for cooling device entry
77 struct cdev_record { struct
219 static struct cdev_record *
223 struct cdev_record *cdev_record; local
225 cdev_record = kzalloc(sizeof(*cdev_record), GFP_KERNEL);
226 if (!cdev_record)
229 cdev_record->id = id;
230 INIT_LIST_HEAD(&cdev_record
254 struct cdev_record *cdev_record; local
409 struct cdev_record *cdev_record; local
[all...]

Completed in 155 milliseconds