Home
last modified time | relevance | path

Searched refs:ptp_clock_index_by_of_node (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dptp_clock_kernel.h380 int ptp_clock_index_by_of_node(struct device_node *np);
456 static inline int ptp_clock_index_by_of_node(struct device_node *np) in ptp_clock_index_by_of_node() function
/linux/drivers/ptp/
H A Dptp_clock.c583 int ptp_clock_index_by_of_node(struct device_node *np) in ptp_clock_index_by_of_node() function
600 EXPORT_SYMBOL_GPL(ptp_clock_index_by_of_node);
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c963 phc_index = ptp_clock_index_by_of_node(timer_np); in enetc_get_phc_index()