Home
last modified time | relevance | path

Searched refs:hif_enable_bus (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/dispatcher/
H A Dmultibus_usb.c45 bus_ops->hif_enable_bus = &hif_usb_enable_bus; in hif_initialize_usb_ops()
H A Dmultibus_sdio.c47 bus_ops->hif_enable_bus = &hif_sdio_enable_bus; in hif_initialize_sdio_ops()
H A Dmultibus_ahb.c50 bus_ops->hif_enable_bus = &hif_ahb_enable_bus; in hif_initialize_ahb_ops()
H A Dmultibus_snoc.c52 bus_ops->hif_enable_bus = &hif_snoc_enable_bus; in hif_initialize_snoc_ops()
H A Dmultibus_ipci.c48 bus_ops->hif_enable_bus = &hif_ipci_enable_bus; in hif_initialize_ipci_ops()
H A Dmultibus_pci.c58 bus_ops->hif_enable_bus = &hif_pci_enable_bus; in hif_initialize_pci_ops()
H A Dmultibus.h46 QDF_STATUS (*hif_enable_bus)(struct hif_softc *hif_sc, member
H A Dmultibus.c273 QDF_STATUS hif_enable_bus(struct hif_softc *hif_sc, struct device *dev, in hif_enable_bus() function
277 return hif_sc->bus_ops.hif_enable_bus(hif_sc, dev, bdev, bid, type); in hif_enable_bus()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.h676 QDF_STATUS hif_enable_bus(struct hif_softc *ol_sc, struct device *dev,
H A Dhif_main.c2042 status = hif_enable_bus(scn, dev, bdev, bid, type); in hif_enable()