Lines Matching defs:wiphy
17 struct wiphy *wiphy = file->private_data; \
32 wiphy->rts_threshold);
34 wiphy->frag_threshold);
36 wiphy->retry_short);
38 wiphy->retry_long);
66 struct wiphy *wiphy = file->private_data;
78 sband = wiphy->bands[band];
100 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops)
104 struct dentry *phyd = rdev->wiphy.debugfsdir;