Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ptp.c55 spin_lock_irqsave(&priv->ptp_lock, flags); in stmmac_adjust_freq()
59 spin_unlock_irqrestore(&priv->ptp_lock, flags); in stmmac_adjust_freq()
90 spin_lock_irqsave(&priv->ptp_lock, flags); in stmmac_adjust_time()
94 spin_unlock_irqrestore(&priv->ptp_lock, flags); in stmmac_adjust_time()
115 spin_lock_irqsave(&priv->ptp_lock, flags); in stmmac_get_time()
119 spin_unlock_irqrestore(&priv->ptp_lock, flags); in stmmac_get_time()
142 spin_lock_irqsave(&priv->ptp_lock, flags); in stmmac_set_time()
146 spin_unlock_irqrestore(&priv->ptp_lock, flags); in stmmac_set_time()
182 spin_lock_init(&priv->ptp_lock); in stmmac_ptp_register()
Dstmmac.h119 spinlock_t ptp_lock; member
/linux-4.1.27/drivers/net/ethernet/tile/
Dtilegx.c235 struct mutex ptp_lock; member
823 mutex_lock(&md->ptp_lock); in ptp_mpipe_adjfreq()
826 mutex_unlock(&md->ptp_lock); in ptp_mpipe_adjfreq()
834 mutex_lock(&md->ptp_lock); in ptp_mpipe_adjtime()
837 mutex_unlock(&md->ptp_lock); in ptp_mpipe_adjtime()
846 mutex_lock(&md->ptp_lock); in ptp_mpipe_gettime()
849 mutex_unlock(&md->ptp_lock); in ptp_mpipe_gettime()
858 mutex_lock(&md->ptp_lock); in ptp_mpipe_settime()
861 mutex_unlock(&md->ptp_lock); in ptp_mpipe_settime()
893 mutex_init(&md->ptp_lock); in register_ptp_clock()