Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm8150/thermal/
H A Dthermal_common.c130 DIR *tdir = NULL; in get_tzn() local
147 tdir = opendir(THERMAL_SYSFS); in get_tzn()
148 if (!tdir) { in get_tzn()
153 while ((tdirent = readdir(tdir))) { in get_tzn()
198 closedir(tdir); in get_tzn()
/aosp12/hardware/qcom/sdm845/thermal/
H A Dthermal_common.c130 DIR *tdir = NULL; in get_tzn() local
147 tdir = opendir(THERMAL_SYSFS); in get_tzn()
148 if (!tdir) { in get_tzn()
153 while ((tdirent = readdir(tdir))) { in get_tzn()
198 closedir(tdir); in get_tzn()