Lines Matching refs:hw
210 int (*start)(struct ieee802154_hw *hw);
211 void (*stop)(struct ieee802154_hw *hw);
212 int (*xmit_sync)(struct ieee802154_hw *hw,
214 int (*xmit_async)(struct ieee802154_hw *hw,
216 int (*ed)(struct ieee802154_hw *hw, u8 *level);
217 int (*set_channel)(struct ieee802154_hw *hw, u8 page,
219 int (*set_hw_addr_filt)(struct ieee802154_hw *hw,
222 int (*set_txpower)(struct ieee802154_hw *hw, s32 mbm);
223 int (*set_lbt)(struct ieee802154_hw *hw, bool on);
224 int (*set_cca_mode)(struct ieee802154_hw *hw,
226 int (*set_cca_ed_level)(struct ieee802154_hw *hw, s32 mbm);
227 int (*set_csma_params)(struct ieee802154_hw *hw,
229 int (*set_frame_retries)(struct ieee802154_hw *hw,
231 int (*set_promiscuous_mode)(struct ieee802154_hw *hw,
426 void ieee802154_free_hw(struct ieee802154_hw *hw);
439 int ieee802154_register_hw(struct ieee802154_hw *hw);
449 void ieee802154_unregister_hw(struct ieee802154_hw *hw);
461 void ieee802154_rx_irqsafe(struct ieee802154_hw *hw, struct sk_buff *skb,
469 void ieee802154_wake_queue(struct ieee802154_hw *hw);
477 void ieee802154_stop_queue(struct ieee802154_hw *hw);
486 void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb,