Home
last modified time | relevance | path

Searched refs:b43_phy_operations (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/drivers/net/wireless/b43/
Dphy_a.h127 struct b43_phy_operations;
128 extern const struct b43_phy_operations b43_phyops_a;
Dphy_g.h205 struct b43_phy_operations;
206 extern const struct b43_phy_operations b43_phyops_g;
Dphy_common.h157 struct b43_phy_operations { struct
200 const struct b43_phy_operations *ops; argument
Dphy_common.c82 const struct b43_phy_operations *ops = phy->ops; in b43_phy_init()
114 const struct b43_phy_operations *ops = dev->phy.ops; in b43_phy_exit()
Dphy_n.h820 struct b43_phy_operations;
821 extern const struct b43_phy_operations b43_phyops_n;
Dphy_lp.h909 struct b43_phy_operations;
910 extern const struct b43_phy_operations b43_phyops_lp;
Dphy_a.c577 const struct b43_phy_operations b43_phyops_a = {
Dphy_g.c3035 const struct b43_phy_operations b43_phyops_g = {
Dphy_lp.c2716 const struct b43_phy_operations b43_phyops_lp = {
Dphy_n.c4068 const struct b43_phy_operations b43_phyops_n = {
Dmain.c2942 const struct b43_phy_operations *ops = dev->phy.ops; in b43_periodic_every60sec()