Searched defs:ieee802154_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | mac802154.h | 208 struct ieee802154_ops { struct 209 struct module *owner; 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); [all …]
|
| /kernel/linux/linux-6.6/include/net/ |
| D | mac802154.h | 204 struct ieee802154_ops { struct 205 struct module *owner; 206 int (*start)(struct ieee802154_hw *hw); 207 void (*stop)(struct ieee802154_hw *hw); 208 int (*xmit_sync)(struct ieee802154_hw *hw, 210 int (*xmit_async)(struct ieee802154_hw *hw, 212 int (*ed)(struct ieee802154_hw *hw, u8 *level); 213 int (*set_channel)(struct ieee802154_hw *hw, u8 page, 215 int (*set_hw_addr_filt)(struct ieee802154_hw *hw, 218 int (*set_txpower)(struct ieee802154_hw *hw, s32 mbm); [all …]
|
| /kernel/linux/linux-6.6/net/ieee802154/ |
| D | netlink.c | 84 static const struct genl_small_ops ieee802154_ops[] = { variable
|
| /kernel/linux/linux-5.10/net/ieee802154/ |
| D | netlink.c | 84 static const struct genl_small_ops ieee802154_ops[] = { variable
|