Searched refs:api_nosys_on_off (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_common.h | 86 int api_nosys_on_off(const struct device *dev, clock_control_subsys_t sys);
|
D | clock_control_nrf2_hsfll.c | 209 .on = api_nosys_on_off, 210 .off = api_nosys_on_off,
|
D | clock_control_nrf2_fll16m.c | 257 .on = api_nosys_on_off, 258 .off = api_nosys_on_off,
|
D | clock_control_nrf2_hfxo.c | 276 .on = api_nosys_on_off, 277 .off = api_nosys_on_off,
|
D | clock_control_nrf2_global_hsfll.c | 137 .on = api_nosys_on_off, 138 .off = api_nosys_on_off,
|
D | clock_control_nrf2_lfclk.c | 265 .on = api_nosys_on_off, 266 .off = api_nosys_on_off,
|
D | clock_control_nrf2_common.c | 200 int api_nosys_on_off(const struct device *dev, clock_control_subsys_t sys) in api_nosys_on_off() function
|