Home
last modified time | relevance | path

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

/linux/include/net/
H A Dcfg802154.h35 struct cfg802154_ops { struct
36 struct net_device * (*add_virtual_intf_deprecated)(struct wpan_phy *wpan_phy,
40 void (*del_virtual_intf_deprecated)(struct wpan_phy *wpan_phy,
42 int (*suspend)(struct wpan_phy *wpan_phy);
43 int (*resume)(struct wpan_phy *wpan_phy);
44 int (*add_virtual_intf)(struct wpan_phy *wpan_phy,
49 int (*del_virtual_intf)(struct wpan_phy *wpan_phy,
51 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel);
52 int (*set_cca_mode)(struct wpan_phy *wpan_phy,
54 int (*set_cca_ed_level)(struct wpan_phy *wpan_phy, s32 ed_level);
[all …]