Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dusb.c30 static const struct mt76_driver_ops drv_ops = { in mt76x2u_probe() local
48 &drv_ops); in mt76x2u_probe()
H A Dpci.c22 static const struct mt76_driver_ops drv_ops = { in mt76x2e_probe() local
55 &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
111 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
196 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
148 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7663u_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x0/
H A Dpci.c152 static const struct mt76_driver_ops drv_ops = { in mt76x0e_probe() local
187 &drv_ops); in mt76x0e_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dsdio.c91 static const struct mt76_driver_ops drv_ops = { in mt7921s_probe() local
135 mdev = mt76_alloc_device(&func->dev, sizeof(*dev), ops, &drv_ops); in mt7921s_probe()
H A Dusb.c149 static const struct mt76_driver_ops drv_ops = { in mt7921u_probe() local
193 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops); in mt7921u_probe()
H A Dpci.c231 static const struct mt76_driver_ops drv_ops = { in mt7921_pci_probe() local
310 mdev = mt76_alloc_device(&pdev->dev, sizeof(*dev), ops, &drv_ops); in mt7921_pci_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmmio.c330 static const struct mt76_driver_ops drv_ops = { in mt7996_mmio_probe() local
353 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7996_ops, &drv_ops); in mt7996_mmio_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmmio.c990 static const struct mt76_driver_ops drv_ops = { in mt7915_mmio_probe() local
1012 mdev = mt76_alloc_device(pdev, sizeof(*dev), &mt7915_ops, &drv_ops); in mt7915_mmio_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c630 const struct mt76_driver_ops *drv_ops) in mt76_alloc_device() argument
644 dev->drv = drv_ops; in mt76_alloc_device()
H A Dmt76.h1079 const struct mt76_driver_ops *drv_ops);