| /freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
| H A D | usb.c | 34 static const struct mt76_driver_ops drv_ops = { in mt76x2u_probe() local 54 &drv_ops); in mt76x2u_probe()
|
| H A D | pci.c | 22 static const struct mt76_driver_ops drv_ops = { in mt76x2e_probe() local 57 &drv_ops); in mt76x2e_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | sdio.c | 79 static const struct mt76_driver_ops drv_ops = { in mt7663s_probe() local 112 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7663s_probe()
|
| H A D | mmio.c | 169 static const struct mt76_driver_ops drv_ops = { in mt7615_mmio_probe() local 197 mdev = mt76_alloc_device(pdev, sizeof(*dev), ops, &drv_ops); in mt7615_mmio_probe()
|
| H A D | usb.c | 115 static const struct mt76_driver_ops drv_ops = { in mt7663u_probe() local 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 | sdio.c | 91 static const struct mt76_driver_ops drv_ops = { in mt7921s_probe() local 136 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7921s_probe()
|
| H A D | usb.c | 147 static const struct mt76_driver_ops drv_ops = { in mt7921u_probe() local 192 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7921u_probe()
|
| H A D | pci.c | 251 static const struct mt76_driver_ops drv_ops = { in mt7921_pci_probe() local 331 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7921_pci_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/ |
| H A D | pci.c | 156 static const struct mt76_driver_ops drv_ops = { in mt76x0e_probe() local 193 &drv_ops); in mt76x0e_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | usb.c | 135 static const struct mt76_driver_ops drv_ops = { in mt7925u_probe() local 180 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7925u_probe()
|
| H A D | pci.c | 281 static const struct mt76_driver_ops drv_ops = { in mt7925_pci_probe() local 359 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7925_pci_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mmio.c | 932 static const struct mt76_driver_ops drv_ops = { in mt7915_mmio_probe() local 956 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7915_ops, &drv_ops); in mt7915_mmio_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mmio.c | 834 static const struct mt76_driver_ops drv_ops = { in mt7996_mmio_probe() local 861 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7996_ops, &drv_ops); in mt7996_mmio_probe()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mac80211.c | 690 const struct mt76_driver_ops *drv_ops) in mt76_alloc_device() argument 704 dev->drv = drv_ops; in mt76_alloc_device()
|
| H A D | mt76.h | 1311 const struct mt76_driver_ops *drv_ops);
|