Lines Matching defs:force
2217 * @force: Boolean indicating use force update
2220 * async, force option.
2227 bool *change, bool async, bool force)
2233 change, async, force);
2269 * @force: Boolean indicating use force update
2276 bool *change, bool async, bool force)
2286 change, async, force);
3179 * @force: Boolean indicating use force update
3181 * Perform a read/modify/write cycle on a register map with change, async, force
3194 bool *change, bool async, bool force)
3202 ret = _regmap_update_bits(map, reg, mask, val, change, force);