Searched refs:bus_params (Results 1 – 7 of 7) sorted by relevance
734 struct ath10k_bus_params bus_params = {}; in ath10k_ahb_probe() local788 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_ahb_probe()789 bus_params.chip_id = ath10k_ahb_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_ahb_probe()790 if (bus_params.chip_id == 0xffffffff) { in ath10k_ahb_probe()796 ret = ath10k_core_register(ar, &bus_params); in ath10k_ahb_probe()
1017 struct ath10k_bus_params bus_params = {}; in ath10k_usb_probe() local1059 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_usb_probe()1061 bus_params.chip_id = 0; in ath10k_usb_probe()1062 bus_params.hl_msdu_ids = true; in ath10k_usb_probe()1063 ret = ath10k_core_register(ar, &bus_params); in ath10k_usb_probe()
3642 struct ath10k_bus_params bus_params = {}; in ath10k_pci_probe() local3773 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_pci_probe()3774 bus_params.link_can_suspend = true; in ath10k_pci_probe()3780 bus_params.chip_id = in ath10k_pci_probe()3782 if (bus_params.chip_id != 0xffffffff) { in ath10k_pci_probe()3784 bus_params.chip_id)) { in ath10k_pci_probe()3797 bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_pci_probe()3798 if (bus_params.chip_id == 0xffffffff) { in ath10k_pci_probe()3803 if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) { in ath10k_pci_probe()3808 ret = ath10k_core_register(ar, &bus_params); in ath10k_pci_probe()[all …]
1354 struct ath10k_bus_params bus_params = {}; in ath10k_snoc_fw_indication() local1367 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_snoc_fw_indication()1368 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()1369 ret = ath10k_core_register(ar, &bus_params); in ath10k_snoc_fw_indication()
2518 struct ath10k_bus_params bus_params = {}; in ath10k_sdio_probe() local2614 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_sdio_probe()2616 bus_params.chip_id = 0; in ath10k_sdio_probe()2617 bus_params.hl_msdu_ids = true; in ath10k_sdio_probe()2621 ret = ath10k_core_register(ar, &bus_params); in ath10k_sdio_probe()
1375 const struct ath10k_bus_params *bus_params);
3661 const struct ath10k_bus_params *bus_params) in ath10k_core_register() argument3663 ar->bus_param = *bus_params; in ath10k_core_register()