Home
last modified time | relevance | path

Searched refs:extts_timer (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/dsa/sja1105/
A Dsja1105_ptp.c55 container_of((t), struct sja1105_ptp_data, extts_timer)
685 mod_timer(&ptp_data->extts_timer, expires); in sja1105_ptp_extts_setup_timer()
846 del_timer_sync(&priv->ptp_data.extts_timer); in sja1105_extts_enable()
932 timer_setup(&ptp_data->extts_timer, sja1105_ptp_extts_timer, 0); in sja1105_ptp_clock_register()
946 del_timer_sync(&ptp_data->extts_timer); in sja1105_ptp_clock_unregister()
A Dsja1105_ptp.h62 struct timer_list extts_timer; member

Completed in 6 milliseconds