/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/ |
H A D | soc.c | 26 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7603_ops, in mt76_wmac_probe()
|
H A D | pci.c | 35 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt7603_ops, in mt76pci_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | usb.c | 49 mdev = mt76_alloc_device(&intf->dev, sizeof(*dev), &mt76x2u_ops, in mt76x2u_probe()
|
H A D | pci.c | 55 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt76x2_ops, in mt76x2e_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | sdio.c | 112 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7663s_probe()
|
H A D | mmio.c | 197 mdev = mt76_alloc_device(pdev, sizeof(*dev), ops, &drv_ops); in mt7615_mmio_probe()
|
H A D | usb.c | 149 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7663u_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | usb.c | 189 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7921u_probe()
|
H A D | sdio.c | 136 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7921s_probe()
|
H A D | pci.c | 320 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7921_pci_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
H A D | usb.c | 177 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7925u_probe()
|
H A D | pci.c | 345 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7925_pci_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/ |
H A D | pci.c | 191 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), &mt76x0e_ops, in mt76x0e_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mmio.c | 644 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7996_ops, &drv_ops); in mt7996_mmio_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mmio.c | 949 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7915_ops, &drv_ops); in mt7915_mmio_probe()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mac80211.c | 684 mt76_alloc_device(struct device *pdev, unsigned int size, in mt76_alloc_device() function 759 EXPORT_SYMBOL_GPL(mt76_alloc_device);
|
H A D | mt76.h | 1219 struct mt76_dev *mt76_alloc_device(struct device *pdev, unsigned int size,
|