Home
last modified time | relevance | path

Searched defs:cfg802154_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/net/
Dcfg802154.h32 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 …]