Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAX_READ_RETRY
drivers/thermal/qcom/tsens.c
332
int temp_val[MAX_READ_RETRY] = {0};
drivers/thermal/qcom/tsens.c
339
for (int i = 0; i < MAX_READ_RETRY; i++) {