Searched refs:extts_timer (Results 1 – 2 of 2) sorted by relevance
55 container_of((t), struct sja1105_ptp_data, extts_timer)678 mod_timer(&ptp_data->extts_timer, expires); in sja1105_ptp_extts_setup_timer() 828 timer_delete_sync(&priv->ptp_data.extts_timer); in sja1105_extts_enable() 915 timer_setup(&ptp_data->extts_timer, sja1105_ptp_extts_timer, 0); in sja1105_ptp_clock_register() 928 timer_delete_sync(&ptp_data->extts_timer); in sja1105_ptp_clock_unregister()
77 struct timer_list extts_timer; member