/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/ ! |
H A D | if_snoc.c | 217 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 D | if_ahb.c | 474 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 D | regtable_usb.c | 45 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 D | if_usb.c | 196 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 D | hif_main.c | 2249 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 D | regtable.c | 243 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 D | hif_main.h | 670 uint32_t *hif_type, uint32_t *target_type);
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/ ! |
H A D | regtable_sdio.c | 48 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 D | if_sdio.h | 100 u32 hif_type);
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/ ! |
H A D | if_ipci.c | 837 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 D | if_pci.c | 3807 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 D | regtable_pcie.h | 663 void hif_register_tbl_attach(struct hif_softc *scn, u32 hif_type);
|
H A D | regtable_ipcie.h | 660 void hif_register_tbl_attach(struct hif_softc *scn, u32 hif_type);
|