Home
last modified time | relevance | path

Searched refs:mt76_alloc_device (Results 1 – 16 of 16) sorted by relevance

/drivers/net/wireless/mediatek/mt76/mt7603/
Dsoc.c26 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7603_ops, in mt76_wmac_probe()
Dpci.c35 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7603_ops, in mt76pci_probe()
/drivers/net/wireless/mediatek/mt76/mt76x2/
Dusb.c47 mdev = mt76_alloc_device(&intf->dev, sizeof(*dev), &mt76x2u_ops, in mt76x2u_probe()
Dpci.c54 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt76x2_ops, in mt76x2e_probe()
/drivers/net/wireless/mediatek/mt76/mt7615/
Dsdio.c111 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7663s_probe()
Dmmio.c196 mdev = mt76_alloc_device(pdev, sizeof(*dev), ops, &drv_ops); in mt7615_mmio_probe()
Dusb.c148 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7663u_probe()
/drivers/net/wireless/mediatek/mt76/mt76x0/
Dpci.c186 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt76x0e_ops, in mt76x0e_probe()
Dusb.c230 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), &mt76x0u_ops, in mt76x0u_probe()
/drivers/net/wireless/mediatek/mt76/mt7921/
Dsdio.c135 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7921s_probe()
Dusb.c193 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7921u_probe()
Dpci.c308 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7921_pci_probe()
/drivers/net/wireless/mediatek/mt76/mt7996/
Dmmio.c369 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7996_ops, &drv_ops); in mt7996_mmio_probe()
/drivers/net/wireless/mediatek/mt76/
Dmac80211.c610 mt76_alloc_device(struct device *pdev, unsigned int size, in mt76_alloc_device() function
684 EXPORT_SYMBOL_GPL(mt76_alloc_device);
Dmt76.h1075 struct mt76_dev *mt76_alloc_device(struct device *pdev, unsigned int size,
/drivers/net/wireless/mediatek/mt76/mt7915/
Dmmio.c1043 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7915_ops, &drv_ops); in mt7915_mmio_probe()