Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/greybus/
Dpower_supply.c395 const struct gb_power_supply_changes *psyc; in check_changed() local
402 psyc = &psy_props_changes[i]; in check_changed()
403 if (prop->prop == psyc->prop) { in check_changed()
404 if (!psyc->tolerance_change) in check_changed()
407 prev_val - val > psyc->tolerance_change) in check_changed()
410 val - prev_val > psyc->tolerance_change) in check_changed()
413 if (changed && psyc->prop_changed) in check_changed()
414 psyc->prop_changed(gbpsy, prop); in check_changed()