Searched defs:cfg802154_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/net/ |
| D | cfg802154.h | 32 struct cfg802154_ops { struct 33 struct net_device * (*add_virtual_intf_deprecated)(struct wpan_phy *wpan_phy, 37 void (*del_virtual_intf_deprecated)(struct wpan_phy *wpan_phy, 39 int (*suspend)(struct wpan_phy *wpan_phy); 40 int (*resume)(struct wpan_phy *wpan_phy); 41 int (*add_virtual_intf)(struct wpan_phy *wpan_phy, 46 int (*del_virtual_intf)(struct wpan_phy *wpan_phy, 48 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel); 49 int (*set_cca_mode)(struct wpan_phy *wpan_phy, 51 int (*set_cca_ed_level)(struct wpan_phy *wpan_phy, s32 ed_level); [all …]
|
| /kernel/linux/linux-6.6/include/net/ |
| D | cfg802154.h | 34 struct cfg802154_ops { struct 35 struct net_device * (*add_virtual_intf_deprecated)(struct wpan_phy *wpan_phy, 39 void (*del_virtual_intf_deprecated)(struct wpan_phy *wpan_phy, 41 int (*suspend)(struct wpan_phy *wpan_phy); 42 int (*resume)(struct wpan_phy *wpan_phy); 43 int (*add_virtual_intf)(struct wpan_phy *wpan_phy, 48 int (*del_virtual_intf)(struct wpan_phy *wpan_phy, 50 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel); 51 int (*set_cca_mode)(struct wpan_phy *wpan_phy, 53 int (*set_cca_ed_level)(struct wpan_phy *wpan_phy, s32 ed_level); [all …]
|