Lines Matching defs:dev
11 static ssize_t ath5k_attr_show_##name(struct device *dev, \
15 struct ieee80211_hw *hw = dev_get_drvdata(dev); \
20 static ssize_t ath5k_attr_store_##name(struct device *dev, \
24 struct ieee80211_hw *hw = dev_get_drvdata(dev); \
38 static ssize_t ath5k_attr_show_##name(struct device *dev, \
42 struct ieee80211_hw *hw = dev_get_drvdata(dev); \
63 static ssize_t ath5k_attr_show_noise_immunity_level_max(struct device *dev,
72 static ssize_t ath5k_attr_show_firstep_level_max(struct device *dev,
105 struct device *dev = ah->dev;
108 err = sysfs_create_group(&dev->kobj, &ath5k_attribute_group_ani);
120 struct device *dev = ah->dev;
122 sysfs_remove_group(&dev->kobj, &ath5k_attribute_group_ani);