Lines Matching defs:change
47 bool *change, bool force_write);
2213 * @mask: Bitmask to change
2215 * @change: Boolean indicating if a write was done
2219 * Perform a read/modify/write cycle on the register field with change,
2227 bool *change, bool async, bool force)
2233 change, async, force);
2265 * @mask: Bitmask to change
2267 * @change: Boolean indicating if a write was done
2276 bool *change, bool async, bool force)
2286 change, async, force);
2465 /* If we have both a page change and a delay make sure to
2466 * write the regs and apply the delay before we change the
3139 bool *change, bool force_write)
3144 if (change)
3145 *change = false;
3150 if (ret == 0 && change)
3151 *change = true;
3162 if (ret == 0 && change)
3163 *change = true;
3175 * @mask: Bitmask to change
3177 * @change: Boolean indicating if a write was done
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);