Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Drdev-ops.h1522 if (!rdev->ops->set_hw_timestamp) in rdev_set_hw_timestamp()
1526 ret = rdev->ops->set_hw_timestamp(wiphy, dev, hwts); in rdev_set_hw_timestamp()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1184 .set_hw_timestamp = iwl_mvm_set_hw_timestamp,
H A Dmac80211.c6311 .set_hw_timestamp = iwl_mvm_set_hw_timestamp,
/openbmc/linux/net/mac80211/
H A Dcfg.c5026 if (!local->ops->set_hw_timestamp) in ieee80211_set_hw_timestamp()
5032 return local->ops->set_hw_timestamp(&local->hw, &sdata->vif, hwts); in ieee80211_set_hw_timestamp()
5146 .set_hw_timestamp = ieee80211_set_hw_timestamp,
/openbmc/linux/include/net/
H A Dmac80211.h4654 int (*set_hw_timestamp)(struct ieee80211_hw *hw, member
H A Dcfg80211.h4761 int (*set_hw_timestamp)(struct wiphy *wiphy, struct net_device *dev, member