Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dinit.c544 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7615_ops, MT_BAND1); in mt7615_register_ext_phy()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dinit.c352 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7996_ops, band); in mt7996_register_phy()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c468 mt76_alloc_phy(struct mt76_dev *dev, unsigned int size, in mt76_alloc_phy() function
499 EXPORT_SYMBOL_GPL(mt76_alloc_phy);
H A Dmt76.h1079 struct mt76_phy *mt76_alloc_phy(struct mt76_dev *dev, unsigned int size,
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dinit.c633 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7915_ops, MT_BAND1); in mt7915_alloc_ext_phy()