Home
last modified time | relevance | path

Searched refs:hif_type (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/ !
H A Dif_snoc.c217 uint32_t *hif_type, uint32_t *target_type) in hif_snoc_get_target_type() argument
221 *hif_type = HIF_TYPE_ADRASTEA; in hif_snoc_get_target_type()
224 *hif_type = 0; in hif_snoc_get_target_type()
270 int hif_type; in hif_snoc_enable_bus() local
293 &hif_type, &target_type); in hif_snoc_enable_bus()
301 hif_register_tbl_attach(ol_sc, hif_type); in hif_snoc_enable_bus()
308 hif_type, target_type); in hif_snoc_enable_bus()
H A Dif_ahb.c474 int hif_type; in hif_ahb_enable_bus() local
491 &hif_type, &target_type); in hif_ahb_enable_bus()
572 hif_register_tbl_attach(ol_sc, hif_type); in hif_ahb_enable_bus()
618 hif_type, target_type); in hif_ahb_enable_bus()
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/ !
H A Dregtable_usb.c45 void hif_register_tbl_attach(struct hif_softc *scn, uint32_t hif_type) in hif_register_tbl_attach() argument
47 switch (hif_type) { in hif_register_tbl_attach()
58 hif_err("Unknown hif_type: %u", hif_type); in hif_register_tbl_attach()
H A Dif_usb.c196 u32 hif_type; in hif_usb_enable_bus() local
221 hif_get_device_type(product_id, 0, &hif_type, &target_type); in hif_usb_enable_bus()
433 u_int32_t hif_type, target_type; in hif_usb_reg_tbl_attach() local
447 hif_type = HIF_TYPE_AR6320; in hif_usb_reg_tbl_attach()
454 hif_type = HIF_TYPE_AR6320V2; in hif_usb_reg_tbl_attach()
473 hif_register_tbl_attach(scn, hif_type); in hif_usb_reg_tbl_attach()
/wlan-driver/qca-wifi-host-cmn/hif/src/ !
H A Dhif_main.c2249 uint32_t *hif_type, uint32_t *target_type) in hif_get_device_type() argument
2256 *hif_type = HIF_TYPE_ADRASTEA; in hif_get_device_type()
2261 *hif_type = HIF_TYPE_AR9888; in hif_get_device_type()
2269 *hif_type = HIF_TYPE_AR6320; in hif_get_device_type()
2276 *hif_type = HIF_TYPE_AR6320V2; in hif_get_device_type()
2289 *hif_type = HIF_TYPE_AR9888; in hif_get_device_type()
2295 *hif_type = HIF_TYPE_QCA9984; in hif_get_device_type()
2301 *hif_type = HIF_TYPE_QCA9888; in hif_get_device_type()
2307 *hif_type = HIF_TYPE_AR900B; in hif_get_device_type()
2313 *hif_type = HIF_TYPE_QCA8074; in hif_get_device_type()
[all …]
H A Dregtable.c243 void hif_register_tbl_attach(struct hif_softc *scn, u32 hif_type) in hif_register_tbl_attach() argument
245 switch (hif_type) { in hif_register_tbl_attach()
H A Dhif_main.h670 uint32_t *hif_type, uint32_t *target_type);
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/ !
H A Dregtable_sdio.c48 void hif_register_tbl_attach(struct hif_softc *scn, u32 hif_type) in hif_register_tbl_attach() argument
56 switch (hif_type) { in hif_register_tbl_attach()
H A Dif_sdio.h100 u32 hif_type);
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/ !
H A Dif_ipci.c837 uint32_t hif_type, target_type; in hif_ipci_enable_bus() local
863 &hif_type, &target_type); in hif_ipci_enable_bus()
869 hif_type, target_type); in hif_ipci_enable_bus()
871 hif_register_tbl_attach(ol_sc, hif_type); in hif_ipci_enable_bus()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/ !
H A Dif_pci.c3807 uint32_t hif_type; in hif_pci_enable_bus() local
3851 &hif_type, &target_type); in hif_pci_enable_bus()
3857 hif_type, target_type); in hif_pci_enable_bus()
3859 hif_register_tbl_attach(ol_sc, hif_type); in hif_pci_enable_bus()
/wlan-driver/qca-wifi-host-cmn/hif/inc/ !
H A Dregtable_pcie.h663 void hif_register_tbl_attach(struct hif_softc *scn, u32 hif_type);
H A Dregtable_ipcie.h660 void hif_register_tbl_attach(struct hif_softc *scn, u32 hif_type);