Home
last modified time | relevance | path

Searched refs:phase_dis (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_user_api.c20 void gptp_register_phase_dis_cb(struct gptp_phase_dis_cb *phase_dis, in gptp_register_phase_dis_cb() argument
23 sys_slist_find_and_remove(&phase_dis_callbacks, &phase_dis->node); in gptp_register_phase_dis_cb()
24 sys_slist_prepend(&phase_dis_callbacks, &phase_dis->node); in gptp_register_phase_dis_cb()
26 phase_dis->cb = cb; in gptp_register_phase_dis_cb()
29 void gptp_unregister_phase_dis_cb(struct gptp_phase_dis_cb *phase_dis) in gptp_unregister_phase_dis_cb() argument
31 sys_slist_find_and_remove(&phase_dis_callbacks, &phase_dis->node); in gptp_unregister_phase_dis_cb()
44 struct gptp_phase_dis_cb *phase_dis = in gptp_call_phase_dis_cb() local
47 phase_dis->cb(gm_id, in gptp_call_phase_dis_cb()
/Zephyr-latest/samples/net/gptp/src/
Dmain.c21 static struct gptp_phase_dis_cb phase_dis; variable
43 gptp_register_phase_dis_cb(&phase_dis, gptp_phase_dis_cb); in init_app()
/Zephyr-latest/include/zephyr/net/
Dgptp.h262 void gptp_register_phase_dis_cb(struct gptp_phase_dis_cb *phase_dis,
270 void gptp_unregister_phase_dis_cb(struct gptp_phase_dis_cb *phase_dis);