/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | ahb.c | 734 struct ath10k_bus_params bus_params = {}; in ath10k_ahb_probe() local 788 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()
|
H A D | usb.c | 1000 struct ath10k_bus_params bus_params = {}; in ath10k_usb_probe() local 1037 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_usb_probe() 1039 bus_params.chip_id = 0; in ath10k_usb_probe() 1040 bus_params.hl_msdu_ids = true; in ath10k_usb_probe() 1041 ret = ath10k_core_register(ar, &bus_params); in ath10k_usb_probe()
|
H A D | pci.c | 3535 struct ath10k_bus_params bus_params = {}; in ath10k_pci_probe() local 3666 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_pci_probe() 3667 bus_params.link_can_suspend = true; in ath10k_pci_probe() 3673 bus_params.chip_id = in ath10k_pci_probe() 3675 if (bus_params.chip_id != 0xffffffff) { in ath10k_pci_probe() 3677 bus_params.chip_id)) { in ath10k_pci_probe() 3690 bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_pci_probe() 3691 if (bus_params.chip_id == 0xffffffff) { in ath10k_pci_probe() 3696 if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) { in ath10k_pci_probe() 3701 ret = ath10k_core_register(ar, &bus_params); in ath10k_pci_probe() [all...] |
H A D | sdio.c | 2516 struct ath10k_bus_params bus_params = {}; in ath10k_sdio_probe() local 2612 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_sdio_probe() 2614 bus_params.chip_id = 0; in ath10k_sdio_probe() 2615 bus_params.hl_msdu_ids = true; in ath10k_sdio_probe() 2619 ret = ath10k_core_register(ar, &bus_params); in ath10k_sdio_probe()
|
H A D | snoc.c | 1348 struct ath10k_bus_params bus_params = {}; in ath10k_snoc_fw_indication() local 1361 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_snoc_fw_indication() 1362 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication() 1363 ret = ath10k_core_register(ar, &bus_params); in ath10k_snoc_fw_indication()
|
H A D | core.h | 1342 const struct ath10k_bus_params *bus_params);
|
H A D | core.c | 3504 const struct ath10k_bus_params *bus_params) in ath10k_core_register() 3506 ar->bus_param = *bus_params; in ath10k_core_register() 3503 ath10k_core_register(struct ath10k *ar, const struct ath10k_bus_params *bus_params) ath10k_core_register() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | ahb.c | 743 struct ath10k_bus_params bus_params = {}; in ath10k_ahb_probe() local 799 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()
|
H A D | usb.c | 978 struct ath10k_bus_params bus_params = {}; in ath10k_usb_probe() local 1013 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_usb_probe() 1015 bus_params.chip_id = 0; in ath10k_usb_probe() 1016 ret = ath10k_core_register(ar, &bus_params); in ath10k_usb_probe()
|
H A D | pci.c | 3546 struct ath10k_bus_params bus_params = {}; in ath10k_pci_probe() local 3677 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_pci_probe() 3678 bus_params.link_can_suspend = true; in ath10k_pci_probe() 3684 bus_params.chip_id = in ath10k_pci_probe() 3686 if (bus_params.chip_id != 0xffffffff) { in ath10k_pci_probe() 3688 bus_params.chip_id)) { in ath10k_pci_probe() 3701 bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_pci_probe() 3702 if (bus_params.chip_id == 0xffffffff) { in ath10k_pci_probe() 3707 if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) { in ath10k_pci_probe() 3712 ret = ath10k_core_register(ar, &bus_params); in ath10k_pci_probe() [all...] |
H A D | sdio.c | 2517 struct ath10k_bus_params bus_params = {}; in ath10k_sdio_probe() local 2614 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()
|
H A D | snoc.c | 1309 struct ath10k_bus_params bus_params = {}; in ath10k_snoc_fw_indication() local 1322 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_snoc_fw_indication() 1323 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication() 1324 ret = ath10k_core_register(ar, &bus_params); in ath10k_snoc_fw_indication()
|
H A D | core.h | 1316 const struct ath10k_bus_params *bus_params);
|
H A D | core.c | 3203 const struct ath10k_bus_params *bus_params) in ath10k_core_register() 3205 ar->bus_param = *bus_params; in ath10k_core_register() 3202 ath10k_core_register(struct ath10k *ar, const struct ath10k_bus_params *bus_params) ath10k_core_register() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | core.c | 908 const struct ath11k_bus_params *bus_params) in ath11k_core_alloc() 931 ab->bus_params = *bus_params; in ath11k_core_alloc() 906 ath11k_core_alloc(struct device *dev, size_t priv_size, enum ath11k_bus bus, const struct ath11k_bus_params *bus_params) ath11k_core_alloc() argument
|
H A D | core.h | 697 struct ath11k_bus_params bus_params; member 883 const struct ath11k_bus_params *bus_params);
|
H A D | qmi.c | 1524 if (ab->bus_params.m3_fw_support) { in ath11k_qmi_host_cap_send() 1670 if (!ab->bus_params.fixed_mem_region && ab->qmi.target_mem_delayed) { in ath11k_qmi_respond_fw_mem_request() 1728 if (ab->bus_params.fixed_mem_region) in ath11k_qmi_free_target_mem_chunk() 2142 if (!ab->bus_params.m3_fw_support || !m3_mem->vaddr) in ath11k_qmi_m3_free() 2161 if (ab->bus_params.m3_fw_support) { in ath11k_qmi_wlanfw_m3_info_send() 2441 if (ab->bus_params.fixed_bdf_addr) in ath11k_qmi_event_load_bdf() 2483 if (ab->bus_params.fixed_mem_region) { in ath11k_qmi_msg_mem_request_cb()
|