Home
last modified time | relevance | path

Searched refs:onoff_client (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/include/zephyr/sys/
Donoff.h225 struct onoff_client;
253 struct onoff_client *cli,
274 struct onoff_client { struct
348 struct onoff_client *cli);
402 struct onoff_client *cli);
436 struct onoff_client *cli) in onoff_cancel_or_release()
482 struct onoff_client *cli);
637 struct onoff_client *cli,
/Zephyr-latest/soc/nordic/common/
Dmram_latency.h42 int mram_no_latency_request(struct onoff_client *cli);
75 int mram_no_latency_cancel_or_release(struct onoff_client *cli);
Dmram_latency.c27 struct onoff_client cli;
90 int mram_no_latency_cancel_or_release(struct onoff_client *cli) in mram_no_latency_cancel_or_release()
95 int mram_no_latency_request(struct onoff_client *cli) in mram_no_latency_request()
100 static void sync_req_cb(struct onoff_manager *mgr, struct onoff_client *cli, uint32_t state, in sync_req_cb()
/Zephyr-latest/drivers/clock_control/
Dnrf_clock_calibration.c41 struct onoff_client *cli,
44 struct onoff_client *cli,
47 static struct onoff_client client;
70 static void clk_request(struct onoff_manager *mgr, struct onoff_client *cli, in clk_request()
109 struct onoff_client *cli, in cal_lf_callback()
165 struct onoff_client *cli, in cal_hf_callback()
Dclock_control_nrf2_fll16m.c58 struct onoff_client hfxo_cli;
86 struct onoff_client *cli, in hfxo_cb()
176 struct onoff_client *cli) in api_request_fll16m()
201 struct onoff_client *cli) in api_cancel_or_release_fll16m()
Dclock_control_nrf2_hsfll.c137 struct onoff_client *cli) in api_request_hsfll()
170 struct onoff_client *cli) in api_cancel_or_release_hsfll()
Dclock_control_nrf2_common.c33 struct onoff_client cli;
208 static void sync_cb(struct onoff_manager *mgr, struct onoff_client *cli, uint32_t state, int res) in sync_cb()
Dclock_control_nrf2_hfxo.c198 struct onoff_client *cli) in api_request_hfxo()
223 struct onoff_client *cli) in api_cancel_or_release_hfxo()
Dclock_control_nrf2_global_hsfll.c99 struct onoff_client *cli) in api_request_global_hsfll()
124 struct onoff_client *cli) in api_cancel_or_release_global_hsfll()
Dclock_control_nrf2_lfclk.c144 struct onoff_client *cli) in api_request_lfclk()
169 struct onoff_client *cli) in api_cancel_or_release_lfclk()
/Zephyr-latest/tests/drivers/clock_control/onoff/src/
Dtest_clock_control_onoff.c40 struct onoff_client cli; in ZTEST()
63 struct onoff_client cli; in ZTEST()
83 static void request_cb(struct onoff_manager *mgr, struct onoff_client *cli, in request_cb()
98 struct onoff_client cli; in ZTEST()
/Zephyr-latest/include/zephyr/drivers/clock_control/
Dnrf_clock_control.h194 struct onoff_client *cli);
199 struct onoff_client *cli);
237 struct onoff_client *cli) in nrf_clock_control_request()
312 struct onoff_client *cli) in nrf_clock_control_cancel_or_release()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_clock.c22 struct onoff_client cli;
26 static struct onoff_client lf_cli;
29 static void clock_ready(struct onoff_manager *mgr, struct onoff_client *cli, in clock_ready()
/Zephyr-latest/lib/utils/
Donoff.c123 struct onoff_client *cli) in validate_args()
169 struct onoff_client *cli, in notify_one()
188 struct onoff_client *cli = in notify_all()
190 struct onoff_client, in notify_all()
254 struct onoff_client *cp; in process_complete()
422 struct onoff_client *cli) in onoff_request()
510 struct onoff_client *cli) in onoff_reset()
546 struct onoff_client *cli) in onoff_cancel()
616 struct onoff_client *cli, in onoff_sync_finalize()
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/
Dnrf_802154_clock_zephyr.c40 static struct onoff_client hfclk_cli;
43 struct onoff_client *cli, in hfclk_on_callback()
/Zephyr-latest/samples/boards/nordic/clock_control/src/
Dmain.c29 struct onoff_client *cli, in sample_notify_cb()
43 struct onoff_client cli; in main()
/Zephyr-latest/tests/lib/onoff/src/
Dmain.c11 static struct onoff_client onoff_cli;
55 static struct onoff_client *callback_cli;
61 struct onoff_client *cli, in callback()
90 static inline int cli_result(const struct onoff_client *cp) in cli_result()
188 struct onoff_client *cli;
218 onoff_cli = (struct onoff_client){}; in reset_cli()
342 struct onoff_client cli2 = {}; in ZTEST()
478 struct onoff_client cli2 = {}; in ZTEST()
547 struct onoff_client cli2 = {}; in ZTEST()
591 struct onoff_client cli0 = {}; in ZTEST()
[all …]
/Zephyr-latest/tests/boards/nrf/mram_latency/src/
Dmain.c21 static struct onoff_client early_client;
26 struct onoff_client cli;
32 static void basic_cb(struct onoff_manager *mgr, struct onoff_client *cli, uint32_t state, int res) in basic_cb()
/Zephyr-latest/drivers/sensor/nordic/temp/
Dtemp_nrf5.c34 struct onoff_client *cli, in hfclk_on_callback()
45 struct onoff_client cli; in temp_nrf5_sample_fetch()
/Zephyr-latest/soc/nordic/nrf53/
Dnrf53_cpunet_mgmt.c54 struct onoff_client cli; in nrf53_cpunet_enable()
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/
Dmain.c161 struct onoff_client cli; in test_request_release_clock_spec()
232 struct onoff_client cli; in ZTEST()
288 struct onoff_client cli; in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/
Dtest_nrf_clock_calibration.c27 struct onoff_client cli; in turn_on_clock()
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c96 static void request_cb(struct onoff_manager *mgr_, struct onoff_client *cli, uint32_t state, in request_cb()
217 struct onoff_client client; in nrf_gpd_request()
/Zephyr-latest/tests/drivers/clock_control/nrf_onoff_and_bt/src/
Dmain.c24 static struct onoff_client cli;
/Zephyr-latest/drivers/led_strip/
Dws2812_gpio.c83 struct onoff_client cli; in send_buf()

12