Searched refs:set_hw_timestamp (Results 1 – 4 of 4) sorted by relevance
1553 if (rdev->ops->set_hw_timestamp) in rdev_get_radio_mask() 1554 ret = rdev->ops->set_hw_timestamp(wiphy, dev, hwts); in rdev_get_radio_mask()
5699 if (!local->ops->set_hw_timestamp) in ieee80211_set_hw_timestamp()5705 return local->ops->set_hw_timestamp(&local->hw, &sdata->vif, hwts); in ieee80211_set_hw_timestamp()5873 .set_hw_timestamp = ieee80211_set_hw_timestamp,
2844 .set_hw_timestamp = iwl_mld_set_hw_timestamp,
5071 int (*set_hw_timestamp)(struct ieee80211_hw *hw, member