Home
last modified time | relevance | path

Searched refs:target_info (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
Dif_snoc.c147 scn->target_info.soc_version = soc_info.soc_id; in hif_snoc_get_soc_info()
148 scn->target_info.target_version = soc_info.soc_id; in hif_snoc_get_soc_info()
149 scn->target_info.target_revision = 0; in hif_snoc_get_soc_info()
299 ol_sc->target_info.target_type = target_type; in hif_snoc_enable_bus()
Dif_ahb.c412 tgt_info = &scn->target_info; in hif_ahb_disable_bus()
690 struct hif_target_info *tgt_info = &scn->target_info; in hif_ahb_irq_enable()
744 struct hif_target_info *tgt_info = &scn->target_info; in hif_ahb_irq_disable()
833 struct hif_target_info *tgt_info = &scn->target_info; in hif_display_ahb_irq_regs()
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
Dif_usb.c58 struct hif_target_info *tgt_info = &scn->target_info; in hif_usb_diag_write_cold_reset()
302 struct hif_target_info *tgt_info = &hif_ctx->target_info; in hif_usb_disable_bus()
437 struct hif_target_info *tgt_info = &scn->target_info; in hif_usb_reg_tbl_attach()
699 struct hif_target_info *tgt_info = &hif_ctx->target_info; in hif_usb_ramdump_handler()
769 struct hif_target_info *tgt_info = &scn->target_info; in hif_usb_needs_bmi()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
Dif_pci.c1739 if (((hif_sc->target_info.target_type == TARGET_TYPE_QCA8074) || in hif_pci_bus_configure()
1740 (hif_sc->target_info.target_type == TARGET_TYPE_QCA8074V2) || in hif_pci_bus_configure()
1741 (hif_sc->target_info.target_type == TARGET_TYPE_QCA9574) || in hif_pci_bus_configure()
1742 (hif_sc->target_info.target_type == TARGET_TYPE_QCA5332) || in hif_pci_bus_configure()
1743 (hif_sc->target_info.target_type == TARGET_TYPE_QCA5018) || in hif_pci_bus_configure()
1744 (hif_sc->target_info.target_type == TARGET_TYPE_QCN6122) || in hif_pci_bus_configure()
1745 (hif_sc->target_info.target_type == TARGET_TYPE_QCN9160) || in hif_pci_bus_configure()
1746 (hif_sc->target_info.target_type == TARGET_TYPE_QCA6018) || in hif_pci_bus_configure()
1747 (hif_sc->target_info.target_type == TARGET_TYPE_QCN6432)) && in hif_pci_bus_configure()
1765 if (((hif_sc->target_info.target_type == TARGET_TYPE_QCA8074) || in hif_pci_bus_configure()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
Dif_sdio.c148 ol_sc_local->target_info.target_revision = in hif_get_target_revision()
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dregtable.c326 if (scn->target_info.soc_version == 1) in hif_register_tbl_attach()
Dhif_main.c583 return scn->target_info.soc_version; in hif_get_soc_version()
1364 if (scn->target_info.hw_name) { in hif_close()
1365 char *hw_name = scn->target_info.hw_name; in hif_close()
1367 scn->target_info.hw_name = "ErrUnloading"; in hif_close()
2505 return &sc->target_info; in hif_get_target_info_handle()
Dhif_main.h363 struct hif_target_info target_info; member
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
Dif_ipci.c777 scn->target_info.target_version = info.soc_id; in hif_ipci_get_soc_info_pld()
778 scn->target_info.target_revision = 0; in hif_ipci_get_soc_info_pld()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/
Dhif.c346 ol_sc->target_info.target_type = target_type; in hif_sdio_probe()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_main.c1440 struct hif_target_info *tgt_info = &scn->target_info; in hif_select_service_to_pipe_map()