Lines Matching refs:this
29 * infrastructure isn't available early enough to be used. For this
504 struct regmap_range_node *this =
508 if (data->range_max < this->range_min)
510 else if (data->range_min > this->range_max)
528 struct regmap_range_node *this =
531 if (reg < this->range_min)
533 else if (reg > this->range_max)
536 return this;
621 /* Use this if no other value was found */
659 /* Use this if no other value was found */
689 ret = -EINVAL; /* Later error paths rely on this */
1076 /* Make sure, that this register range has no selector
1217 * @regmap: regmap bank in which this register field is located.
1243 * @regmap: regmap bank in which this register field is located.
1278 * @regmap: regmap bank in which this register field is located.
1329 * drivers need not call this function, as the memory allocated via devm
1347 * drivers need not call this function, as the memory allocated via devm
1360 * @regmap: regmap bank in which this register field is located.
1405 * this function will not race with other calls to regmap.
2443 * since the order of write must be preserved this algorithm
2604 * addressed. However, this alternative block multi write mode will send
2639 * that implement this alternative block write mode.
2975 * written value? Just avoid this by always reading the FIFO
3186 * With most buses the read must be done synchronously so this is most useful
3310 * apply them immediately. Typically this is used to apply
3314 * The caller must ensure that this function cannot be called