Searched refs:sys_notify_fetch_result (Results  1 – 13 of 13) sorted by relevance
| /Zephyr-latest/tests/lib/notify/src/ | 
| D | main.c | 27 	zassert_equal(sys_notify_fetch_result(anp, resp), 0,  in callback() 76 	rc = sys_notify_fetch_result(¬ify, &res);  in ZTEST() 89 	rc = sys_notify_fetch_result(¬ify, &res);  in ZTEST() 144 	rc = sys_notify_fetch_result(¬ify, &res);  in ZTEST() 162 	rc = sys_notify_fetch_result(¬ify, &res);  in ZTEST() 212 	rc = sys_notify_fetch_result(¬ify, &res);  in ZTEST()
  | 
| /Zephyr-latest/soc/nordic/nrf53/ | 
| D | nrf53_cpunet_mgmt.c | 95 		ret = sys_notify_fetch_result(&cli.notify, &ignored);  in nrf53_cpunet_enable()
  | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | notify.h | 237 static inline int sys_notify_fetch_result(const struct sys_notify *notify,  in sys_notify_fetch_result()  function
  | 
| /Zephyr-latest/samples/boards/nordic/clock_control/src/ | 
| D | main.c | 82 	ret = sys_notify_fetch_result(&cli.notify, &res);  in main()
  | 
| /Zephyr-latest/tests/drivers/clock_control/onoff/src/ | 
| D | test_clock_control_onoff.c | 50 	while (sys_notify_fetch_result(&cli.notify, &err) < 0) {  in ZTEST()
  | 
| /Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/ | 
| D | test_nrf_clock_calibration.c | 35 	while (sys_notify_fetch_result(&cli.notify, &res) != 0) {  in turn_on_clock()
  | 
| /Zephyr-latest/drivers/led_strip/ | 
| D | ws2812_gpio.c | 93 	while (sys_notify_fetch_result(&cli.notify, &rc)) {  in send_buf()
  | 
| /Zephyr-latest/tests/boards/nrf/mram_latency/src/ | 
| D | main.c | 161 		sys_notify_fetch_result(&early_client.notify, &early_result);  in setup()
  | 
| /Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/ | 
| D | main.c | 169 		ret = sys_notify_fetch_result(&cli.notify, &res);  in test_request_release_clock_spec()
  | 
| /Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/ | 
| D | test_clock_control.c | 72 	while (sys_notify_fetch_result(&cli.notify, &err) < 0) {  in tear_down_instance()
  | 
| /Zephyr-latest/soc/nordic/nrf54h/gpd/ | 
| D | gpd.c | 240 		while (sys_notify_fetch_result(&client.notify, &ret) == -EAGAIN) {  in nrf_gpd_request()
  | 
| /Zephyr-latest/tests/drivers/counter/maxim_ds3231_api/src/ | 
| D | test_counter.c | 740 	rc = sys_notify_fetch_result(¬ify, &res);  in test_ds3231_synchronize()
  | 
| /Zephyr-latest/tests/lib/onoff/src/ | 
| D | main.c | 93 	int rc = sys_notify_fetch_result(&cp->notify, &result);  in cli_result()
  |