Lines Matching defs:stat
104 struct regulator_err_state *stat;
107 stat = &rid->states[i];
108 rdev = stat->rdev;
109 rdev_clear_err(rdev, (~stat->errors) &
110 stat->possible_errs);
129 struct regulator_err_state *stat;
132 stat = &rid->states[i];
133 rdev = stat->rdev;
134 rdev_clear_err(rdev, stat->possible_errs);
237 struct regulator_err_state *stat;
240 stat = &rid->states[i];
241 rdev = stat->rdev;
244 stat->notifs);
246 regulator_notifier_call_chain(rdev, stat->notifs, NULL);
247 rdev_flag_err(rdev, stat->errors);