Home
last modified time | relevance | path

Searched refs:hif2 (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dpci.c101 struct mt7996_hif *hif2; in mt7996_pci_probe() local
130 hif2 = mt7996_pci_init_hif2(pdev); in mt7996_pci_probe()
146 if (hif2) { in mt7996_pci_probe()
147 hif2_dev = container_of(hif2->dev, struct pci_dev, dev); in mt7996_pci_probe()
148 dev->hif2 = hif2; in mt7996_pci_probe()
154 dev->hif2->irq = hif2_dev->irq; in mt7996_pci_probe()
155 ret = devm_request_irq(mdev->dev, dev->hif2->irq, in mt7996_pci_probe()
173 if (dev->hif2) in mt7996_pci_probe()
174 devm_free_irq(mdev->dev, dev->hif2 in mt7996_pci_probe()
[all...]
H A Ddma.c82 if (dev->hif2) in mt7996_dma_prefetch()
90 if (dev->hif2) in mt7996_dma_disable()
102 if (dev->hif2) { in mt7996_dma_disable()
121 if (dev->hif2) { in mt7996_dma_disable()
136 if (dev->hif2) in mt7996_dma_start()
147 if (dev->hif2) in mt7996_dma_start()
180 if (dev->hif2) in mt7996_dma_enable()
185 if (dev->hif2) in mt7996_dma_enable()
193 if (dev->hif2) { in mt7996_dma_enable()
208 if (dev->hif2) in mt7996_dma_enable()
[all...]
H A Dmt7996.h182 struct mt7996_hif *hif2; member
422 if (dev->hif2) in mt7996_irq_enable()
432 if (dev->hif2) in mt7996_irq_disable()
H A Dmmio.c266 if (dev->hif2) in mt7996_irq_tasklet()
273 if (dev->hif2) { in mt7996_irq_tasklet()
312 if (dev->hif2) in mt7996_irq_handler()
H A Dmac.c1602 if (dev->hif2) { in mt7996_mac_restart()
1609 if (dev->hif2) in mt7996_mac_restart()
1659 if (dev->hif2) { in mt7996_mac_restart()
1665 if (dev->hif2) in mt7996_mac_restart()
H A Dinit.c349 if (band == MT_BAND2 && dev->hif2) in mt7996_register_phy()
H A Dmcu.c2575 if (dev->hif2) { in mt7996_mcu_init_firmware()
2628 if (dev->hif2) in mt7996_mcu_exit()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dpci.c105 struct mt7915_hif *hif2 = NULL; in mt7915_pci_probe() local
137 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe()
144 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe()
161 if (hif2) { in mt7915_pci_probe()
162 dev->hif2 = hif2; in mt7915_pci_probe()
171 ret = devm_request_irq(mdev->dev, dev->hif2->irq, in mt7915_pci_probe()
185 if (dev->hif2) in mt7915_pci_probe()
186 devm_free_irq(mdev->dev, dev->hif2->irq, dev); in mt7915_pci_probe()
188 if (dev->hif2) in mt7915_pci_probe()
[all...]
H A Ddma.c90 if (dev->hif2) in mt7915_dma_config()
166 if (dev->hif2) in mt7915_dma_prefetch()
175 if (dev->hif2) in mt7915_dma_disable()
198 if (dev->hif2) { in mt7915_dma_disable()
235 if (dev->hif2) { in mt7915_dma_disable()
259 if (dev->hif2) in mt7915_dma_start()
277 if (dev->hif2) { in mt7915_dma_start()
337 if (dev->hif2) in mt7915_dma_enable()
344 if (dev->hif2) { in mt7915_dma_enable()
359 if (dev->hif2) { in mt7915_dma_enable()
[all...]
H A Dmt7915.h248 struct mt7915_hif *hif2; member
523 if (dev->hif2) in mt7915_irq_enable()
533 if (dev->hif2) in mt7915_irq_disable()
H A Dmmio.c900 if (dev->hif2) in mt7915_irq_tasklet()
905 if (dev->hif2) in mt7915_irq_tasklet()
913 if (dev->hif2) { in mt7915_irq_tasklet()
972 if (dev->hif2) in mt7915_irq_handler()
H A Dmac.c1323 if (dev->hif2) { in mt7915_mac_restart()
1330 if (dev->hif2) { in mt7915_mac_restart()
1379 if (dev->hif2) { in mt7915_mac_restart()
1385 if (dev->hif2) { in mt7915_mac_restart()
H A Dinit.c582 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
H A Dmcu.c2331 if (dev->hif2) { in mt7915_mcu_init_firmware()
2393 if (dev->hif2) in mt7915_mcu_exit()

Completed in 25 milliseconds