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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/thermal/
H A Dtz_osl.c50 static struct proc_dir_entry *tz_proc_root = NULL; variable in typeref:struct:proc_dir_entry
258 proc_entry = proc_mkdir(tz->uid, tz_proc_root);
295 remove_proc_entry(proc_entry, tz_proc_root);
298 remove_proc_entry(proc_entry, tz_proc_root);
301 remove_proc_entry(proc_entry, tz_proc_root);
362 tz_proc_root = proc_mkdir(TZ_PROC_ROOT, bm_proc_root);
363 if (!tz_proc_root) {
389 if (tz_proc_root) {

Completed in 35 milliseconds