Home
last modified time | relevance | path

Searched refs:drv_ops (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb.c34 static const struct mt76_driver_ops drv_ops = { in mt76x2u_probe() local
54 &drv_ops); in mt76x2u_probe()
H A Dpci.c22 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 Dsdio.c79 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 Dmmio.c169 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 Dusb.c115 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 Dsdio.c91 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 Dusb.c147 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 Dpci.c251 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 Dpci.c156 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 Dusb.c135 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 Dpci.c281 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 Dmmio.c932 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 Dmmio.c834 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 Dmac80211.c690 const struct mt76_driver_ops *drv_ops) in mt76_alloc_device() argument
704 dev->drv = drv_ops; in mt76_alloc_device()
H A Dmt76.h1311 const struct mt76_driver_ops *drv_ops);