Searched refs:set_hw_timestamp (Results 1 – 3 of 3) sorted by relevance
1521 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()
5497 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,
5204 int (*set_hw_timestamp)(struct wiphy *wiphy, struct net_device *dev, member