Home
last modified time | relevance | path

Searched defs:wpan_phy (Results 1 – 6 of 6) sorted by relevance

/linux/net/mac802154/
H A Dcfg.c18 ieee802154_add_iface_deprecated(struct wpan_phy *wpan_phy, in ieee802154_add_iface_deprecated()
33 static void ieee802154_del_iface_deprecated(struct wpan_phy *wpan_phy, in ieee802154_del_iface_deprecated()
42 static int ieee802154_suspend(struct wpan_phy *wpan_phy) in ieee802154_suspend()
60 static int ieee802154_resume(struct wpan_phy *wpan_phy) in ieee802154_resume()
98 ieee802154_del_iface(struct wpan_phy *wpan_phy, struct wpan_dev *wpan_dev) in ieee802154_del_iface()
106 ieee802154_set_channel(struct wpan_phy *wpan_phy, u8 page, u8 channel) in ieee802154_set_channel()
132 ieee802154_set_cca_mode(struct wpan_phy *wpan_phy, in ieee802154_set_cca_mode()
151 ieee802154_set_cca_ed_level(struct wpan_phy *wpan_phy, s32 ed_level) in ieee802154_set_cca_ed_level()
169 ieee802154_set_tx_power(struct wpan_phy *wpan_phy, s32 power) in ieee802154_set_tx_power()
187 ieee802154_set_pan_id(struct wpan_phy *wpan_phy, struct wpan_dev *wpan_dev, in ieee802154_set_pan_id()
[all …]
H A Dscan.c49 struct wpan_phy *wpan_phy = local->phy; in mac802154_scan_cleanup_locked() local
182 struct wpan_phy *wpan_phy; in mac802154_scan_worker() local
H A Drx.c135 struct wpan_phy *wpan_phy = sdata->local->hw.phy; in ieee802154_subif_frame() local
/linux/include/net/
H A Dcfg802154.h200 struct wpan_phy { struct
218 struct wpan_phy_supported supported; argument
221 struct wpan_phy_cca cca; argument
223 __le64 perm_extended_addr;
226 s32 cca_ed_level;
231 u32 symbol_duration;
255 static inline struct net *wpan_phy_net(struct wpan_phy *wpan_phy) in wpan_phy_net()
260 static inline void wpan_phy_net_set(struct wpan_phy *wpan_phy, struct net *net) in wpan_phy_net_set()
346 struct wpan_phy *wpan_phy; member
364 struct wpan_phy *wpan_phy; member
[all …]
/linux/net/ieee802154/
H A Dcore.h32 wpan_phy_to_rdev(struct wpan_phy *wpan_phy) in wpan_phy_to_rdev()
H A Dsysfs.c41 struct wpan_phy *wpan_phy = &dev_to_rdev(dev)->wpan_phy; in name_show() local