Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Drdev-ops.h1521 if (rdev->ops->set_hw_timestamp) in rdev_set_hw_timestamp()
1522 ret = rdev->ops->set_hw_timestamp(wiphy, dev, hwts); in rdev_set_hw_timestamp()
/linux/net/mac80211/
H A Dcfg.c5497 if (!local->ops->set_hw_timestamp) in ieee80211_set_hw_timestamp()
5503 return local->ops->set_hw_timestamp(&local->hw, &sdata->vif, hwts); in ieee80211_set_hw_timestamp()
5647 .set_hw_timestamp = ieee80211_set_hw_timestamp,
/linux/include/net/
H A Dcfg80211.h5204 int (*set_hw_timestamp)(struct wiphy *wiphy, struct net_device *dev, member