Searched defs:ptp_qoriq (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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() 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() 81 int extts_clean_up(struct ptp_qoriq *ptp_qoriq, int index, bool update_event) in extts_clean_up() 135 struct ptp_qoriq *ptp_qoriq = priv; in ptp_qoriq_isr() local 182 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_adjfine() local 212 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_adjtime() local 231 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_gettime() local 250 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in ptp_qoriq_settime() 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ptp.c | 19 struct ptp_qoriq *ptp_qoriq = container_of(ptp, struct ptp_qoriq, caps); in dpaa2_ptp_enable() local 91 struct ptp_qoriq *ptp_qoriq = priv; in dpaa2_ptp_irq_handler_thread() local 133 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_probe() local 228 struct ptp_qoriq *ptp_qoriq; in dpaa2_ptp_remove() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ptp.c | 32 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
|