/Zephyr-latest/include/zephyr/sys/ |
D | notify.h | 178 static inline uint32_t sys_notify_get_method(const struct sys_notify *notify) in sys_notify_get_method() 237 static inline int sys_notify_fetch_result(const struct sys_notify *notify, in sys_notify_fetch_result() 264 static inline void sys_notify_init_spinwait(struct sys_notify *notify) in sys_notify_init_spinwait() 292 static inline void sys_notify_init_signal(struct sys_notify *notify, in sys_notify_init_signal() 321 static inline void sys_notify_init_callback(struct sys_notify *notify, in sys_notify_init_callback() 346 static inline bool sys_notify_uses_callback(const struct sys_notify *notify) in sys_notify_uses_callback()
|
D | onoff.h | 285 struct sys_notify notify; member
|
/Zephyr-latest/lib/utils/ |
D | notify.c | 11 int sys_notify_validate(struct sys_notify *notify) in sys_notify_validate() 48 sys_notify_generic_callback sys_notify_finalize(struct sys_notify *notify, in sys_notify_finalize()
|
D | onoff.c | 426 bool notify = false; /* do client notification */ in onoff_request() local
|
/Zephyr-latest/tests/lib/notify/src/ |
D | main.c | 33 struct sys_notify notify = { in ZTEST() local 50 struct sys_notify notify; in ZTEST() local 104 struct sys_notify notify; in ZTEST() local 176 struct sys_notify notify; in ZTEST() local
|
/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/subsys/bluetooth/audio/ |
D | vcp_vol_rend.c | 93 static const char *vol_rend_notify_str(enum vol_rend_notify notify) in vol_rend_notify_str() 105 static void notify_work_reschedule(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify, in notify_work_reschedule() 122 static void notify(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify, in notify() function 150 static void value_changed(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify) in value_changed() 161 bool notify = false; in write_vcs_control() local
|
D | vocs.c | 65 static const char *vocs_notify_str(enum bt_vocs_notify notify) in vocs_notify_str() 79 static void notify_work_reschedule(struct bt_vocs_server *inst, enum bt_vocs_notify notify, in notify_work_reschedule() 93 static void notify(struct bt_vocs_server *inst, enum bt_vocs_notify notify, in notify() function 126 static void value_changed(struct bt_vocs_server *inst, enum bt_vocs_notify notify) in value_changed() 185 bool notify = false; in write_vocs_control() local
|
D | aics.c | 179 static const char *aics_notify_str(enum bt_aics_notify notify) in aics_notify_str() 193 static void notify_work_reschedule(struct bt_aics *inst, enum bt_aics_notify notify, in notify_work_reschedule() 207 static void notify(struct bt_aics *inst, enum bt_aics_notify notify, const struct bt_uuid *uuid, in notify() function 241 static void value_changed(struct bt_aics *inst, enum bt_aics_notify notify) in value_changed() 256 bool notify = false; in write_aics_control() local
|
D | csip_set_member.c | 347 bool notify; in set_lock() local 734 static void notify(struct bt_csip_set_member_svc_inst *svc_inst, struct bt_conn *conn, in notify() function
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_common.h | 19 onoff_notify_fn notify; member
|
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() local
|
D | clock_control_nrf2_hfxo.c | 22 onoff_notify_fn notify; member 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() local 448 onoff_notify_fn notify) in onoff_start()
|
/Zephyr-latest/soc/nordic/nrf54h/gpd/ |
D | gpd.c | 31 onoff_notify_fn notify; member 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/soc/nordic/common/ |
D | mram_latency.c | 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/samples/drivers/counter/maxim_ds3231/src/ |
D | main.c | 200 struct sys_notify notify; in set_aligned_clock() local 265 struct sys_notify notify; in main() local
|
/Zephyr-latest/tests/lib/onoff/src/ |
D | main.c | 113 onoff_notify_fn notify; member 126 onoff_notify_fn notify, in run_transit() 139 static void notify(struct transit_state *tsp) in notify() function
|
/Zephyr-latest/drivers/usb/uvb/ |
D | uvb.h | 124 void (*notify)(const void *const priv, member
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | mock_backend.c | 221 static void notify(const struct log_backend *const backend, in notify() function
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_backend.h | 74 void (*notify)(const struct log_backend *const backend, member
|
/Zephyr-latest/drivers/counter/ |
D | maxim_ds3231.c | 112 struct sys_notify *notify; member 783 struct sys_notify *notify = NULL; in sync_finish() local 1000 struct sys_notify *notify) in maxim_ds3231_synchronize() 1074 struct sys_notify *notify) in maxim_ds3231_set()
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt.c | 50 bool notify) in client_disconnect()
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_pe_common.c | 590 void policy_notify(const struct device *dev, const enum usbc_policy_notify_t notify) in policy_notify() 602 bool policy_wait_notify(const struct device *dev, const enum usbc_policy_wait_t notify) in policy_wait_notify()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_conn_upd.c | 643 bool notify; in lp_cu_check_instant() local 1228 bool notify; in rp_cu_check_instant() local
|