Lines Matching refs:spec
66 const struct nrf_clock_spec *spec) in global_hsfll_find_mgr() argument
72 if (!spec) { in global_hsfll_find_mgr()
76 if (spec->accuracy || spec->precision) { in global_hsfll_find_mgr()
81 frequency = spec->frequency == NRF_CLOCK_CONTROL_FREQUENCY_MAX in global_hsfll_find_mgr()
83 : spec->frequency; in global_hsfll_find_mgr()
98 const struct nrf_clock_spec *spec, in api_request_global_hsfll() argument
101 struct onoff_manager *mgr = global_hsfll_find_mgr(dev, spec); in api_request_global_hsfll()
111 const struct nrf_clock_spec *spec) in api_release_global_hsfll() argument
113 struct onoff_manager *mgr = global_hsfll_find_mgr(dev, spec); in api_release_global_hsfll()
123 const struct nrf_clock_spec *spec, in api_cancel_or_release_global_hsfll() argument
126 struct onoff_manager *mgr = global_hsfll_find_mgr(dev, spec); in api_cancel_or_release_global_hsfll()