/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/subsys/bluetooth/audio/ |
D | vcp_vol_rend.c | 77 static const char *vol_rend_notify_str(enum vol_rend_notify notify) in vol_rend_notify_str() 89 static void notify_work_reschedule(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify, in notify_work_reschedule() 106 static void notify(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify, in notify() function 134 static void value_changed(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify) in value_changed() 145 bool notify = false; in write_vcs_control() local
|
D | vocs.c | 53 static const char *vocs_notify_str(enum bt_vocs_notify notify) in vocs_notify_str() 67 static void notify_work_reschedule(struct bt_vocs_server *inst, enum bt_vocs_notify notify, in notify_work_reschedule() 81 static void notify(struct bt_vocs_server *inst, enum bt_vocs_notify notify, in notify() argument 114 static void value_changed(struct bt_vocs_server *inst, enum bt_vocs_notify notify) in value_changed() 173 bool notify = false; in write_vocs_control() local
|
D | aics.c | 167 static const char *aics_notify_str(enum bt_aics_notify notify) in aics_notify_str() 181 static void notify_work_reschedule(struct bt_aics *inst, enum bt_aics_notify notify, in notify_work_reschedule() 195 static void notify(struct bt_aics *inst, enum bt_aics_notify notify, const struct bt_uuid *uuid, in notify() function 229 static void value_changed(struct bt_aics *inst, enum bt_aics_notify notify) in value_changed() 244 bool notify = false; in write_aics_control() local
|
D | csip_set_member.c | 428 bool notify; in set_lock() local
|
D | bap_scan_delegator.c | 1174 bool notify = false; in bt_bap_scan_delegator_set_bis_sync_state() local
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/drivers/usb/uvb/ |
D | uvb.h | 124 void (*notify)(const void *const priv, member
|
/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/src/ |
D | mock_backend.c | 212 static void notify(const struct log_backend *const backend, in notify() function
|
/Zephyr-Core-3.6.0/drivers/clock_control/ |
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-Core-3.6.0/include/zephyr/logging/ |
D | log_backend.h | 74 void (*notify)(const struct log_backend *const backend, member
|
/Zephyr-Core-3.6.0/drivers/counter/ |
D | maxim_ds3231.c | 107 struct sys_notify *notify; member 778 struct sys_notify *notify = NULL; in sync_finish() local 995 struct sys_notify *notify) in maxim_ds3231_synchronize() 1069 struct sys_notify *notify) in maxim_ds3231_set()
|
/Zephyr-Core-3.6.0/subsys/net/lib/http/ |
D | http_client.c | 476 bool notify = false; in http_wait_data() local
|
/Zephyr-Core-3.6.0/subsys/net/lib/mqtt/ |
D | mqtt.c | 50 bool notify) in client_disconnect()
|
/Zephyr-Core-3.6.0/subsys/usb/usb_c/ |
D | usbc_pe_common.c | 576 void policy_notify(const struct device *dev, const enum usbc_policy_notify_t notify) in policy_notify() 588 bool policy_wait_notify(const struct device *dev, const enum usbc_policy_wait_t notify) in policy_wait_notify()
|
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_conn_upd.c | 615 bool notify; in lp_cu_check_instant() local 1160 bool notify; in rp_cu_check_instant() local
|
/Zephyr-Core-3.6.0/samples/bluetooth/peripheral_esp/src/ |
D | main.c | 256 bool notify = check_condition(sensor->condition, in update_temperature() local
|
/Zephyr-Core-3.6.0/tests/drivers/counter/maxim_ds3231_api/src/ |
D | test_counter.c | 723 struct sys_notify notify; in test_ds3231_synchronize() local
|
/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | coap.h | 250 coap_notify_t notify; member
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | gatt.h | 1883 bt_gatt_notify_func_t notify; member
|