Searched refs:onoff_notify_fn (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/soc/nordic/nrf53/ |
D | nrf53_cpunet_mgmt.c | 24 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/ |
D | mram_latency.c | 23 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/ |
D | gpd.c | 31 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/ |
D | onoff.h | 101 typedef void (*onoff_notify_fn)(struct onoff_manager *mgr, typedef 130 onoff_notify_fn notify);
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_common.h | 19 onoff_notify_fn notify;
|
D | clock_control_nrf2_common.c | 55 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()
|
D | clock_control_nrf2_hfxo.c | 22 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()
|
D | clock_control_nrf.c | 428 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/ |
D | main.c | 113 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()
|