Searched refs:psyc (Results 1 – 1 of 1) sorted by relevance
396 const struct gb_power_supply_changes *psyc; in check_changed() local403 psyc = &psy_props_changes[i]; in check_changed()404 if (prop->prop == psyc->prop) { in check_changed()405 if (!psyc->tolerance_change) in check_changed()408 prev_val - val > psyc->tolerance_change) in check_changed()411 val - prev_val > psyc->tolerance_change) in check_changed()414 if (changed && psyc->prop_changed) in check_changed()415 psyc->prop_changed(gbpsy, prop); in check_changed()