Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dptp_mock.h16 struct mock_phc *mock_phc_create(struct device *dev);
22 static inline struct mock_phc *mock_phc_create(struct device *dev) in mock_phc_create() function
/Linux-v6.6/drivers/ptp/
Dptp_mock.c118 struct mock_phc *mock_phc_create(struct device *dev) in mock_phc_create() function
165 EXPORT_SYMBOL_GPL(mock_phc_create);
/Linux-v6.6/drivers/net/netdevsim/
Dnetdev.c324 phc = mock_phc_create(&ns->nsim_bus_dev->dev); in nsim_init_netdevsim()