Searched refs:mt76_alloc_phy (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | init.c | 544 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7615_ops, MT_BAND1); in mt7615_register_ext_phy()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mac80211.c | 484 mt76_alloc_phy(struct mt76_dev *dev, unsigned int size, in mt76_alloc_phy() function 515 EXPORT_SYMBOL_GPL(mt76_alloc_phy);
|
H A D | mt76.h | 1168 struct mt76_phy *mt76_alloc_phy(struct mt76_dev *dev, unsigned int size,
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | init.c | 657 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7915_ops, MT_BAND1); in mt7915_alloc_ext_phy()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | init.c | 579 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7996_ops, band); in mt7996_register_phy()
|