Lines Matching refs:temp
807 unsigned long temp = *level;
810 opp = _find_key_ceil(dev, &temp, 0, true, _read_level, NULL);
811 *level = temp;
838 unsigned long temp = *bw;
841 opp = _find_key_ceil(dev, &temp, index, true, _read_bw, NULL);
842 *bw = temp;
869 unsigned long temp = *bw;
872 opp = _find_key_floor(dev, &temp, index, true, _read_bw, NULL);
873 *bw = temp;
1590 struct opp_device *opp_dev, *temp;
1614 list_for_each_entry_safe(opp_dev, temp, &opp_table->dev_list, node)
1712 struct dev_pm_opp *opp = NULL, *temp;
1715 list_for_each_entry(temp, &opp_table->opp_list, node) {
1720 if (!temp->removed && dynamic == temp->dynamic) {
1721 opp = temp;
2165 const char * const *temp = names;
2170 while (*temp++)
2269 const char * const *temp = names;
2274 while (*temp++)