bus_params 743 drivers/net/wireless/ath/ath10k/ahb.c struct ath10k_bus_params bus_params = {}; bus_params 799 drivers/net/wireless/ath/ath10k/ahb.c bus_params.dev_type = ATH10K_DEV_TYPE_LL; bus_params 800 drivers/net/wireless/ath/ath10k/ahb.c bus_params.chip_id = ath10k_ahb_soc_read32(ar, SOC_CHIP_ID_ADDRESS); bus_params 801 drivers/net/wireless/ath/ath10k/ahb.c if (bus_params.chip_id == 0xffffffff) { bus_params 807 drivers/net/wireless/ath/ath10k/ahb.c ret = ath10k_core_register(ar, &bus_params); bus_params 3071 drivers/net/wireless/ath/ath10k/core.c const struct ath10k_bus_params *bus_params) bus_params 3073 drivers/net/wireless/ath/ath10k/core.c ar->bus_param = *bus_params; bus_params 1245 drivers/net/wireless/ath/ath10k/core.h const struct ath10k_bus_params *bus_params); bus_params 3507 drivers/net/wireless/ath/ath10k/pci.c struct ath10k_bus_params bus_params = {}; bus_params 3638 drivers/net/wireless/ath/ath10k/pci.c bus_params.dev_type = ATH10K_DEV_TYPE_LL; bus_params 3639 drivers/net/wireless/ath/ath10k/pci.c bus_params.link_can_suspend = true; bus_params 3645 drivers/net/wireless/ath/ath10k/pci.c bus_params.chip_id = bus_params 3647 drivers/net/wireless/ath/ath10k/pci.c if (bus_params.chip_id != 0xffffffff) { bus_params 3649 drivers/net/wireless/ath/ath10k/pci.c bus_params.chip_id)) bus_params 3660 drivers/net/wireless/ath/ath10k/pci.c bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); bus_params 3661 drivers/net/wireless/ath/ath10k/pci.c if (bus_params.chip_id == 0xffffffff) bus_params 3664 drivers/net/wireless/ath/ath10k/pci.c if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) bus_params 3667 drivers/net/wireless/ath/ath10k/pci.c ret = ath10k_core_register(ar, &bus_params); bus_params 3677 drivers/net/wireless/ath/ath10k/pci.c pdev->device, bus_params.chip_id); bus_params 1990 drivers/net/wireless/ath/ath10k/sdio.c struct ath10k_bus_params bus_params = {}; bus_params 2078 drivers/net/wireless/ath/ath10k/sdio.c bus_params.dev_type = ATH10K_DEV_TYPE_HL; bus_params 2080 drivers/net/wireless/ath/ath10k/sdio.c bus_params.chip_id = 0; bus_params 2081 drivers/net/wireless/ath/ath10k/sdio.c bus_params.hl_msdu_ids = true; bus_params 2083 drivers/net/wireless/ath/ath10k/sdio.c ret = ath10k_core_register(ar, &bus_params); bus_params 1276 drivers/net/wireless/ath/ath10k/snoc.c struct ath10k_bus_params bus_params = {}; bus_params 1289 drivers/net/wireless/ath/ath10k/snoc.c bus_params.dev_type = ATH10K_DEV_TYPE_LL; bus_params 1290 drivers/net/wireless/ath/ath10k/snoc.c bus_params.chip_id = ar_snoc->target_info.soc_version; bus_params 1291 drivers/net/wireless/ath/ath10k/snoc.c ret = ath10k_core_register(ar, &bus_params); bus_params 985 drivers/net/wireless/ath/ath10k/usb.c struct ath10k_bus_params bus_params = {}; bus_params 1018 drivers/net/wireless/ath/ath10k/usb.c bus_params.dev_type = ATH10K_DEV_TYPE_HL; bus_params 1020 drivers/net/wireless/ath/ath10k/usb.c bus_params.chip_id = 0; bus_params 1021 drivers/net/wireless/ath/ath10k/usb.c ret = ath10k_core_register(ar, &bus_params);