Searched refs:extts_timer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.c | 55 container_of((t), struct sja1105_ptp_data, extts_timer) 630 mod_timer(&ptp_data->extts_timer, expires); in sja1105_ptp_extts_setup_timer() 791 del_timer_sync(&priv->ptp_data.extts_timer); in sja1105_extts_enable() 874 timer_setup(&ptp_data->extts_timer, sja1105_ptp_extts_timer, 0); in sja1105_ptp_clock_register() 887 del_timer_sync(&ptp_data->extts_timer); in sja1105_ptp_clock_unregister()
|
H A D | sja1105_ptp.h | 77 struct timer_list extts_timer; member
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.c | 55 container_of((t), struct sja1105_ptp_data, extts_timer) 674 mod_timer(&ptp_data->extts_timer, expires); in sja1105_ptp_extts_setup_timer() 835 del_timer_sync(&priv->ptp_data.extts_timer); in sja1105_extts_enable() 919 timer_setup(&ptp_data->extts_timer, sja1105_ptp_extts_timer, 0); in sja1105_ptp_clock_register() 932 del_timer_sync(&ptp_data->extts_timer); in sja1105_ptp_clock_unregister()
|
H A D | sja1105_ptp.h | 77 struct timer_list extts_timer; member
|
Completed in 4 milliseconds