Searched refs:extts_clean_up (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ptp.c | 42 extts_clean_up(ptp_qoriq, rq->extts.index, false); in dpaa2_ptp_enable() 114 extts_clean_up(ptp_qoriq, 0, true); in dpaa2_ptp_irq_handler_thread() 117 extts_clean_up(ptp_qoriq, 1, true); in dpaa2_ptp_irq_handler_thread()
|
/Linux-v6.1/drivers/ptp/ |
D | ptp_qoriq.c | 81 int extts_clean_up(struct ptp_qoriq *ptp_qoriq, int index, bool update_event) in extts_clean_up() function 127 EXPORT_SYMBOL_GPL(extts_clean_up); 151 extts_clean_up(ptp_qoriq, 0, true); in ptp_qoriq_isr() 156 extts_clean_up(ptp_qoriq, 1, true); in ptp_qoriq_isr() 287 extts_clean_up(ptp_qoriq, rq->extts.index, false); in ptp_qoriq_enable()
|
/Linux-v6.1/include/linux/fsl/ |
D | ptp_qoriq.h | 196 int extts_clean_up(struct ptp_qoriq *ptp_qoriq, int index, bool update_event);
|