Searched refs:onoff_client (Results 1 – 17 of 17) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | onoff.h | 225 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-Core-3.6.0/modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
D | nrf_802154_clock_zephyr.c | 17 static struct onoff_client hfclk_cli; 18 static struct onoff_client lfclk_cli; 31 struct onoff_client *cli, in hfclk_on_callback() 72 struct onoff_client *cli, in lfclk_on_callback()
|
/Zephyr-Core-3.6.0/drivers/clock_control/ |
D | nrf_clock_calibration.c | 41 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()
|
D | clock_control_nrf.c | 550 static struct onoff_client cli; in z_nrf_clock_control_lf_on()
|
/Zephyr-Core-3.6.0/tests/drivers/clock_control/onoff/src/ |
D | test_clock_control_onoff.c | 40 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-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_clock.c | 22 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-Core-3.6.0/lib/utils/ |
D | onoff.c | 123 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-Core-3.6.0/tests/lib/onoff/src/ |
D | main.c | 11 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-Core-3.6.0/drivers/sensor/nrf5/ |
D | temp_nrf5.c | 34 struct onoff_client *cli, in hfclk_on_callback() 45 struct onoff_client cli; in temp_nrf5_sample_fetch()
|
/Zephyr-Core-3.6.0/tests/drivers/clock_control/nrf_clock_calibration/src/ |
D | test_nrf_clock_calibration.c | 27 struct onoff_client cli; in turn_on_clock()
|
/Zephyr-Core-3.6.0/tests/drivers/clock_control/nrf_onoff_and_bt/src/ |
D | main.c | 24 static struct onoff_client cli;
|
/Zephyr-Core-3.6.0/drivers/led_strip/ |
D | ws2812_gpio.c | 97 struct onoff_client cli; in send_buf()
|
/Zephyr-Core-3.6.0/drivers/audio/ |
D | dmic_nrfx_pdm.c | 19 struct onoff_client clk_cli; 405 struct onoff_client *cli, in clock_started_callback()
|
/Zephyr-Core-3.6.0/tests/drivers/clock_control/clock_control_api/src/ |
D | test_clock_control.c | 95 struct onoff_client cli; in tear_down_instance()
|
/Zephyr-Core-3.6.0/drivers/i2s/ |
D | i2s_nrfx.c | 30 struct onoff_client clk_cli; 725 struct onoff_client *cli, in clock_started_callback()
|
/Zephyr-Core-3.6.0/drivers/usb/udc/ |
D | udc_nrf.c | 82 static struct onoff_client hfxo_cli;
|
/Zephyr-Core-3.6.0/drivers/usb/device/ |
D | usb_dc_nrfx.c | 240 struct onoff_client hfxo_cli;
|