Searched refs:b43_phy_operations (Results 1 – 11 of 11) sorted by relevance
127 struct b43_phy_operations;128 extern const struct b43_phy_operations b43_phyops_a;
205 struct b43_phy_operations;206 extern const struct b43_phy_operations b43_phyops_g;
157 struct b43_phy_operations { struct200 const struct b43_phy_operations *ops; argument
82 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()
820 struct b43_phy_operations;821 extern const struct b43_phy_operations b43_phyops_n;
909 struct b43_phy_operations;910 extern const struct b43_phy_operations b43_phyops_lp;
577 const struct b43_phy_operations b43_phyops_a = {
3035 const struct b43_phy_operations b43_phyops_g = {
2716 const struct b43_phy_operations b43_phyops_lp = {
4068 const struct b43_phy_operations b43_phyops_n = {
2942 const struct b43_phy_operations *ops = dev->phy.ops; in b43_periodic_every60sec()