Searched defs:ptp_qoriq (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/fsl/ |
D | ptp_qoriq.h | 141 struct ptp_qoriq { struct 143 struct ptp_qoriq_registers regs; argument 144 spinlock_t lock; /* protects regs */ 145 struct ptp_clock *clock; 146 struct ptp_clock_info caps; 147 struct resource *rsrc; 148 struct dentry *debugfs_root; 149 struct device *dev; 150 bool extts_fifo_support; 151 bool fiper3_support; [all …]
|
/linux-6.12.1/drivers/ptp/ |
D | ptp_qoriq.c | 27 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() 51 static u64 tmr_offset_read(struct ptp_qoriq *ptp_qoriq) in tmr_offset_read() 64 static void tmr_offset_write(struct ptp_qoriq *ptp_qoriq, u64 delta_ns) in tmr_offset_write() 75 static void set_alarm(struct ptp_qoriq *ptp_qoriq) in set_alarm() 93 static void set_fipers(struct ptp_qoriq *ptp_qoriq) in set_fipers() 106 int extts_clean_up(struct ptp_qoriq *ptp_qoriq, int index, bool update_event) in extts_clean_up() 160 struct ptp_qoriq *ptp_qoriq = priv; in ptp_qoriq_isr() local 207 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_adjfine() local 235 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_adjtime() local [all …]
|
D | ptp_qoriq_debugfs.c | 10 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-6.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ptp.c | 18 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in dpaa2_ptp_enable() local 90 struct ptp_qoriq *ptp_qoriq = priv; in dpaa2_ptp_irq_handler_thread() local 131 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_probe() local 225 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_remove() local
|
/linux-6.12.1/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ptp.c | 32 struct ptp_qoriq *ptp_qoriq; in enetc_ptp_probe() local 119 struct ptp_qoriq *ptp_qoriq = pci_get_drvdata(pdev); in enetc_ptp_remove() local
|