Home
last modified time | relevance | path

Searched refs:onoff_notify_fn (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/soc/nordic/nrf53/
Dnrf53_cpunet_mgmt.c24 static void onoff_start(struct onoff_manager *mgr, onoff_notify_fn notify) in onoff_start()
31 static void onoff_stop(struct onoff_manager *mgr, onoff_notify_fn notify) in onoff_stop()
/Zephyr-latest/soc/nordic/common/
Dmram_latency.c23 static onoff_notify_fn onoff_notify;
66 static void no_latency_start(struct onoff_manager *mgr, onoff_notify_fn notify) in no_latency_start()
72 static void no_latency_stop(struct onoff_manager *mgr, onoff_notify_fn notify) in no_latency_stop()
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c31 onoff_notify_fn notify;
38 static void start(struct onoff_manager *mgr, onoff_notify_fn notify);
39 static void stop(struct onoff_manager *mgr, onoff_notify_fn notify);
176 static void start(struct onoff_manager *mgr, onoff_notify_fn notify) in start()
195 static void stop(struct onoff_manager *mgr, onoff_notify_fn notify) in stop()
/Zephyr-latest/include/zephyr/sys/
Donoff.h101 typedef void (*onoff_notify_fn)(struct onoff_manager *mgr, typedef
130 onoff_notify_fn notify);
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf2_common.h19 onoff_notify_fn notify;
Dclock_control_nrf2_common.c55 onoff_notify_fn notify) in onoff_start_option()
70 onoff_notify_fn notify) in onoff_stop_option()
176 onoff_notify_fn notify = cfg->onoff[i].notify; in clock_config_update_end()
Dclock_control_nrf2_hfxo.c22 onoff_notify_fn notify;
108 static void onoff_start_hfxo(struct onoff_manager *mgr, onoff_notify_fn notify) in onoff_start_hfxo()
164 static void onoff_stop_hfxo(struct onoff_manager *mgr, onoff_notify_fn notify) in onoff_stop_hfxo()
Dclock_control_nrf.c428 onoff_notify_fn notify) in onoff_stop()
442 onoff_notify_fn notify = user_data; in onoff_started_callback()
448 onoff_notify_fn notify) in onoff_start()
/Zephyr-latest/tests/lib/onoff/src/
Dmain.c113 onoff_notify_fn notify;
126 onoff_notify_fn notify, in run_transit()
151 onoff_notify_fn notify_fn) in start()
160 onoff_notify_fn notify_fn) in stop()
169 onoff_notify_fn notify_fn) in reset()