Searched refs:phase_dis (Results 1 – 3 of 3) sorted by relevance
20 void gptp_register_phase_dis_cb(struct gptp_phase_dis_cb *phase_dis, in gptp_register_phase_dis_cb() argument23 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() argument31 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() local47 phase_dis->cb(gm_id, in gptp_call_phase_dis_cb()
21 static struct gptp_phase_dis_cb phase_dis; variable43 gptp_register_phase_dis_cb(&phase_dis, gptp_phase_dis_cb); in init_app()
262 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);