Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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-6.6.21/drivers/ptp/
Dptp_mock.c112 int mock_phc_index(struct mock_phc *phc) in mock_phc_index() function
116 EXPORT_SYMBOL_GPL(mock_phc_index);
/linux-6.6.21/drivers/net/netdevsim/
Dethtool.c148 info->phc_index = mock_phc_index(ns->phc); in nsim_get_ts_info()