Searched refs:mt7615_ops (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mmio.c | 192 ops = devm_kmemdup(pdev, &mt7615_ops, sizeof(mt7615_ops), GFP_KERNEL); in mt7615_mmio_probe()
|
H A D | sdio.c | 106 ops = devm_kmemdup(&func->dev, &mt7615_ops, sizeof(mt7615_ops), in mt7663s_probe()
|
H A D | usb.c | 141 ops = devm_kmemdup(&usb_intf->dev, &mt7615_ops, sizeof(mt7615_ops), in mt7663u_probe()
|
H A D | testmode.c | 145 mt7615_ops.configure_filter(phy->mt76->hw, 0, &total_flags, 0); in mt7615_tm_init()
|
H A D | mt7615.h | 352 extern const struct ieee80211_ops mt7615_ops;
|
H A D | main.c | 1328 const struct ieee80211_ops mt7615_ops = { variable 1376 EXPORT_SYMBOL_GPL(mt7615_ops);
|
H A D | init.c | 547 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7615_ops, MT_BAND1); in mt7615_register_ext_phy()
|