Home
last modified time | relevance | path

Searched refs:bus_params (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dahb.c743 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()
Dusb.c973 struct ath10k_bus_params bus_params = {}; in ath10k_usb_probe() local
1006 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_usb_probe()
1008 bus_params.chip_id = 0; in ath10k_usb_probe()
1009 ret = ath10k_core_register(ar, &bus_params); in ath10k_usb_probe()
Dpci.c3545 struct ath10k_bus_params bus_params = {}; in ath10k_pci_probe() local
3676 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_pci_probe()
3677 bus_params.link_can_suspend = true; in ath10k_pci_probe()
3683 bus_params.chip_id = in ath10k_pci_probe()
3685 if (bus_params.chip_id != 0xffffffff) { in ath10k_pci_probe()
3687 bus_params.chip_id)) in ath10k_pci_probe()
3698 bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_pci_probe()
3699 if (bus_params.chip_id == 0xffffffff) in ath10k_pci_probe()
3702 if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) in ath10k_pci_probe()
3705 ret = ath10k_core_register(ar, &bus_params); in ath10k_pci_probe()
[all …]
Dsnoc.c1299 struct ath10k_bus_params bus_params = {}; in ath10k_snoc_fw_indication() local
1312 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_snoc_fw_indication()
1313 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
1314 ret = ath10k_core_register(ar, &bus_params); in ath10k_snoc_fw_indication()
Dsdio.c2514 struct ath10k_bus_params bus_params = {}; in ath10k_sdio_probe() local
2611 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_sdio_probe()
2613 bus_params.chip_id = 0; in ath10k_sdio_probe()
2614 bus_params.hl_msdu_ids = true; in ath10k_sdio_probe()
2618 ret = ath10k_core_register(ar, &bus_params); in ath10k_sdio_probe()
Dcore.h1316 const struct ath10k_bus_params *bus_params);
Dcore.c3186 const struct ath10k_bus_params *bus_params) in ath10k_core_register() argument
3188 ar->bus_param = *bus_params; in ath10k_core_register()
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dcore.c906 const struct ath11k_bus_params *bus_params) in ath11k_core_alloc() argument
929 ab->bus_params = *bus_params; in ath11k_core_alloc()
Dqmi.c1524 if (ab->bus_params.m3_fw_support) { in ath11k_qmi_host_cap_send()
1667 if (!ab->bus_params.fixed_mem_region && ab->qmi.mem_seg_count <= 2) { in ath11k_qmi_respond_fw_mem_request()
1717 if (ab->bus_params.fixed_mem_region) in ath11k_qmi_free_target_mem_chunk()
2120 if (!ab->bus_params.m3_fw_support || !m3_mem->vaddr) in ath11k_qmi_m3_free()
2139 if (ab->bus_params.m3_fw_support) { in ath11k_qmi_wlanfw_m3_info_send()
2419 if (ab->bus_params.fixed_bdf_addr) in ath11k_qmi_event_load_bdf()
2461 if (ab->bus_params.fixed_mem_region) { in ath11k_qmi_msg_mem_request_cb()
Dcore.h694 struct ath11k_bus_params bus_params; member
881 const struct ath11k_bus_params *bus_params);