Home
last modified time | relevance | path

Searched refs:hif_pci_irq_enable (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/dispatcher/
H A Dmultibus_pci.c69 bus_ops->hif_irq_enable = &hif_pci_irq_enable; in hif_initialize_pci_ops()
124 bus_ops->hif_irq_enable = &hif_pci_irq_enable; in hif_update_irq_ops_with_pci()
H A Dpci_api.h45 void hif_pci_irq_enable(struct hif_softc *scn, int ce_id);
/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
H A Dif_ahb.c727 hif_pci_irq_enable(scn, ce_id); in hif_ahb_irq_enable()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c3927 void hif_pci_irq_enable(struct hif_softc *scn, int ce_id) in hif_pci_irq_enable() function