Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dcfg802154.h30 struct cfg802154_ops { struct
141 wpan_phy_new(const struct cfg802154_ops *ops, size_t priv_size);
/linux-4.1.27/net/mac802154/
Dcfg.h7 extern const struct cfg802154_ops mac802154_config_ops;
Dcfg.c218 const struct cfg802154_ops mac802154_config_ops = {
/linux-4.1.27/net/ieee802154/
Dcore.h7 const struct cfg802154_ops *ops;
Dcore.c99 wpan_phy_new(const struct cfg802154_ops *ops, size_t priv_size) in wpan_phy_new()