Lines Matching refs:this
29 * infrastructure isn't available early enough to be used. For this
542 struct regmap_range_node *this =
546 if (data->range_max < this->range_min)
548 else if (data->range_min > this->range_max)
566 struct regmap_range_node *this =
569 if (reg < this->range_min)
571 else if (reg > this->range_max)
574 return this;
659 /* Use this if no other value was found */
697 /* Use this if no other value was found */
727 ret = -EINVAL; /* Later error paths rely on this */
1114 /* Make sure, that this register range has no selector
1252 * @regmap: regmap bank in which this register field is located.
1278 * @regmap: regmap bank in which this register field is located.
1313 * @regmap: regmap bank in which this register field is located.
1364 * drivers need not call this function, as the memory allocated via devm
1382 * drivers need not call this function, as the memory allocated via devm
1395 * @regmap: regmap bank in which this register field is located.
1440 * this function will not race with other calls to regmap.
2346 * since the order of write must be preserved this algorithm
2507 * addressed. However, this alternative block multi write mode will send
2542 * that implement this alternative block write mode.
3065 * With most buses the read must be done synchronously so this is most useful
3189 * apply them immediately. Typically this is used to apply
3193 * The caller must ensure that this function cannot be called