wpan_phy 348 include/net/ieee802154_netdev.h struct wpan_phy; wpan_phy 430 include/net/ieee802154_netdev.h struct wpan_phy *(*get_phy)(const struct net_device *dev); wpan_phy 448 include/net/ieee802154_netdev.h struct wpan_phy *(*get_phy)(const struct net_device *dev); wpan_phy 67 include/net/mac802154.h struct wpan_phy *phy; wpan_phy 60 include/net/wpan-phy.h struct net_device *(*add_iface)(struct wpan_phy *phy, wpan_phy 62 include/net/wpan-phy.h void (*del_iface)(struct wpan_phy *phy, struct net_device *dev); wpan_phy 64 include/net/wpan-phy.h int (*set_txpower)(struct wpan_phy *phy, int db); wpan_phy 65 include/net/wpan-phy.h int (*set_lbt)(struct wpan_phy *phy, bool on); wpan_phy 66 include/net/wpan-phy.h int (*set_cca_mode)(struct wpan_phy *phy, u8 cca_mode); wpan_phy 67 include/net/wpan-phy.h int (*set_cca_ed_level)(struct wpan_phy *phy, int level); wpan_phy 68 include/net/wpan-phy.h int (*set_csma_params)(struct wpan_phy *phy, u8 min_be, u8 max_be, wpan_phy 70 include/net/wpan-phy.h int (*set_frame_retries)(struct wpan_phy *phy, s8 retries); wpan_phy 75 include/net/wpan-phy.h #define to_phy(_dev) container_of(_dev, struct wpan_phy, dev) wpan_phy 77 include/net/wpan-phy.h struct wpan_phy *wpan_phy_alloc(size_t priv_size); wpan_phy 78 include/net/wpan-phy.h static inline void wpan_phy_set_dev(struct wpan_phy *phy, struct device *dev) wpan_phy 82 include/net/wpan-phy.h int wpan_phy_register(struct wpan_phy *phy); wpan_phy 83 include/net/wpan-phy.h void wpan_phy_unregister(struct wpan_phy *phy); wpan_phy 84 include/net/wpan-phy.h void wpan_phy_free(struct wpan_phy *phy); wpan_phy 86 include/net/wpan-phy.h int wpan_phy_for_each(int (*fn)(struct wpan_phy *phy, void *data), void *data); wpan_phy 88 include/net/wpan-phy.h static inline void *wpan_phy_priv(struct wpan_phy *phy) wpan_phy 94 include/net/wpan-phy.h struct wpan_phy *wpan_phy_find(const char *str); wpan_phy 96 include/net/wpan-phy.h static inline void wpan_phy_put(struct wpan_phy *phy) wpan_phy 101 include/net/wpan-phy.h static inline const char *wpan_phy_name(struct wpan_phy *phy)