Searched refs:ptp_clock_ops (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ptp.c | 26 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, ¤t_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 D | stmmac.h | 306 struct ptp_clock_info ptp_clock_ops; member
|
H A D | hwif.c | 385 memcpy(&priv->ptp_clock_ops, entry->ptp, in stmmac_hwif_init()
|
H A D | stmmac_tc.c | 1038 priv->ptp_clock_ops.gettime64(&priv->ptp_clock_ops, ¤t_time); in tc_taprio_configure()
|
H A D | dwmac1000_core.c | 603 container_of(ptp, struct stmmac_priv, ptp_clock_ops); in dwmac1000_ptp_enable()
|
/linux/drivers/ptp/ |
H A D | ptp_dfl_tod.c | 63 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 D | ptp_clock.c | 177 static struct posix_clock_operations ptp_clock_ops = { variable 265 ptp->clock.ops = ptp_clock_ops; in ptp_clock_register()
|