Home
last modified time | relevance | path

Searched refs:ptp_clock_ops (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c26 container_of(ptp, struct stmmac_priv, ptp_clock_ops); in stmmac_adjust_freq()
50 container_of(ptp, struct stmmac_priv, ptp_clock_ops); in stmmac_adjust_time()
90 priv->ptp_clock_ops.gettime64(&priv->ptp_clock_ops, &current_time); in stmmac_adjust_time()
126 container_of(ptp, struct stmmac_priv, ptp_clock_ops); in stmmac_get_time()
152 container_of(ptp, struct stmmac_priv, ptp_clock_ops); in stmmac_set_time()
166 container_of(ptp, struct stmmac_priv, ptp_clock_ops); in stmmac_enable()
260 container_of(ptp, struct stmmac_priv, ptp_clock_ops); in stmmac_getcrosststamp()
327 priv->ptp_clock_ops.n_per_out = priv->dma_cap.pps_out_num; in stmmac_ptp_register()
330 priv->ptp_clock_ops in stmmac_ptp_register()
[all...]
H A Dstmmac.h306 struct ptp_clock_info ptp_clock_ops; member
H A Dhwif.c385 memcpy(&priv->ptp_clock_ops, entry->ptp, in stmmac_hwif_init()
H A Dstmmac_tc.c1038 priv->ptp_clock_ops.gettime64(&priv->ptp_clock_ops, &current_time); in tc_taprio_configure()
H A Ddwmac1000_core.c603 container_of(ptp, struct stmmac_priv, ptp_clock_ops); in dwmac1000_ptp_enable()
/linux/drivers/ptp/
H A Dptp_dfl_tod.c63 struct ptp_clock_info ptp_clock_ops; member
128 struct dfl_tod *dt = container_of(ptp, struct dfl_tod, ptp_clock_ops); in dfl_tod_adjust_fine()
173 struct dfl_tod *dt = container_of(ptp, struct dfl_tod, ptp_clock_ops); in dfl_tod_adjust_time()
229 struct dfl_tod *dt = container_of(ptp, struct dfl_tod, ptp_clock_ops); in dfl_tod_get_timex()
254 struct dfl_tod *dt = container_of(ptp, struct dfl_tod, ptp_clock_ops); in dfl_tod_set_time()
297 dt->ptp_clock_ops = dfl_tod_clock_ops; in dfl_tod_probe()
299 dt->ptp_clock = ptp_clock_register(&dt->ptp_clock_ops, dev); in dfl_tod_probe()
H A Dptp_clock.c177 static struct posix_clock_operations ptp_clock_ops = { variable
265 ptp->clock.ops = ptp_clock_ops; in ptp_clock_register()