Home
last modified time | relevance | path

Searched defs:ptp_qoriq (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/fsl/
Dptp_qoriq.h140 struct ptp_qoriq { struct
142 struct ptp_qoriq_registers regs; argument
143 spinlock_t lock; /* protects regs */
144 struct ptp_clock *clock;
145 struct ptp_clock_info caps;
146 struct resource *rsrc;
147 struct dentry *debugfs_root;
148 struct device *dev;
149 bool extts_fifo_support;
150 int irq;
[all …]
/Linux-v5.4/drivers/ptp/
Dptp_qoriq.c27 static u64 tmr_cnt_read(struct ptp_qoriq *ptp_qoriq) in tmr_cnt_read()
41 static void tmr_cnt_write(struct ptp_qoriq *ptp_qoriq, u64 ns) in tmr_cnt_write()
52 static void set_alarm(struct ptp_qoriq *ptp_qoriq) in set_alarm()
68 static void set_fipers(struct ptp_qoriq *ptp_qoriq) in set_fipers()
77 static int extts_clean_up(struct ptp_qoriq *ptp_qoriq, int index, in extts_clean_up()
126 struct ptp_qoriq *ptp_qoriq = priv; in ptp_qoriq_isr() local
200 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_adjfine() local
229 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_adjtime() local
248 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_gettime() local
267 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_settime() local
[all …]
Dptp_qoriq_debugfs.c10 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper1_lpbk_get() local
22 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper1_lpbk_set() local
41 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper2_lpbk_get() local
53 struct ptp_qoriq *ptp_qoriq = data; in ptp_qoriq_fiper2_lpbk_set() local
70 void ptp_qoriq_create_debugfs(struct ptp_qoriq *ptp_qoriq) in ptp_qoriq_create_debugfs()
97 void ptp_qoriq_remove_debugfs(struct ptp_qoriq *ptp_qoriq) in ptp_qoriq_remove_debugfs()
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ptp.c19 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in dpaa2_ptp_enable() local
77 struct ptp_qoriq *ptp_qoriq = priv; in dpaa2_ptp_irq_handler_thread() local
113 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_probe() local
203 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_remove() local
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc_ptp.c32 struct ptp_qoriq *ptp_qoriq; in enetc_ptp_probe() local
126 struct ptp_qoriq *ptp_qoriq = pci_get_drvdata(pdev); in enetc_ptp_remove() local