Searched refs:uv_l (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/regulator/
H A Dda9063-regulator.c778 const struct notification_limit *uv_l = &constr->under_voltage_limits; local
782 if ((!!uv_l->prot + !!uv_l->err + !!uv_l->warn) > 1) {
789 if (uv_l->prot != ov_l->prot) {
795 if (uv_l->err != ov_l->err) {
800 if (uv_l->warn != ov_l->warn) {

Completed in 140 milliseconds