Lines Matching refs:status
53 unsigned int status;
155 unsigned int status, change;
161 * stored status to the current one, provided by BCOVE_SCHGRIRQ1.
163 ret = regmap_read(regmap, BCOVE_SCHGRIRQ1, &status);
167 change = status ^ data->status;
177 data->status = status;
200 unsigned int status;
249 * Cached status value is used for cable detection, see comments
253 regmap_read(regmap, BCOVE_SCHGRIRQ1, &status);
254 data->status = status;