Lines Matching refs:score
131 int score; member
139 int score; in check_one_child() local
162 if (!wd->score) { in check_one_child()
163 score = find_child_checks(wd->adev, wd->check_children); in check_one_child()
164 if (score == FIND_CHILD_MAX_SCORE) in check_one_child()
167 wd->score = score; in check_one_child()
174 score = find_child_checks(adev, wd->check_children); in check_one_child()
175 if (score > wd->score) { in check_one_child()
177 if (score == FIND_CHILD_MAX_SCORE) in check_one_child()
180 wd->score = score; in check_one_child()
196 .score = 0, in acpi_find_child()