Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dsoc.c26 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7603_ops, in mt76_wmac_probe()
H A Dpci.c35 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7603_ops, in mt76pci_probe()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb.c51 mdev = mt76_alloc_device(&intf->dev, sizeof(*dev), &mt76x2u_ops, in mt76x2u_probe()
H A Dpci.c56 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt76x2_ops, in mt76x2e_probe()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmmio.c197 mdev = mt76_alloc_device(pdev, sizeof(*dev), ops, &drv_ops); in mt7615_mmio_probe()
H A Dsdio.c112 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7663s_probe()
H A Dusb.c149 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7663u_probe()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dusb.c177 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7925u_probe()
H A Dpci.c345 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7925_pci_probe()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dusb.c189 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7921u_probe()
H A Dsdio.c136 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7921s_probe()
H A Dpci.c316 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7921_pci_probe()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dpci.c192 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt76x0e_ops, in mt76x0e_probe()
H A Dusb.c236 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), &mt76x0u_ops, in mt76x0u_probe()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmmio.c630 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7996_ops, &drv_ops); in mt7996_mmio_probe()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmmio.c941 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7915_ops, &drv_ops); in mt7915_mmio_probe()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c662 mt76_alloc_device(struct device *pdev, unsigned int size, in mt76_alloc_device() function
737 EXPORT_SYMBOL_GPL(mt76_alloc_device);
H A Dmt76.h1215 struct mt76_dev *mt76_alloc_device(struct device *pdev, unsigned int size,