Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dcfg802154.h34 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 …]