Searched refs:extts_clean_up (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ptp.c | 41 extts_clean_up(ptp_qoriq, rq->extts.index, false); in dpaa2_ptp_enable() 113 extts_clean_up(ptp_qoriq, 0, true); in dpaa2_ptp_irq_handler_thread() 116 extts_clean_up(ptp_qoriq, 1, true); in dpaa2_ptp_irq_handler_thread()
|
/linux-6.12.1/drivers/ptp/ |
D | ptp_qoriq.c | 106 int extts_clean_up(struct ptp_qoriq *ptp_qoriq, int index, bool update_event) in extts_clean_up() function 152 EXPORT_SYMBOL_GPL(extts_clean_up); 176 extts_clean_up(ptp_qoriq, 0, true); in ptp_qoriq_isr() 181 extts_clean_up(ptp_qoriq, 1, true); in ptp_qoriq_isr() 322 extts_clean_up(ptp_qoriq, rq->extts.index, false); in ptp_qoriq_enable()
|
/linux-6.12.1/include/linux/fsl/ |
D | ptp_qoriq.h | 197 int extts_clean_up(struct ptp_qoriq *ptp_qoriq, int index, bool update_event);
|