Searched refs:set_hw_timestamp (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/net/wireless/ |
| H A D | rdev-ops.h | 1516 if (rdev->ops->set_hw_timestamp) in rdev_set_hw_timestamp() 1517 ret = rdev->ops->set_hw_timestamp(wiphy, dev, hwts); in rdev_set_hw_timestamp()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mld-mac80211.c | 1430 .set_hw_timestamp = iwl_mvm_set_hw_timestamp,
|
| H A D | mac80211.c | 6676 .set_hw_timestamp = iwl_mvm_set_hw_timestamp,
|
| /linux-6.15/net/mac80211/ |
| H A D | cfg.c | 5166 if (!local->ops->set_hw_timestamp) in ieee80211_set_hw_timestamp() 5172 return local->ops->set_hw_timestamp(&local->hw, &sdata->vif, hwts); in ieee80211_set_hw_timestamp() 5316 .set_hw_timestamp = ieee80211_set_hw_timestamp,
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | mac80211.c | 2672 .set_hw_timestamp = iwl_mld_set_hw_timestamp,
|
| /linux-6.15/include/net/ |
| H A D | mac80211.h | 4859 int (*set_hw_timestamp)(struct ieee80211_hw *hw, member
|
| H A D | cfg80211.h | 4999 int (*set_hw_timestamp)(struct wiphy *wiphy, struct net_device *dev, member
|