Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7603/
A Dsoc.c26 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7603_ops, in mt76_wmac_probe()
A Dpci.c35 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7603_ops, in mt76pci_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
A Dusb.c47 mdev = mt76_alloc_device(&intf->dev, sizeof(*dev), &mt76x2u_ops, in mt76x2u_probe()
A Dpci.c54 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt76x2_ops, in mt76x2e_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
A Dusb.c81 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7663u_probe()
A Dmmio.c213 mdev = mt76_alloc_device(pdev, sizeof(*dev), ops, &drv_ops); in mt7615_mmio_probe()
A Dsdio.c108 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7663s_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
A Dpci.c185 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt76x0e_ops, in mt76x0e_probe()
A Dusb.c229 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), &mt76x0u_ops, in mt76x0u_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dpci.c262 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7915_ops, in mt7915_pci_probe()
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
A Dsdio.c119 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), &mt7921_ops, in mt7921s_probe()
A Dpci.c177 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7921_ops, in mt7921_pci_probe()
/linux/drivers/net/wireless/mediatek/mt76/
A Dmac80211.c521 mt76_alloc_device(struct device *pdev, unsigned int size, in mt76_alloc_device() function
584 EXPORT_SYMBOL_GPL(mt76_alloc_device);
A Dmt76.h898 struct mt76_dev *mt76_alloc_device(struct device *pdev, unsigned int size,

Completed in 18 milliseconds