Searched refs:wpan_phy (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dwpan-phy.h27 struct wpan_phy { struct
44 struct net_device *(*add_iface)(struct wpan_phy *phy,
46 void (*del_iface)(struct wpan_phy *phy, struct net_device *dev);
51 #define to_phy(_dev) container_of(_dev, struct wpan_phy, dev)
53 struct wpan_phy *wpan_phy_alloc(size_t priv_size);
54 static inline void wpan_phy_set_dev(struct wpan_phy *phy, struct device *dev)
58 int wpan_phy_register(struct wpan_phy *phy);
59 void wpan_phy_unregister(struct wpan_phy *phy);
60 void wpan_phy_free(struct wpan_phy *phy);
62 int wpan_phy_for_each(int (*fn)(struct wpan_phy *ph
[all...]
H A Dieee802154_netdev.h77 struct wpan_phy;
101 struct wpan_phy *(*get_phy)(const struct net_device *dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dwpan-phy.h27 struct wpan_phy { struct
44 struct net_device *(*add_iface)(struct wpan_phy *phy,
46 void (*del_iface)(struct wpan_phy *phy, struct net_device *dev);
51 #define to_phy(_dev) container_of(_dev, struct wpan_phy, dev)
53 struct wpan_phy *wpan_phy_alloc(size_t priv_size);
54 static inline void wpan_phy_set_dev(struct wpan_phy *phy, struct device *dev)
58 int wpan_phy_register(struct wpan_phy *phy);
59 void wpan_phy_unregister(struct wpan_phy *phy);
60 void wpan_phy_free(struct wpan_phy *phy);
62 int wpan_phy_for_each(int (*fn)(struct wpan_phy *ph
[all...]
H A Dieee802154_netdev.h77 struct wpan_phy;
101 struct wpan_phy *(*get_phy)(const struct net_device *dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ieee802154/
H A Dwpan-class.c32 struct wpan_phy *phy = container_of(dev, struct wpan_phy, dev); \
54 struct wpan_phy *phy = container_of(dev, struct wpan_phy, dev);
81 struct wpan_phy *phy = container_of(d, struct wpan_phy, dev);
99 struct wpan_phy *wpan_phy_find(const char *str)
111 return container_of(dev, struct wpan_phy, dev);
116 int (*fn)(struct wpan_phy *phy, void *data);
123 struct wpan_phy *ph
[all...]
H A Dnl-phy.c38 u32 seq, int flags, struct wpan_phy *phy)
84 struct wpan_phy *phy;
128 static int ieee802154_dump_phy_iter(struct wpan_phy *phy, void *_data)
175 struct wpan_phy *phy;
241 struct wpan_phy *phy;
265 struct wpan_phy *phy2;
H A Dnl-mac.c256 struct wpan_phy *phy;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ieee802154/
H A Dwpan-class.c32 struct wpan_phy *phy = container_of(dev, struct wpan_phy, dev); \
54 struct wpan_phy *phy = container_of(dev, struct wpan_phy, dev);
81 struct wpan_phy *phy = container_of(d, struct wpan_phy, dev);
99 struct wpan_phy *wpan_phy_find(const char *str)
111 return container_of(dev, struct wpan_phy, dev);
116 int (*fn)(struct wpan_phy *phy, void *data);
123 struct wpan_phy *ph
[all...]
H A Dnl-phy.c38 u32 seq, int flags, struct wpan_phy *phy)
84 struct wpan_phy *phy;
128 static int ieee802154_dump_phy_iter(struct wpan_phy *phy, void *_data)
175 struct wpan_phy *phy;
241 struct wpan_phy *phy;
265 struct wpan_phy *phy2;
H A Dnl-mac.c256 struct wpan_phy *phy;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee802154/
H A Dfakehard.c36 struct wpan_phy *phy;
39 static struct wpan_phy *fake_to_phy(const struct net_device *dev)
54 static struct wpan_phy *fake_get_phy(const struct net_device *dev)
56 struct wpan_phy *phy = fake_to_phy(dev);
144 struct wpan_phy *phy = fake_to_phy(dev);
219 struct wpan_phy *phy = fake_to_phy(dev);
333 struct wpan_phy *phy = fake_to_phy(dev);
359 struct wpan_phy *phy = wpan_phy_alloc(0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee802154/
H A Dfakehard.c36 struct wpan_phy *phy;
39 static struct wpan_phy *fake_to_phy(const struct net_device *dev)
54 static struct wpan_phy *fake_get_phy(const struct net_device *dev)
56 struct wpan_phy *phy = fake_to_phy(dev);
144 struct wpan_phy *phy = fake_to_phy(dev);
219 struct wpan_phy *phy = fake_to_phy(dev);
333 struct wpan_phy *phy = fake_to_phy(dev);
359 struct wpan_phy *phy = wpan_phy_alloc(0);

Completed in 135 milliseconds