Searched refs:set_hw_timestamp (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | rdev-ops.h | 1522 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 D | mld-mac80211.c | 1184 .set_hw_timestamp = iwl_mvm_set_hw_timestamp,
|
H A D | mac80211.c | 6311 .set_hw_timestamp = iwl_mvm_set_hw_timestamp,
|
/openbmc/linux/net/mac80211/ |
H A D | cfg.c | 5026 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 D | mac80211.h | 4654 int (*set_hw_timestamp)(struct ieee80211_hw *hw, member
|
H A D | cfg80211.h | 4761 int (*set_hw_timestamp)(struct wiphy *wiphy, struct net_device *dev, member
|