Lines Matching refs:ieee802154_hw
136 .. c:function:: void ieee802154_rx_irqsafe(struct ieee802154_hw *hw, struct sk_buff *skb, u8 lqi)
141 .. c:function:: void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb, bool i…
151 int (*start)(struct ieee802154_hw *hw);
152 void (*stop)(struct ieee802154_hw *hw);
154 int (*xmit_async)(struct ieee802154_hw *hw, struct sk_buff *skb);
155 int (*ed)(struct ieee802154_hw *hw, u8 *level);
156 int (*set_channel)(struct ieee802154_hw *hw, u8 page, u8 channel);
160 .. c:function:: int start(struct ieee802154_hw *hw)
164 .. c:function:: void stop(struct ieee802154_hw *hw)
168 .. c:function:: int xmit_async(struct ieee802154_hw *hw, struct sk_buff *skb)
173 .. c:function:: int ed(struct ieee802154_hw *hw, u8 *level)
178 .. c:function:: int set_channel(struct ieee802154_hw *hw, u8 page, u8 channel)