Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac802154/
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 …]
Dmain.c183 static void ieee802154_setup_wpan_phy_pib(struct wpan_phy *wpan_phy) in ieee802154_setup_wpan_phy_pib()
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
Drx.c135 struct wpan_phy *wpan_phy = sdata->local->hw.phy; in ieee802154_subif_frame() local
/linux-6.12.1/include/net/
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-6.12.1/net/ieee802154/
Dnl802154.c277 struct wpan_phy *wpan_phy = wpan_phy_idx_to_wpan_phy(cb->args[0] - 1); in nl802154_prepare_wpan_dev_dump() local
1372 int nl802154_scan_event(struct wpan_phy *wpan_phy, struct wpan_dev *wpan_dev, in nl802154_scan_event()
1401 struct wpan_phy *wpan_phy = &rdev->wpan_phy; in nl802154_trigger_scan() local
1529 int nl802154_scan_started(struct wpan_phy *wpan_phy, struct wpan_dev *wpan_dev) in nl802154_scan_started()
1543 int nl802154_scan_done(struct wpan_phy *wpan_phy, struct wpan_dev *wpan_dev, in nl802154_scan_done()
1574 struct wpan_phy *wpan_phy = &rdev->wpan_phy; in nl802154_send_beacons() local
1642 struct wpan_phy *wpan_phy; in nl802154_associate() local
1677 struct wpan_phy *wpan_phy = &rdev->wpan_phy; in nl802154_disassociate() local
Dcore.h32 wpan_phy_to_rdev(struct wpan_phy *wpan_phy) in wpan_phy_to_rdev()
Dsysfs.c41 struct wpan_phy *wpan_phy = &dev_to_rdev(dev)->wpan_phy; in name_show() local