Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-Core-3.6.0/include/zephyr/sys/
Dnotify.h178 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()
Donoff.h285 struct sys_notify notify; member
/Zephyr-Core-3.6.0/lib/utils/
Dnotify.c11 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()
Donoff.c426 bool notify = false; /* do client notification */ in onoff_request() local
/Zephyr-Core-3.6.0/tests/lib/notify/src/
Dmain.c33 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/
Dvcp_vol_rend.c77 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
Dvocs.c53 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
Daics.c167 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
Dcsip_set_member.c428 bool notify; in set_lock() local
Dbap_scan_delegator.c1174 bool notify = false; in bt_bap_scan_delegator_set_bis_sync_state() local
/Zephyr-Core-3.6.0/samples/drivers/counter/maxim_ds3231/src/
Dmain.c200 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/
Dmain.c113 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/
Duvb.h124 void (*notify)(const void *const priv, member
/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/src/
Dmock_backend.c212 static void notify(const struct log_backend *const backend, in notify() function
/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_control_nrf.c428 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/
Dlog_backend.h74 void (*notify)(const struct log_backend *const backend, member
/Zephyr-Core-3.6.0/drivers/counter/
Dmaxim_ds3231.c107 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/
Dhttp_client.c476 bool notify = false; in http_wait_data() local
/Zephyr-Core-3.6.0/subsys/net/lib/mqtt/
Dmqtt.c50 bool notify) in client_disconnect()
/Zephyr-Core-3.6.0/subsys/usb/usb_c/
Dusbc_pe_common.c576 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/
Dull_llcp_conn_upd.c615 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/
Dmain.c256 bool notify = check_condition(sensor->condition, in update_temperature() local
/Zephyr-Core-3.6.0/tests/drivers/counter/maxim_ds3231_api/src/
Dtest_counter.c723 struct sys_notify notify; in test_ds3231_synchronize() local
/Zephyr-Core-3.6.0/include/zephyr/net/
Dcoap.h250 coap_notify_t notify; member
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dgatt.h1883 bt_gatt_notify_func_t notify; member

12