~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/base/power/opp.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
 * opp_find_freq_exact() - search for an exact frequency
223
223
 * @dev:                device for which we do this operation
224
224
 * @freq:               frequency to search for
225
 
 * @is_available:       true/false - match for available opp
 
225
 * @available:          true/false - match for available opp
226
226
 *
227
227
 * Searches for exact match in the opp list and returns pointer to the matching
228
228
 * opp if found, else returns ERR_PTR in case of error and should be handled