Home
last modified time | relevance | path

Searched refs:hif_pci_disable_isr (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/dispatcher/
H A Dmultibus_pci.c56 bus_ops->hif_disable_isr = &hif_pci_disable_isr; in hif_initialize_pci_ops()
125 bus_ops->hif_disable_isr = &hif_pci_disable_isr; in hif_update_irq_ops_with_pci()
H A Dpci_api.h36 void hif_pci_disable_isr(struct hif_softc *scn);
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c2574 void hif_pci_disable_isr(struct hif_softc *scn) in hif_pci_disable_isr() function