Searched refs:bus_params (Results 1 – 7 of 7) sorted by relevance
743 struct ath10k_bus_params bus_params = {}; in ath10k_ahb_probe() local799 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_ahb_probe()800 bus_params.chip_id = ath10k_ahb_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_ahb_probe()801 if (bus_params.chip_id == 0xffffffff) { in ath10k_ahb_probe()807 ret = ath10k_core_register(ar, &bus_params); in ath10k_ahb_probe()
976 struct ath10k_bus_params bus_params = {}; in ath10k_usb_probe() local1009 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_usb_probe()1011 bus_params.chip_id = 0; in ath10k_usb_probe()1012 ret = ath10k_core_register(ar, &bus_params); in ath10k_usb_probe()
1990 struct ath10k_bus_params bus_params = {}; in ath10k_sdio_probe() local2078 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_sdio_probe()2080 bus_params.chip_id = 0; in ath10k_sdio_probe()2081 bus_params.hl_msdu_ids = true; in ath10k_sdio_probe()2083 ret = ath10k_core_register(ar, &bus_params); in ath10k_sdio_probe()
1267 struct ath10k_bus_params bus_params = {}; in ath10k_snoc_fw_indication() local1280 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_snoc_fw_indication()1281 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()1282 ret = ath10k_core_register(ar, &bus_params); in ath10k_snoc_fw_indication()
3492 struct ath10k_bus_params bus_params = {}; in ath10k_pci_probe() local3628 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_pci_probe()3629 bus_params.link_can_suspend = true; in ath10k_pci_probe()3630 bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_pci_probe()3631 if (bus_params.chip_id == 0xffffffff) { in ath10k_pci_probe()3636 if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) { in ath10k_pci_probe()3638 pdev->device, bus_params.chip_id); in ath10k_pci_probe()3642 ret = ath10k_core_register(ar, &bus_params); in ath10k_pci_probe()
1245 const struct ath10k_bus_params *bus_params);
3071 const struct ath10k_bus_params *bus_params) in ath10k_core_register() argument3073 ar->bus_param = *bus_params; in ath10k_core_register()