Lines Matching refs:spec
104 const struct nrf_clock_spec *spec) in hsfll_find_mgr() argument
109 if (!spec) { in hsfll_find_mgr()
113 if (spec->accuracy || spec->precision) { in hsfll_find_mgr()
118 frequency = spec->frequency == NRF_CLOCK_CONTROL_FREQUENCY_MAX in hsfll_find_mgr()
120 : spec->frequency; in hsfll_find_mgr()
136 const struct nrf_clock_spec *spec, in api_request_hsfll() argument
140 struct onoff_manager *mgr = hsfll_find_mgr(dev, spec); in api_request_hsfll()
153 const struct nrf_clock_spec *spec) in api_release_hsfll() argument
156 struct onoff_manager *mgr = hsfll_find_mgr(dev, spec); in api_release_hsfll()
169 const struct nrf_clock_spec *spec, in api_cancel_or_release_hsfll() argument
173 struct onoff_manager *mgr = hsfll_find_mgr(dev, spec); in api_cancel_or_release_hsfll()