Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dptp_mock.h18 int mock_phc_index(struct mock_phc *phc);
31 static inline int mock_phc_index(struct mock_phc *phc) in mock_phc_index() function
/linux/drivers/ptp/
H A Dptp_mock.c112 int mock_phc_index(struct mock_phc *phc) in mock_phc_index() function
116 EXPORT_SYMBOL_GPL(mock_phc_index);
/linux/drivers/net/netdevsim/
H A Dethtool.c155 info->phc_index = mock_phc_index(ns->phc); in nsim_get_ts_info()