Searched refs:hif2 (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | pci.c | 189 struct mt7915_hif *hif2 = NULL; in mt7915_pci_probe() local 221 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe() 228 hif2 = mt7915_pci_init_hif2(pdev); in mt7915_pci_probe() 245 if (hif2) { in mt7915_pci_probe() 246 dev->hif2 = hif2; in mt7915_pci_probe() 255 ret = devm_request_irq(mdev->dev, dev->hif2->irq, in mt7915_pci_probe() 269 if (dev->hif2) in mt7915_pci_probe() 270 devm_free_irq(mdev->dev, dev->hif2->irq, dev); in mt7915_pci_probe() 272 if (dev->hif2) in mt7915_pci_probe() 273 put_device(dev->hif2->dev); in mt7915_pci_probe() [all …]
|
D | dma.c | 120 if (dev->hif2) in mt7915_dma_prefetch() 129 if (dev->hif2) in mt7915_dma_disable() 152 if (dev->hif2) { in mt7915_dma_disable() 189 if (dev->hif2) { in mt7915_dma_disable() 213 if (dev->hif2) in mt7915_dma_enable() 220 if (dev->hif2) { in mt7915_dma_enable() 235 if (dev->hif2) { in mt7915_dma_enable() 263 if (dev->hif2) { in mt7915_dma_enable() 293 if (dev->hif2) { in mt7915_dma_enable() 346 if (dev->hif2) in mt7915_dma_init()
|
D | mmio.c | 566 if (dev->hif2) in mt7915_irq_tasklet() 574 if (dev->hif2) { in mt7915_irq_tasklet() 633 if (dev->hif2) in mt7915_irq_handler()
|
D | mt7915.h | 284 struct mt7915_hif *hif2; member 529 if (dev->hif2) in mt7915_irq_enable() 539 if (dev->hif2) in mt7915_irq_disable()
|
D | init.c | 455 if (!is_mt7915(&dev->mt76) && dev->hif2) in mt7915_mac_init()
|
D | mac.c | 1313 if (dev->hif2) { in mt7915_dma_reset() 1351 if (dev->hif2) { in mt7915_dma_reset()
|
D | mcu.c | 2258 if (dev->hif2) { in mt7915_mcu_init() 2306 if (dev->hif2) in mt7915_mcu_exit()
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | marvell-pp2.txt | 102 interrupt-names = "hif0", "hif1", "hif2", "hif3", "hif4", 119 interrupt-names = "hif0", "hif1", "hif2", "hif3", "hif4", 136 interrupt-names = "hif0", "hif1", "hif2", "hif3", "hif4",
|
/Linux-v6.1/arch/arm64/boot/dts/marvell/ |
D | armada-cp11x.dtsi | 83 interrupt-names = "hif0", "hif1", "hif2", 102 interrupt-names = "hif0", "hif1", "hif2", 121 interrupt-names = "hif0", "hif1", "hif2",
|