Home
last modified time | relevance | path

Searched refs:api_nosys_on_off (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.h86 int api_nosys_on_off(const struct device *dev, clock_control_subsys_t sys);
Dclock_control_nrf2_hsfll.c209 .on = api_nosys_on_off,
210 .off = api_nosys_on_off,
Dclock_control_nrf2_fll16m.c257 .on = api_nosys_on_off,
258 .off = api_nosys_on_off,
Dclock_control_nrf2_hfxo.c276 .on = api_nosys_on_off,
277 .off = api_nosys_on_off,
Dclock_control_nrf2_global_hsfll.c137 .on = api_nosys_on_off,
138 .off = api_nosys_on_off,
Dclock_control_nrf2_lfclk.c265 .on = api_nosys_on_off,
266 .off = api_nosys_on_off,
Dclock_control_nrf2_common.c200 int api_nosys_on_off(const struct device *dev, clock_control_subsys_t sys) in api_nosys_on_off() function