Searched defs:ieee802154_ops (Results 1 – 1 of 1) sorted by relevance
217 struct ieee802154_ops { struct218 struct module *owner;219 int (*start)(struct ieee802154_hw *hw);220 void (*stop)(struct ieee802154_hw *hw);221 int (*xmit_sync)(struct ieee802154_hw *hw,223 int (*xmit_async)(struct ieee802154_hw *hw,225 int (*ed)(struct ieee802154_hw *hw, u8 *level);226 int (*set_channel)(struct ieee802154_hw *hw, u8 page,228 int (*set_hw_addr_filt)(struct ieee802154_hw *hw,231 int (*set_txpower)(struct ieee802154_hw *hw, s32 mbm);[all …]